OPEN STANDARDV1.0-ALPHAspec v1.0 · seomd.dev

SEO.MD

The open standard for AI Engine Optimization — a version-controlled, plain-text spec file that tells ChatGPT, Claude, Perplexity, and Gemini exactly how to understand and cite your brand.

Like CLAUDE.md or AGENTS.md, but for SEO. Drop one file in your repo. Let AI engines do the rest.

QUICK START

ONE COMMAND TO START

# Install the CLI
npm install -g seomd

# Scaffold your SEO.md
npx seomd init

# Check your citation status
npx seomd status

# Validate against the spec
npx seomd validate

The init command asks you five questions — your brand name, domain, site type, primary keyword, and top competitors — and generates a complete SEO.md tailored to your site type.

SUPPORTED SITE TYPES

SaaSBlogeCommerceMarketplaceLocal

HOW IT WORKS

THREE PHASES OF OPERATION

PHASE 01

FOUNDER DECLARES

You own your SEO strategy. Define your brand, keywords, intent queries, and target AI engines — in plain text, version controlled.

PHASE 02

PLATFORM WRITES BACK

Connect a platform provider like Foxcite to populate _analysis blocks with live citation rates, gap scores, and competitor intelligence.

PHASE 03

AI ENGINES READ IT

SEO.md tells crawlers, AI bots, and search engines exactly how to understand, cite, and rank your brand. No guesswork.

THE FORMAT

PLAIN TEXT. VERSION CONTROLLED.

An SEO.md file lives in your repo root. It has two parts: a YAML block you control, and _analysis blocks your platform writes back.

  • No proprietary dashboards — just a file in your repo
  • Works with any site: SaaS, blog, eCommerce, local
  • Human-readable. AI-readable. Git-diffable.
  • Platform-agnostic — connect any provider
# SEO.md — My Brand

## Site
site:
  type: saas
  domain: mybrand.com
  canonical: https://mybrand.com

## Keywords
keywords:
  primary: "ai citation tracking"
  secondary:
    - "llm seo"
    - "aeo tools"

## AEO
aeo:
  answer_first_format: true
  allowed_bots:
    - GPTBot
    - ClaudeBot
    - PerplexityBot

  ### PLATFORM WRITES BACK
  _analysis:
    overall_citation_rate: 0.72
    overall_gap_score: 28
    last_analyzed: 2026-06-05

THE ECOSYSTEM

PART OF A GROWING STANDARD

CLAUDE.md

Anthropic AI instructions

AGENTS.md

Autonomous agent contracts

DESIGN.md

UI design system spec

SEO.md

AI search optimization

YOU ARE HERE

CONTRIBUTORS

OPEN TO ALL

SEO.md is an open standard. Contributions to the spec, CLI, and ecosystem tooling are welcome via GitHub.