Skip to content

Instantly share code, notes, and snippets.

@the-timallen
Created February 26, 2019 15:01
Show Gist options
  • Select an option

  • Save the-timallen/91f16db8a63b24cfa2c4dfbb9dd53f68 to your computer and use it in GitHub Desktop.

Select an option

Save the-timallen/91f16db8a63b24cfa2c4dfbb9dd53f68 to your computer and use it in GitHub Desktop.
Structured data for ecommerce sites.
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Distilled",
"url": "https://www.distilled.net/",
"sameAs": [
"http://www.facebook.com/distilled",
"http://twitter.com/distilled"
]
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://www.distilled.net/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.distilled.net/search?text={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment