Skip to content

Commit 7d8c3d2

Browse files
committed
Added founder information to schema.org annotation on website.
1 parent 7148b03 commit 7d8c3d2

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

templates/docs/Home.j2

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,25 @@
2424
"description": "Schema.org is a collaborative, community activity with a mission to create, maintain, and promote schemas for structured data on the Internet, on web pages, in email messages, and beyond.",
2525
"logo": "https://schema.org/docs/schemaicon.png",
2626
"sameAs": "https://github.com/schemaorg/schemaorg/",
27-
"foundingDate": "2011-06-2"
27+
"foundingDate": "2011-06-2",
28+
"founder": [{
29+
"@type": "Corporation",
30+
"name": "Google",
31+
"url": "https://google.com"
32+
}, {
33+
"@type": "Corporation",
34+
"name": "Microsoft",
35+
"url": "https://microsoft.com"
36+
}, {
37+
"@type": "Corporation",
38+
"name": "Yahoo",
39+
"url": "https://yahoo.com"
40+
}, {
41+
"@type": "Corporation",
42+
"name": "Yandex",
43+
"url": "https://yandex.com"
44+
}],
45+
"publishingPrinciples": "https://www.w3.org/community/about/process/cla/"
2846
},
2947
"author": {
3048
"@type": "Organization",

0 commit comments

Comments
 (0)