Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Created April 21, 2019 07:12
Show Gist options
  • Select an option

  • Save patrickcoombe/0f2d967bf9b5485c1210d6041a3935a8 to your computer and use it in GitHub Desktop.

Select an option

Save patrickcoombe/0f2d967bf9b5485c1210d6041a3935a8 to your computer and use it in GitHub Desktop.
Showtime Anytime
<!-- Schema.org spec for Google/Bing to display a search bar to users to search our site from within Google -->
<!-- See: https://developers.google.com/webmasters/structured-data/slsb-overview -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "http://www.showtimeanytime.com",
"potentialAction": {
"@type": "SearchAction",
"target": "http://www.showtimeanytime.com/#search/{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