Website SEO Auditor avatar

Website SEO Auditor

Pricing

$10.00 / 1,000 actor starts

Go to Apify Store
Website SEO Auditor

Website SEO Auditor

Comprehensive SEO audit tool. Analyze page titles, meta tags, headings, images, links, mobile-friendliness, structured data, and get actionable scores.

Pricing

$10.00 / 1,000 actor starts

Rating

0.0

(0)

Developer

Mr-chen

Mr-chen

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

a month ago

Last modified

Categories

Share

🔎 Website SEO Auditor

Comprehensive SEO audit tool that analyzes any website and provides actionable scores and recommendations. Fix your SEO issues before your competitors do.

✨ What You Get

  • SEO Score (0-100) — Overall SEO health
  • Performance Score (0-100) — Page speed and performance
  • Title & Meta Analysis — Length, missing tags, duplicates
  • Heading Structure — H1-H6 hierarchy check
  • Image Alt Text — Coverage percentage and missing count
  • Link Analysis — Internal vs external links
  • Structured Data — JSON-LD detection
  • Mobile Friendly — Viewport meta check
  • Security — HTTPS verification

🔍 Use Cases

  • SEO Audits — Audit client websites and generate reports
  • Competitor Analysis — Compare your SEO vs competitors
  • Pre-launch Checks — Validate SEO before going live
  • Ongoing Monitoring — Track SEO health over time

📥 Input

FieldTypeDefaultDescription
urlsarray[]URLs to audit (required)
maxPagesinteger1Max pages to audit (1-50)
crawlInternalbooleanfalseAuto-discover internal links

📊 Example Input

{
"urls": ["https://example.com"],
"maxPages": 5,
"crawlInternal": true
}

📤 Output Example

{
"url": "https://example.com",
"statusCode": 200,
"loadTimeMs": 1245,
"scores": {
"seo": 78,
"performance": 85,
"overall": 81.5
},
"issues": [
"Meta description missing",
"3 images missing alt text"
],
"basic": {
"title": "Example Domain",
"titleLength": 14,
"metaDescription": "",
"metaDescriptionLength": 0
},
"headings": {
"h1Count": 1,
"h2Count": 3,
"h1Texts": ["Welcome to Example"]
},
"images": {
"total": 12,
"missingAlt": 3,
"altCoverage": 75.0
}
}

💰 Pricing

Free tier: Included in Apify's $5/month free compute. Typical run cost: ~$0.01 per page audited.