Free Website Schema Markup Generator

Use our FREE Schema.org Website structured data generator to create JSON-LD markups, including all of the required item properties.

After generating your code, always test it with Google Rich Results Test tool before using it.

Website Structured Data Code Example

<script type='application/ld+json'>
{
 "@context": "http://schema.org",
 "@type": "WebSite",
 "url": "https://seosmoothie.com",
 "name": "seosmoothie.com",
 "alternateName": "SEO Smoothie, SEO Agency",
 "potentialAction": {
  "@type": "SearchAction",
  "target": "https://seosmoothie.com/search?q={search_term_string}",
  "query-input": "required maxlength=100 name=search_term_string"
 }
}
</script>

Schema.org’s references: WebSite, potentialAction. Google’s documentation: Sitelinks Searchbox

Do you want to have this tool on your website?

You can have it for free: quick and easy implementation, just copy and paste the code snippet.