Skip to content

Instantly share code, notes, and snippets.

@roelofjan-elsinga
Created May 6, 2020 09:41
Show Gist options
  • Select an option

  • Save roelofjan-elsinga/f04aedeb41149e62a0c998d7bf490c3a to your computer and use it in GitHub Desktop.

Select an option

Save roelofjan-elsinga/f04aedeb41149e62a0c998d7bf490c3a to your computer and use it in GitHub Desktop.
Structured data for Sitelinks searchbox
<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