Schema Generator
Choose a schema type and fill in the details to generate JSON-LD structured data, ready to paste into your page. Everything happens locally in your browser.
How to use the Schema Generator
- Choose the schema type that matches your page.
- Fill in the relevant fields — the JSON-LD updates live on the right.
- Use Copy or Download, then paste the result into your page.
Frequently asked questions
Is this Schema Generator free to use?
Yes, it is completely free with no sign-up or usage limits.
Is my data uploaded anywhere?
No. The JSON-LD is generated locally in your browser using JavaScript — nothing is sent to a server.
What is JSON-LD structured data for?
It's a standard way to describe your page's content to search engines in a machine-readable format, which can make your page eligible for rich results in Google Search — like star ratings, FAQ dropdowns, or article previews.
How do I enter multiple FAQ questions?
One per line, in the format "Question | Answer" — each valid line becomes one Q&A entry in the generated FAQPage schema.
Where do I put the generated code?
Paste it anywhere inside your page's HTML, most commonly in the <head>. You can verify it afterward with Google's Rich Results Test.