For SEO & AEO Consultants · 19 Technical Audit Endpoints

The audit toolkit your agency was building in spreadsheets.

19 technical SEO and AEO audit endpoints. Fully programmable, white-labelable, and PAYG. One unified API instead of stitching Screaming Frog, Sitebulb, Lighthouse, the Rich Results Test, and browser extensions.

Structured JSON Findings
AI Bot Allowlist Testing
Schema & Rich Result Audits
White-Label Ready
WHAT'S COVERED

Every audit you currently run, as an API call.

No bloated desktop suites or fragile browser scrapers. Pass a URL, get back clean, scored JSON.

01

AI citation readiness

Is the site cite-ready for ChatGPT, Perplexity, Claude, and Google AI Overviews? Citation-readiness scoring and freshness signals built specifically for the 2026 AEO buyer.

/v1/aeo/citation-readiness • /v1/aeo/freshness-signal
02

AI crawler intelligence

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

/v1/aeo/ai-bot-allowlist • /v1/aeo/llm-fetch-simulator • /v1/aeo/llms-txt-audit
03

Technical SEO

Meta-tag audits, readability scoring, redirect-chain mapping, broken-link audits, anchor-text analysis, mixed-content detection, schema validation — structured findings, not screenshots.

/v1/seo/meta-audit • /v1/seo/broken-links-audit • /v1/seo/schema-validate
04

Content SEO & Readability

Keyword extraction (TextRank, RAKE) and multi-index readability scoring (Flesch, Gunning Fog, SMOG). Plug straight into your content brief generation pipeline.

/v1/seo/keyword-extract • /v1/seo/readability
WHITE-LABEL READY

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.

JSON responses drop into existing client templates
Async crawl jobs for site-wide audits with webhooks
Workspaces: isolated client billing & rate limits
audit-pipeline.py
import os, requests

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

# Full composite 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
1,000 credits on signup · No credit card required

Replace your checklist with an API.

1,000 credits on signup. The full AEO + SEO catalog from day one. One Bearer token. No card required.

No card required 19 Technical SEO & AEO Probes White-label JSON Output