{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebPage",
      "@id": "https://geordy.ai/formats",
      "name": "AI-Optimized File Formats | Geordy GEO Platform",
      "description": "Overview of 16 AI-optimized file formats generated by Geordy, designed to help AI systems understand, index, and cite content. Includes YAML, Markdown, JSON-LD, RSS, and enterprise formats like DCAT and Turtle.",
      "url": "https://geordy.ai/formats",
      "breadcrumb": {
        "@type": "BreadcrumbList",
        "itemListElement": [
          {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://geordy.ai"
          },
          {
            "@type": "ListItem",
            "position": 2,
            "name": "Formats",
            "item": "https://geordy.ai/formats"
          }
        ]
      },
      "publisher": {
        "@type": "Organization",
        "@id": "https://geordy.ai/#organization",
        "name": "Geordy",
        "url": "https://geordy.ai",
        "logo": {
          "@type": "ImageObject",
          "url": "https://geordy.ai/g-geometric-logo-small.png"
        },
        "sameAs": [
          "https://www.linkedin.com/company/geordy/",
          "https://medium.com/@geordy.ai"
        ]
      },
      "mainEntity": {
        "@type": "ItemList",
        "name": "16 AI-Optimized Formats",
        "description": "A catalog of 16 structured file formats generated for AI optimization, including 8 core and 8 enterprise formats.",
        "numberOfItems": 16,
        "itemListElement": [
          {
            "@type": "CreativeWork",
            "name": "YAML",
            "description": "A clean, indentation-based file format widely used for configuration and metadata.",
            "url": "https://geordy.ai/formats/yaml"
          },
          {
            "@type": "CreativeWork",
            "name": "Markdown",
            "description": "A simple, structured text format that presents content clearly to both humans and machines.",
            "url": "https://geordy.ai/formats/markdown"
          },
          {
            "@type": "CreativeWork",
            "name": "LLMs.txt",
            "description": "A dedicated, plain-text format optimized for AI models to identify and interpret key site signals.",
            "url": "https://geordy.ai/formats/llms-txt"
          },
          {
            "@type": "CreativeWork",
            "name": "Schema JSON",
            "description": "Structured data written in JSON-LD format using Schema.org vocabulary.",
            "url": "https://geordy.ai/formats/schema-json"
          },
          {
            "@type": "CreativeWork",
            "name": "RSS Feed",
            "description": "An XML-based syndication file used to publish updates in a structured, machine-readable stream.",
            "url": "https://geordy.ai/formats/rss"
          },
          {
            "@type": "CreativeWork",
            "name": "Manifest.json",
            "description": "A JSON file that describes how your website behaves as a web app.",
            "url": "https://geordy.ai/formats/manifest-json"
          },
          {
            "@type": "CreativeWork",
            "name": "Humans.txt",
            "description": "A plain text file that credits the people or teams behind your site.",
            "url": "https://geordy.ai/formats/humans-txt"
          },
          {
            "@type": "CreativeWork",
            "name": "OG.json",
            "description": "A JSON-encoded version of Open Graph data, used for social previews and AI-rendered summaries.",
            "url": "https://geordy.ai/formats/og-json"
          },
          {
            "@type": "CreativeWork",
            "name": "DCAT",
            "description": "RDF-based data catalog vocabulary that describes datasets and their distributions in machine-readable format.",
            "url": "https://geordy.ai/formats/dcat"
          },
          {
            "@type": "CreativeWork",
            "name": "Steno",
            "description": "Stenography dictionary format that maps shorthand outlines to their full translations.",
            "url": "https://geordy.ai/formats/steno"
          },
          {
            "@type": "CreativeWork",
            "name": "N3 (Notation3)",
            "description": "An RDF logic-based notation that extends semantic data with reasoning rules and inference capabilities.",
            "url": "https://geordy.ai/formats/n3"
          },
          {
            "@type": "CreativeWork",
            "name": "JSON Feed",
            "description": "A modern, JSON-native alternative to RSS/Atom for publishing content updates and syndication.",
            "url": "https://geordy.ai/formats/json-feed"
          },
          {
            "@type": "CreativeWork",
            "name": "TOML",
            "description": "A minimal, human-friendly configuration format designed for clarity and ease of parsing.",
            "url": "https://geordy.ai/formats/toml"
          },
          {
            "@type": "CreativeWork",
            "name": "Turtle",
            "description": "A concise RDF serialization format that uses triples to express semantic relationships.",
            "url": "https://geordy.ai/formats/turtle"
          },
          {
            "@type": "CreativeWork",
            "name": "CUE",
            "description": "A data constraint language that defines schemas, validation rules, and type safety for structured data.",
            "url": "https://geordy.ai/formats/cue"
          },
          {
            "@type": "CreativeWork",
            "name": "ActivityPub",
            "description": "A decentralized protocol for publishing activities, identities, and social interactions in a federated network.",
            "url": "https://geordy.ai/formats/activitypub"
          }
        ]
      },
      "potentialAction": [
        {
          "@type": "Action",
          "name": "Start Generating",
          "url": "https://geordy.ai/pricing"
        },
        {
          "@type": "Action",
          "name": "Read Documentation",
          "url": "https://geordy.ai/docs"
        },
        {
          "@type": "Action",
          "name": "Analyze My Website",
          "url": "https://geordy.ai/tools/geo-impact-estimator"
        },
        {
          "@type": "ViewAction",
          "name": "View Plans & Pricing",
          "url": "https://geordy.ai/pricing"
        }
      ]
    },
    {
      "@type": "SoftwareApplication",
      "name": "Geordy GEO Platform",
      "applicationCategory": "BusinessApplication",
      "offers": {
        "@type": "OfferCatalog",
        "name": "Geordy Plans",
        "itemListElement": [
          {
            "@type": "Offer",
            "name": "Growth Plan",
            "description": "Includes 16 formats including 8 enterprise formats",
            "url": "https://geordy.ai/pricing"
          }
        ]
      }
    }
  ]
}