← All free tools
JSON-LD schema generator
Generate LocalBusiness, Organization, FAQ, or Article schema you can paste into your page head.
Output
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Business name",
"address": {
"@type": "PostalAddress",
"addressCountry": "IN"
}
}
</script>Paste into your HTML <head> or CMS custom code block. Validate with Google's Rich Results Test before publishing.