Connection check
verified live · 27h ago
seo-analyzer
SEO audit any URL: meta tags, headings, links, images, Schema.org, score 0-100. x402.
Tools
2
GitHub stars
—
Installs / wk
—
Licence
MIT
Transport
sse
Last checked
27h ago
Tools & capabilities
2 toolsRead from the running server on 27h ago.
seo_audit_batch
urls*
Use this when you need to compare SEO health across multiple pages at once (up to 10 URLs). Returns the same full audit as seo_audit_page for each URL in a single call. 1. results… Use this when you need to compare SEO health across multiple pages at once (up to 10 URLs). Returns the same full audit as seo_audit_page for each URL in a single call. 1. results (array) -- each entry contains the full SEO audit (score, title, meta, headings, links, images, schema, issues) 2. summary -- average score, worst-performing URL, most common issues across all pages Example output: {"results":[{"url":"https://a.com","score":85},{"url":"https://b.com","score":62}],"summary":{"avgScore":73,"worstUrl":"https://b.com"}} Use this FOR competitor analysis, sitemap audits, or comparing landing pages side by side. Essential when benchmarking multiple pages in one workflow. Do NOT use for single URLs -- use seo_audit_page instead. Do NOT use for content extraction -- use web_scrape_batch instead.
seo_audit_page
url*