WebSite
TechnicalRich Result Eligible

WebSite

Markup for the website itself, enabling a Sitelinks Searchbox in Google Search results when your brand is searched.

Rich Result: Sitelinks Searchbox

Required Properties

name
url

Recommended Properties

potentialAction
description
publisher

JSON-LD Example

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "WebSite",
  "name": "SEOCheckPilot",
  "url": "https://seocheckpilot.com",
  "potentialAction": {
    "@type": "SearchAction",
    "target": {
      "@type": "EntryPoint",
      "urlTemplate": "https://seocheckpilot.com/search?q={search_term_string}"
    },
    "query-input": "required name=search_term_string"
  }
}
</script>
Test your WebSite markup
Validate and generate WebSite JSON-LD for your site
Validate Schema →Generate JSON-LD →

Related Schema Types

OrganizationWebPage
← All Schema.org Types