How it works
Use the schema generator in three steps
- 01
Enter accurate public business details.
- 02
Copy the generated JSON-LD script.
- 03
Add it to the relevant website page and validate it before publishing.
Free · no signup required
Give search engines consistent, machine-readable facts about a local business. The generator only includes information you provide.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Business name",
"address": {
"@type": "PostalAddress",
"addressRegion": "CA",
"addressCountry": "US"
}
}
</script>How it works
Enter accurate public business details.
Copy the generated JSON-LD script.
Add it to the relevant website page and validate it before publishing.
What it provides
Common questions
No. Valid structured data helps systems understand a page, but search engines decide whether and how enhanced results appear.
It can be placed in the head or body of the page in a script element with type application/ld+json.
Only include review or rating data that is genuine, visible to visitors, and compliant with the search engine’s structured-data policies.
Need implementation help?