SEO Audit Tool avatar

SEO Audit Tool

Pricing

Pay per usage

Go to Apify Store
SEO Audit Tool

SEO Audit Tool

Audit any website SEO. Checks title, meta, headings, images, OG tags, canonical, schema. Returns score and grade.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Benny

Benny

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Categories

Share

Give it URLs. Get back a full SEO audit with scores.

What it checks

  • Title tag: present, correct length (30-60 chars)
  • Meta description: present, correct length (120-160 chars)
  • H1 heading: present, only one per page
  • Images: alt text coverage
  • Open Graph tags: title, description, image
  • Twitter Card: present
  • Canonical URL: set correctly
  • Viewport meta: mobile-friendly
  • Language attribute: set
  • Schema.org markup: structured data present
  • Content length: word count
  • Link profile: internal vs external links

Input

{
"urls": ["https://example.com", "https://stripe.com"],
"maxPagesPerSite": 10
}

Output

{
"url": "https://stripe.com",
"status": 200,
"seoScore": 85,
"grade": "B",
"title": "Stripe | Financial Infrastructure for the Internet",
"titleLength": 51,
"titleIssue": "ok",
"metaDescIssue": "ok",
"h1Issue": "ok",
"imageCount": 12,
"imagesWithoutAlt": 2,
"internalLinks": 45,
"externalLinks": 8,
"schemaCount": 3,
"wordCount": 1200
}