DataForSeo On-page SEO avatar
DataForSeo On-page SEO

Pricing

from $0.01 / 1,000 results

Go to Apify Store
DataForSeo On-page SEO

DataForSeo On-page SEO

This actor performs in-depth on-page SEO audits using the DataForSEO On-Page API. Page titles, meta descriptions, headings, content, technical SEO factors w/actionable recommendations. Technical SEO, Content Analysis, Meta Tags, Heading Structure, Image Optimization, Link Analysis & Core Web Vitals

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 hours ago

Last modified

Share

DataForSEO On-Page Auditor

Comprehensive on-page SEO analysis powered by DataForSEO API.

Built by John Rippy | johnrippy.link


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

ParameterTypeRequiredDescription
urlstringYesURL to audit
maxPagesnumberNoMax pages to crawl (default: 10)
checkMobilebooleanNoInclude mobile audit (default: true)
dataForSeoLoginstringYesYour DataForSEO API login
dataForSeoPasswordstringYesYour DataForSEO API password
webhookUrlstringNoURL to receive results when complete
demoModebooleanNoRun with sample data (no API calls)

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.

Part of the SEO Intelligence Suite:

  • localhowl~seo-intelligence-mcp-server - Unified MCP orchestrator
  • localhowl~dataforseo-serp - SERP rankings and keyword research
  • localhowl~dataforseo-backlinks - Backlink analysis
  • localhowl~localfalcon-grid - Local ranking grids
  • localhowl~serpapi-realtime - Real-time SERP snapshots

Support