-
Notifications
You must be signed in to change notification settings - Fork 1
/
JSON-LD_Website
43 lines (43 loc) · 1.39 KB
/
JSON-LD_Website
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
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "<txp:site_url escape="json" />",
"name": "<txp:site_name escape="json" />",
"description": "<txp:site_slogan escape="json" />",
"creator" : {
"@type": "Person",
"name": "<txp:authors group="1"><txp:author format="" link="" title="1" escape="json" /></txp:authors>",
"url": "<txp:if_article_list><txp:site_url escape="json" /><txp:else /><txp:author format="url" link="1" escape="json" /></txp:if_article_list>",
/*! Add, delete, set your Social Network links below, then remove this comment line
,"sameAs": [
"https:\/\/www.facebook.com\/your-profile",
"https:\/\/twitter.com\/your-profile",
"https:\/\/github.com\/your-profile",
"https:\/\/plus.google.com\/your-profile",
"https:\/\/in.linkedin.com\/in\/your-profile",
"https:\/\/www.youtube.com\/user\/your-profile"
] */
/*! Your skills here or remove this commented part
,"makesOffer" : {
"@type" : "Offer",
"itemOffered" : [
{
"@type" : "Product",
"name" : "Web Development"
},
{
"@type" : "Product",
"name" : "Textpattern CMS Specialist"
}
]
}
*/
}
<txp:if_section name="">,"potentialAction": {
"@type": "SearchAction",
"target": "<txp:site_url escape="json" />?q={search_term_string}",
"query-input": "required name=search_term_string"
}</txp:if_section name="">
}
</script>