Created
May 6, 2020 09:41
-
-
Save roelofjan-elsinga/f04aedeb41149e62a0c998d7bf490c3a to your computer and use it in GitHub Desktop.
Structured data for Sitelinks searchbox
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
| <script type="application/ld+json"> | |
| { | |
| "@context": "https://schema.org", | |
| "@type": "WebSite", | |
| "url": "https://roelofjanelsinga.com/", | |
| "potentialAction": { | |
| "@type": "SearchAction", | |
| "target": "https://roelofjanelsinga.com/articles?q={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