{
  "slug": "json-ld-generator",
  "name": "gizza-ai/json-ld-generator",
  "version": "0.1.0",
  "title": "JSON-LD Schema Markup Generator — gizza.ai",
  "description": "Generate schema.org JSON-LD structured data for Article, Product, FAQ, Organization, Event, Recipe and more — a ready-to-paste script tag, free in your browser.",
  "tags": [
    "json-ld",
    "schema.org",
    "structured data",
    "rich results",
    "seo",
    "faq schema",
    "product schema",
    "article schema",
    "google rich snippets"
  ],
  "category": "data",
  "urls": {
    "page": "https://gizza.ai/tools/json-ld-generator/",
    "markdown": "https://gizza.ai/tools/json-ld-generator/index.md",
    "descriptor": "https://gizza.ai/tools/json-ld-generator/tool.json",
    "deep_link_example": "https://gizza.ai/tools/json-ld-generator/?schema_type=Article&fields=headline%20%3D%20How%20to%20ship%20structured%20data%0Aauthor.name%20%3D%20Jane%20Doe%0AdatePublished%20%3D%202026-06-23%0Akeywords%20%3D%20seo%2C%20json-ld%2C%20schema&faq=Is%20it%20free%3F%20%7C%20Yes%2C%20completely.%0AIs%20it%20private%3F%20%7C%20It%20runs%20in%20your%20browser.&wrap_script=true"
  },
  "cli": "gizza tool json-ld-generator 'schema_type=Article'",
  "tool": {
    "description": "Generate schema.org JSON-LD structured-data markup from simple field inputs. Pick a schema_type (Article, Product, FAQPage, Organization, LocalBusiness, Person, Event, Recipe, WebSite, BreadcrumbList, Review, VideoObject, HowTo, JobPosting, Course, SoftwareApplication) and pass 'fields' as newline-separated 'name = value' pairs. Dotted names build nested objects with an inferred @type; list fields split on commas; numeric fields become JSON numbers. For FAQPage, pass 'faq' as 'Question? | Answer' pairs. Set wrap_script=true to get a ready-to-paste <script type=\"application/ld+json\"> tag.",
    "parameters": {
      "additionalProperties": false,
      "properties": {
        "faq": {
          "type": "string"
        },
        "fields": {
          "type": "string"
        },
        "schema_type": {
          "default": "Article",
          "enum": [
            "Article",
            "Product",
            "FAQPage",
            "Organization",
            "LocalBusiness",
            "Person",
            "Event",
            "Recipe",
            "WebSite",
            "BreadcrumbList",
            "Review",
            "VideoObject",
            "HowTo",
            "JobPosting",
            "Course",
            "SoftwareApplication"
          ],
          "type": "string"
        },
        "wrap_script": {
          "default": false,
          "type": "boolean"
        }
      },
      "type": "object"
    }
  }
}