← all tools
// STRUCTURED DATA
Schema Markup Generator
Generate copy-paste JSON-LD for the most common schema.org types. Free, no signup.
// output
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"address": {
"@type": "PostalAddress"
}
}
</script>Paste inside your page's <head>. Test with Google's Rich Results Test.