OllaSuper
⚡ Agents SEO Auditor
Marketing · openfang Agent

SEO Auditor Agent

Real AEO + SEO audits every 6 hours, with specific code-level fixes — not generic 'improve your meta tags' advice.

Chat with this Agent → How it works
Schedule
Every 6 hours
Model
Tongyi DeepResearch 30B A3B
openrouter/alibaba/tongyi-deepresearch-30b-a3b
Approval
Read-only audits — no approval required
SEO Auditor only writes reports. It never modifies the audited sites.

What it does

Every 6 hours, audits each URL in audit_targets.yaml (default: ollasuper.com + app.ollasuper.com). Runs 5 ollagraph audits per URL in sequence: AEO page score, citation readiness for AI crawlers (GPTBot, ClaudeBot, PerplexityBot), structured-data presence (FAQPage, Article, BreadcrumbList), keyword extraction, content-drift hash. Compares to last run and flags regressions of more than 5 points. Reports include the exact code change to make and expected score lift. Powered by Tongyi DeepResearch — built for multi-tool chains.

Tools it can use

ollagraph
mcp_ollagraph_aeo_page_audit 0–100 AEO score + grade + recommendations
mcp_ollagraph_aeo_citation_readiness Confirms AI crawlers can index the page
mcp_ollagraph_extract_structured Detects FAQPage / Article / BreadcrumbList schema
mcp_ollagraph_seo_keyword_extract Weighted keywords vs last run
mcp_ollagraph_scrape Hash markdown for content-drift detection
filesystem
file_write Audit reports in reports/seo/
memory
memory_store Per-URL last_score / last_grade / last_hash

Workspace

Paths under /var/lib/openfang/workspace/ this Agent reads or writes:

reports/seo/audit_targets/shared.seo.*

Sample interaction

You
Audit https://ollasuper.com.
SEO Auditor Agent
**AEO Audit — ollasuper.com** - **Score:** 56.8 - **Grade:** D - **Top Critical:** Server blocks 8 AI crawlers at the edge (403/429). robots.txt explicitly blocks GPTBot, ClaudeBot, Google-Extended, PerplexityBot. - **Top High:** No FAQPage / Article / BreadcrumbList schema. Cuts citation eligibility in half on question-shaped queries. - **Specific code change:** In `public/robots.txt`, remove the User-agent: GPTBot / ClaudeBot / Google-Extended blocks. In your homepage `<head>`, add a FAQPage JSON-LD block covering your top 5 product questions. Estimated lift: +18 points → mid-B grade. Report saved to reports/seo/2026-06-11__0830.md.