Created
April 21, 2019 07:12
-
-
Save patrickcoombe/0f2d967bf9b5485c1210d6041a3935a8 to your computer and use it in GitHub Desktop.
Showtime Anytime
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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