Audit Competitor Backlinks
Analyze your competitors' backlink profiles to discover link-building opportunities and understand their SEO strategy.
Audit pages for ranking issues
Audit web pages and sites for ranking issues. Analyze meta tags, headings, content quality, Core Web Vitals, structured data, images, links, and technical SEO. Surfaces prioritized issues with 0-100 scores for diagnosis and competitor benchmarking.
Full on-page SEO analysis including title, meta, headings, images, links, content length, and structured data presence. Returns a score out of 100 with prioritized issues.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "seo",
"skill": "analyze_page",
"input": {
"url": "https://example.com"
}
}' \
https://api.toolrouter.com/v1/tools/callFind and validate all structured data (JSON-LD, Microdata, RDFa) on a page. Checks for common errors and provides recommendations for missing schema types.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "seo",
"skill": "detect_schema",
"input": {
"url": "https://example.com/product/shoes"
}
}' \
https://api.toolrouter.com/v1/tools/callQuick audit of all meta tags on a page: title, description, canonical, robots, Open Graph, Twitter Card, viewport, and other SEO-relevant tags.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "seo",
"skill": "check_meta",
"input": {
"url": "https://example.com/pricing"
}
}' \
https://api.toolrouter.com/v1/tools/callAnalyze the heading hierarchy (H1-H6) of a page for SEO best practices. Checks for missing H1, skipped levels, duplicates, empty headings, and content quality.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "seo",
"skill": "audit_headings",
"input": {
"url": "https://example.com/blog/guide"
}
}' \
https://api.toolrouter.com/v1/tools/callComprehensive content quality analysis with readability scoring (Flesch-Kincaid, Gunning Fog, Coleman-Liau, SMOG, ARI), E-E-A-T signal detection, keyword density analysis, and content depth scoring.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "seo",
"skill": "analyze_content",
"input": {
"url": "https://example.com/blog/guide"
}
}' \
https://api.toolrouter.com/v1/tools/callTechnical SEO audit covering robots.txt validation, sitemap.xml analysis, redirect chain detection, canonical tag verification, hreflang validation, and security headers (HSTS, CSP, X-Frame-Options).
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "seo",
"skill": "audit_technical",
"input": {
"url": "https://example.com"
}
}' \
https://api.toolrouter.com/v1/tools/callCore Web Vitals analysis via PageSpeed Insights API. Returns LCP, CLS, FCP, TBT, Speed Index, TTFB, Lighthouse category scores, and CrUX real-user field data when available.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "seo",
"skill": "check_vitals",
"input": {
"url": "https://example.com"
}
}' \
https://api.toolrouter.com/v1/tools/callCrawl a website (up to 100 pages) with per-page SEO extraction and site-wide issue summary. Detects missing titles, thin content, broken links, duplicate meta, and missing schema across the entire site.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "seo",
"skill": "crawl_site",
"input": {
"url": "https://example.com",
"max_pages": 10
}
}' \
https://api.toolrouter.com/v1/tools/callInternal link graph analysis with link depth calculation, orphan page detection, anchor text distribution, external link audit, and broken link checking via HEAD requests.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "seo",
"skill": "analyze_links",
"input": {
"url": "https://example.com"
}
}' \
https://api.toolrouter.com/v1/tools/callImage SEO audit checking alt text, file sizes, dimensions, lazy loading, responsive images (srcset), and modern format usage (WebP/AVIF). Includes per-image analysis and aggregate statistics.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "seo",
"skill": "audit_images",
"input": {
"url": "https://example.com/products/shoes"
}
}' \
https://api.toolrouter.com/v1/tools/callTF-IDF keyword extraction from page content with density analysis by position (title, H1, meta description, first paragraph, URL). Includes n-gram analysis for multi-word phrases.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "seo",
"skill": "extract_keywords",
"input": {
"url": "https://example.com/blog/seo-guide"
}
}' \
https://api.toolrouter.com/v1/tools/callSide-by-side SEO comparison of two URLs across all metrics: content length, readability, meta tags, schema, headings, response time, and keyword overlap. Determines winner per category.
curl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{
"tool": "seo",
"skill": "compare_pages",
"input": {
"url_a": "https://example.com/page",
"url_b": "https://competitor.com/page"
}
}' \
https://api.toolrouter.com/v1/tools/callclaude mcp add --transport stdio \
--env TOOLROUTER_API_KEY=YOUR_API_KEY \
toolrouter -- npx -y toolrouter-mcpcurl -H "Authorization: Bearer $TOOLROUTER_API_KEY" \
-d '{"tool":"seo","skill":"analyze_page","input":{}}' \
https://api.toolrouter.com/v1/tools/callAnalyze your competitors' backlink profiles to discover link-building opportunities and understand their SEO strategy.
Verify all meta tags are properly configured before launching or redesigning your website.
Find relevant academic papers on any research topic across millions of scholarly publications.
Research what ads your competitors are running across Facebook and Google to understand their messaging and creative strategy.
Run a full-spectrum website audit combining SEO analysis, performance testing, site crawling, and visual documentation in one workflow.
Build a complete competitive intelligence dossier by combining company research, SEO analysis, social media audits, and ad library searches.
Optimize your local search presence with schema markup auditing, GEO optimization, and local search result analysis.
Build a data-driven SEO content strategy from keyword research through SERP analysis to deep topic research for content differentiation.
It scores ranking issues across meta tags, headings, content quality, structured data, images, links, Core Web Vitals, and technical SEO, with a 0 to 100 style diagnostic view.
Both. You can audit one URL, crawl a site, or compare pages, depending on whether you want a page-level fix list or a broader site review.
Yes. Core Web Vitals are part of the audit, so performance problems show up alongside SEO and accessibility findings.
Set your primary domain. The tool uses that when no URL is provided, which is handy for repeated audits.