Skip to content

Instantly share code, notes, and snippets.

@jessotron
Created September 24, 2015 20:42
Show Gist options
  • Save jessotron/8a28b4a8167d85488791 to your computer and use it in GitHub Desktop.
Save jessotron/8a28b4a8167d85488791 to your computer and use it in GitHub Desktop.
Sample Website Schema Markup
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "WebSite",
"name" : "Elite SEM",
"url" : "http://elitesem.com/",
"potentialAction" : {
"@type" : "SearchAction",
"target" : "http://elitesem.com/?s={search_term}",
"query-input" : "required name=search_term"
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment