Website SEO Auditor avatar

Website SEO Auditor

Pricing

Pay per usage

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

Pay per usage

Rating

0.0

(0)

Developer

Mr-chen

Mr-chen

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

a day 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.