JSON-LD Website Schema Markup Generator

Use this tool to generate JSON-LD Organization schema markups based on Schema.org standards. This tool includes all required item properties and more.

Add Website Markup

JSON-LD Video Schema Markup

<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "",
"url": "",
"potentialAction": {
"@type": "SearchAction",
"target": "{search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>