> ## Documentation Index
> Fetch the complete documentation index at: https://docs.schemagen.io/llms.txt
> Use this file to discover all available pages before exploring further.

# SchemaGen: The Schema Delivery Network for SEO Teams

> SchemaGen lets you deploy, manage, and monitor JSON-LD structured data across any website instantly—no developer access or CMS changes required.

SchemaGen is a Schema Delivery Network (SDN) that gives SEO teams full control over structured data. Install a single JavaScript snippet once, then deploy and update JSON-LD schema across your entire site from the SchemaGen dashboard—no CMS logins, no developer tickets, no waiting for releases.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Create your account and deploy your first schema in under 5 minutes.
  </Card>

  <Card title="SDK Installation" icon="code" href="/sdk-installation">
    Add the SchemaGen SDK snippet to your website to enable remote schema delivery.
  </Card>

  <Card title="AI Extraction" icon="wand-magic-sparkles" href="/features/ai-extraction">
    Paste any URL and get production-ready JSON-LD generated automatically by AI.
  </Card>

  <Card title="API Reference" icon="book" href="/api/overview">
    Explore the full public API for schema generation, validation, and delivery.
  </Card>
</CardGroup>

## How SchemaGen works

SchemaGen separates schema management from your codebase. Once you install the SDK, everything else happens from the dashboard.

<Steps>
  <Step title="Install the SDK">
    Add one `<script>` tag to your website's `<head>`. This is the only change you'll ever need to make to your codebase.
  </Step>

  <Step title="Build your schemas">
    Use the dashboard's visual builder or AI extraction to create production-ready JSON-LD for any page—covering 800+ Schema.org types.
  </Step>

  <Step title="Publish to the SDN">
    Click **Publish** and your schema goes live instantly across the Schema Delivery Network. No deployment needed.
  </Step>

  <Step title="Monitor performance">
    Connect Google Search Console to track impressions, clicks, and CTR changes driven by your structured data.
  </Step>
</Steps>

## Explore the platform

<CardGroup cols={3}>
  <Card title="Schema Builder" icon="hammer" href="/features/schema-builder">
    Build schemas manually using the full Schema.org vocabulary with a guided form interface.
  </Card>

  <Card title="Bulk Generation" icon="layer-group" href="/features/bulk-generation">
    Generate schemas for up to 100 URLs in a single run using AI-powered batch processing.
  </Card>

  <Card title="Validation" icon="circle-check" href="/features/validation">
    Validate any JSON-LD against Schema.org specs and Google Rich Result guidelines.
  </Card>

  <Card title="Site Audit" icon="magnifying-glass-chart" href="/features/audit-tool">
    Scan your entire domain for structured data gaps and get a shareable report.
  </Card>

  <Card title="GSC Integration" icon="chart-line" href="/integrations/google-search-console">
    Connect Search Console to measure the real-world SEO impact of your schemas.
  </Card>

  <Card title="Client Portfolios" icon="briefcase" href="/account/client-portfolios">
    Manage multiple client sites with separate schema workspaces and team permissions.
  </Card>
</CardGroup>
