-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschema-demo.html
45 lines (45 loc) · 1.33 KB
/
schema-demo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<script type="application/ld+json">
{
"@context":"https://schema.org",
"@type":"Organization",
"name":"Boots",
"url":"https://boots.dev",
"@id":"https://boots.dev/#organization",
"description":"I'm a Dallas-based bass guitarist of 40 years, web developer of 25 years, husband and father.",
"founder":{
"@type":"Person",
"name":"John \"Boots\" Highland",
"sameAs":[
"https://www.linkedin.com/in/boots-highland/",
"https://twitter.com/bootsified"
],
"image":{
"@type":"ImageObject",
"url":"https://boots.dev/images/me-unicorns.jpg"
},
"knowsAbout":[
{
"@type":"DefinedTerm",
"name":"Cascading Style Sheets",
"@id":"https://www.wikidata.org/wiki/Q46441"
},
{
"@type":"DefinedTerm",
"name":"front-end development",
"@id":"https://www.wikidata.org/wiki/Q4130556"
},
{
"@type":"DefinedTerm",
"name":"electric bass guitar",
"@id":"https://www.wikidata.org/wiki/Q64166304"
},
{
"@type":"DefinedTerm",
"name":"music production",
"@id":"https://www.wikidata.org/wiki/Q959049"
}
]
},
"email":"[email protected]"
}
</script>