For SEO & AEO consultants

The audit toolkit your
agency was building in spreadsheets.

100+ technical SEO, AEO, and structured data endpoints. Programmable. White-labelable. One API instead of stitching Screaming Frog, Sitebulb, Lighthouse, the Rich Results Test, crt.sh, and three browser extensions.

Start free See AEO audit
WHAT'S COVERED

Every audit you currently run, as an API call.

AI citation readiness

Is the site cite-ready for ChatGPT, Perplexity, Claude, and Google AI Overviews? Entity saturation, freshness signals, E-E-A-T markers, passage-rank scoring, quote extraction. Built for the 2026 AEO buyer.

/v1/aeo/citation-readiness · /v1/aeo/eat-signal · /v1/aeo/passage-rank · /v1/aeo/freshness-signal · /v1/aeo/quote-extract

AI crawler intelligence

Is GPTBot allowed? Is ClaudeBot blocked? Does the robots.txt let PerplexityBot see the right paths? Audit AI-crawler access, run the LLM fetch simulator, generate llms.txt automatically.

/v1/aeo/ai-bot-allowlist · /v1/aeo/llm-fetch-simulator · /v1/aeo/llms-txt-audit · /v1/aeo/llms-txt-generate · /v1/aeo/ai-crawler-log-audit

Technical SEO

Core Web Vitals (lab + field), hreflang validation, canonical chains, redirect-chain mapping, broken-link audits, orphan pages, render-diff (server HTML vs rendered DOM), log-file analyzer for crawl-budget waste.

/v1/seo/core-web-vitals · /v1/seo/hreflang-audit · /v1/seo/canonical-audit · /v1/seo/redirect-chain-map · /v1/seo/broken-links-audit · /v1/seo/render-diff · /v1/seo/log-file-analyzer

Structured data

Validate JSON-LD, microdata, RDFa against schema.org and Google rich-result requirements. Eligibility checks across 30+ rich-result types. Recommendation engine for missing schema based on inferred content type.

/v1/seo/schema-validate · /v1/seo/rich-result-eligibility · /v1/seo/product-schema-audit · /v1/seo/review-schema-audit · /v1/seo/organization-schema-audit · /v1/seo/breadcrumb-audit

Content SEO

Keyword extraction (TextRank, RAKE), content-gap analysis vs competitors, heading hierarchy scoring, readability formulas, image alt audit, pixel-width title checks, social tag completeness.

/v1/seo/keyword-extract · /v1/seo/content-gap · /v1/seo/heading-outline · /v1/seo/readability · /v1/seo/image-alt-audit · /v1/seo/social-tag-audit

Site security audit

Mozilla-Observatory-style security grade. CSP evaluator, HSTS preload checks, mixed content detection, cookie audits, SRI checks. Pair with SEO for "site health" packages.

/v1/intel/security-headers-score · /v1/intel/csp-evaluator · /v1/intel/hsts-preload-check · /v1/seo/mixed-content · /v1/intel/cookie-audit
WHITE-LABEL

Your agency's report. Powered by our API.

Call the audit endpoints from your reporting pipeline. Render the results with your agency's branding. Your client sees your report — they don't need to know Ollagraph exists. Scheduled re-audits via webhook. Time-series snapshots for trend reporting.

JSON responses you can drop into your existing report templates
Async crawl jobs for site-wide audits, webhooks when done
Workspaces — one per client, isolated billing and rate limits
audit-pipeline.py
import requests

api = "https://api.ollagraph.com"
key = os.environ["OG_KEY"]

# Full audit for a client domain
r = requests.post(
  f"{api}/v1/aeo/page-audit",
  headers={"Authorization": f"Bearer {key}"},
  json={"url": "https://client.example.com"},
)

report = r.json()  # 8-9 checks, scored

Replace your audit checklist with an API.

1,000 credits on signup. The full AEO + SEO catalog, day one. No card.

Start free See all endpoints