How to use the Schema Generator
What it does
The Schema Generator helps you create valid JSON-LD structured data without writing code by hand. Structured data tells search engines and AI assistants exactly what a page is about, which can unlock rich results and improve how your content is cited in AI answers. The tool supports common types such as Article, FAQ, Product, Organization, LocalBusiness, and Breadcrumb.
How to use it
- Open Schema Generator from the Tools menu.
- Choose a schema type from the dropdown.
- Fill in the fields shown for that type, such as name, description, author, or price.
- Watch the JSON-LD preview update as you type.
- Click Copy and paste the code into your page's
<head>or before the closing</body>tag.
Reading the results
The generated code appears in the preview pane, already wrapped in a <script type="application/ld+json"> tag. Required fields are marked, and the tool warns you if something essential is missing. After you add the markup to your page, validate it with your search console's rich results test to confirm it is eligible for enhanced listings. Keep the values in your schema consistent with the visible content on the page.
Credits
The Schema Generator is free and costs 0 credits. Tip: add Organization schema to your homepage and type-specific schema (Article, Product, FAQ) to individual pages for the best coverage.
Was this helpful?