DataForSEO On-Page Auditor
Comprehensive on-page SEO analysis powered by DataForSEO API. Built by John Rippy | johnrippy.link🏆 2025 Zapier Automation Hero of the Year — Project Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more →
---
Overview
This actor performs in-depth on-page SEO audits using the DataForSEO On-Page API. Analyze page titles, meta descriptions, headings, content, technical SEO factors, and get actionable recommendations.
Features
- Technical SEO Audit: Check page speed, mobile-friendliness, SSL, redirects
- Content Analysis: Analyze word count, keyword density, readability
- Meta Tag Review: Evaluate titles, descriptions, Open Graph, Twitter cards
- Heading Structure: Check H1-H6 hierarchy and keyword usage
- Image Optimization: Find missing alt tags, oversized images
- Link Analysis: Internal/external link ratios, broken links
- Core Web Vitals: LCP, FID, CLS scores
- BYOK Pattern: Bring your own DataForSEO API credentials
Input Parameters
Example Usage
Single Page Audit
{
"url": "https://example.com",
"maxPages": 1,
"checkMobile": true,
"dataForSeoLogin": "your-login",
"dataForSeoPassword": "your-password"
}
Full Site Audit
{
"url": "https://example.com",
"maxPages": 100,
"checkMobile": true,
"dataForSeoLogin": "your-login",
"dataForSeoPassword": "your-password"
}
Output Format
{
"status": "success",
"timestamp": "2025-12-28T12:00:00.000Z",
"data": {
"url": "https://example.com",
"score": 78,
"issues": {
"critical": 2,
"warnings": 5,
"notices": 12
},
"categories": {
"technical": { "score": 85, "issues": [...] },
"content": { "score": 72, "issues": [...] },
"meta": { "score": 80, "issues": [...] },
"performance": { "score": 75, "issues": [...] }
},
"coreWebVitals": {
"lcp": 2.1,
"fid": 45,
"cls": 0.05
},
"recommendations": [
"Add meta description to 3 pages",
"Compress images to reduce load time",
"Fix 2 broken internal links"
]
}
}
Pricing
Pay-per-event pricing:
onpage-audit: Per page audited
Demo Mode
Set demoMode: true to test with sample data without consuming DataForSEO API credits.
Related Actors
Part of the SEO Intelligence Suite:
localhowl~seo-intelligence-mcp-server- Unified MCP orchestratorlocalhowl~dataforseo-serp- SERP rankings and keyword researchlocalhowl~dataforseo-backlinks- Backlink analysislocalhowl~localfalcon-grid- Local ranking gridslocalhowl~serpapi-realtime- Real-time SERP snapshots
Support
- GitHub: Report issues
- LinkedIn: John Rippy
- Website: johnrippy.link
🏆 2025 Zapier Automation Hero of the Year — Project Phoenix: A 95-step AI sales pipeline cutting development time by 50%. Read more →