Schema Generator

Generate JSON-LD for Article, BreadcrumbList, Organization, WebSite, and SoftwareApplication in the browser.

INPUT
Schema type

Choose the kind of structured data you want to create. Editing the fields updates the JSON-LD and script tag below automatically.

GENERATED_JSON_LDReady
JSON-LD generatedThe generated JSON-LD is ready to copy or send to the Schema Checker.
8
Properties
0
To review
Check schema
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "TOOLPOOL",
  "description": "Practical tools for web production and development.",
  "image": [
    "https://toolpool.tools/ogp.png"
  ],
  "url": "https://toolpool.tools/",
  "datePublished": "2026-05-09",
  "dateModified": "2026-05-09",
  "author": {
    "@type": "Organization",
    "name": "TOOLPOOL"
  },
  "publisher": {
    "@type": "Organization",
    "name": "TOOLPOOL",
    "logo": {
      "@type": "ImageObject",
      "url": "https://toolpool.tools/icon-512.png"
    }
  }
}

Add the generated JSON-LD to the page, then confirm it with the Schema Checker.

View samples
ABOUT THIS TOOL

Empty values and values with an invalid format are omitted from the output.

  • Outputs JSON-LD, the format recommended by Google.
  • After generating markup, check it with the Schema Checker or Google Rich Results Test.
  • Eligibility for search features and rich results depends on the page content and each search engine's rules.
USE CASES
  1. Check title, description, OGP, and Schema before publishing
  2. Find missing metadata that affects sharing, search, or structured data
  3. Share the before-and-after state with someone else
FAQ
What can this tool do?
Generate JSON-LD for Article, BreadcrumbList, Organization, WebSite, and SoftwareApplication in the browser.
How is the input handled?
Processing happens in your browser. Files and entered content are not sent to the server for processing.
Can I use generated or extracted content as-is?
Use it as a practical check or draft. Before publishing, confirm that it matches the actual page content and your operating rules.