Skip to content

Instantly share code, notes, and snippets.

@cyberandy
Created July 19, 2019 12:10
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save cyberandy/10d7d180493a1ac2d3e472a26f39d8d9 to your computer and use it in GitHub Desktop.
Save cyberandy/10d7d180493a1ac2d3e472a26f39d8d9 to your computer and use it in GitHub Desktop.
{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://wordlift.io/blog/en/#website",
"type": "http://schema.org/WebSite",
"http://schema.org/alternateName": "SEO made simple",
"http://schema.org/name": "WordLift Blog",
"http://schema.org/potentialAction": {
"type": "http://schema.org/SearchAction",
"http://schema.org/query-input": "required name=search_term_string",
"http://schema.org/target": "https://wordlift.io/blog/en/?s={search_term_string}"
},
"http://schema.org/publisher": {
"id": "http://data.wordlift.io/wl0216/entity/wordlift",
"type": "http://schema.org/Organization",
"http://schema.org/logo": {
"type": "http://schema.org/ImageObject",
"http://schema.org/height": 60,
"http://schema.org/url": {
"id": "https://wordlift.io/blog/en/wp-content/uploads/sites/3/2017/04/logo_wordlift--publisher-logo.png"
},
"http://schema.org/width": 600
},
"http://schema.org/name": "WordLift",
"http://schema.org/sameAs": [
{
"id": "http://data.wordlift.io/wl0215/entity/wordlift"
},
{
"id": "http://data.wordlift.io/wl0301/entity/wordlift"
},
{
"id": "http://data.redlink.io/91/be9/entity/wordlift.html"
}
]
},
"http://schema.org/url": {
"id": "https://wordlift.io/blog/en/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment