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.* Starter prompts
Audit a URL
Score + grade + top fixes
Quick AEO audit on https://yoursite.com. Score, grade, top critical issue, top high issue, one specific code change.
Full report
All tracked URLs, structured
Run a full audit on all URLs in audit_targets.yaml. Use the markdown report format with TL;DR / Regressions / Wins / Per-URL Detail / Action Items.
Compare to last run
Where did we slip?
What's changed since my last audit? Surface every URL whose score dropped 5+ points or letter-grade slid. Pinpoint the exact change you can see in the keyword / schema / scrape diff.
Pre-launch check
Block-list for a new page
I'm about to launch https://yoursite.com/new-feature. Run citation-readiness + schema check. Tell me exactly what to fix in the HTML before I ship.