Blame view

thread/modules/seo/docs/ld+json/Sitelinks Searchbox 400 Bytes
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  https://developers.google.com/search/docs/data-types/sitelinks-searchbox
  
  <script type="application/ld+json">
  {
    "@context": "http://schema.org",
    "@type": "WebSite",
    "url": "https://www.example.com/",
    "potentialAction": {
      "@type": "SearchAction",
      "target": "https://query.example.com/search?q={search_term_string}",
      "query-input": "required name=search_term_string"
    }
  }
  </script>