Complete Site Audit avatar

Complete Site Audit

Pricing

$50.00 / 1,000 site auditeds

Go to Apify Store
Complete Site Audit

Complete Site Audit

Pricing

$50.00 / 1,000 site auditeds

Rating

0.0

(0)

Developer

Anthony Snider

Anthony Snider

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

A full website health audit in one call — SEO, security, social, crawlability, and tech stack — with an overall A–F grade and a prioritized issue list. No API key, pay per audit.

▶ Live on the Apify Store: https://apify.com/eliai/complete-site-audit — run it instantly, or call it as an agent tool via Apify MCP.

What it checks (all in one pass)

  • SEO — title, meta description, H1s, canonical, structured data, image alt
  • Security — HTTPS, the 6 key security headers, mixed content
  • Social — Open Graph + Twitter Card tags
  • Crawlability — robots.txt + sitemap.xml presence
  • Tech — detected stack + server

Returns an overall score + grade and a single, prioritized issues list across all five areas.

Input

{ "url": "https://example.com" }

Output (per URL)

{
"url": "https://example.com",
"overallScore": 76,
"grade": "B",
"seo": { "title": "...", "structuredData": 1 },
"security": { "https": true, "missingHeaders": ["content-security-policy"] },
"social": { "openGraphTags": 6, "twitterCard": true },
"crawlability": { "hasRobotsTxt": true, "hasSitemap": true },
"issues": ["Security: 1/6 headers missing", "..."],
"summary": "76/100 (4 issues) — SEO, security, social, crawl + tech"
}

Use cases

One-call site health for SEO/security audits, client reporting, and agent workflows — the whole picture without wiring up five separate tools. For individual deep-dives, see our SEO Auditor, Security Headers, and Broken Link Checker.