Complete Site Audit — SEO, Security & Social Grade avatar

Complete Site Audit — SEO, Security & Social Grade

Pricing

$50.00 / 1,000 site audits

Go to Apify Store
Complete Site Audit — SEO, Security & Social Grade

Complete Site Audit — SEO, Security & Social Grade

Full website health audit in one call: SEO, security headers, social tags, crawlability, and tech stack, scored into an A–F grade with one prioritized issue list. $0.05 per site audited. No API key.

Pricing

$50.00 / 1,000 site audits

Rating

0.0

(0)

Developer

Anthony Snider

Anthony Snider

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 hours ago

Last modified

Share

Complete Site Audit

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.

Pricing

$0.05 per site audited — one charge for the whole five-area pass (SEO + security + social + crawlability + tech), billed as the site-audited event. Running the five specialist actors separately costs more; this is the bundle price.

FAQ

What does a website audit actually check? Five areas in one pass: on-page SEO (title, meta description, H1s, canonical, structured data, image alt), security (HTTPS, the six key security headers, mixed content), social tags (Open Graph + Twitter Card), crawlability (robots.txt + sitemap.xml), and the detected tech stack.

How is the grade calculated? Each area contributes to an overall 0–100 score, mapped to A–F. The issues list is already sorted by priority, so the first item is the one to fix first.

Is this a full-site crawl? No — it audits the URL you give it (typically the homepage) across all five dimensions. For a multi-page crawl with duplicate-title and broken-link detection, use our SEO Auditor in site mode.

Can I audit several sites at once? Yes — pass an array in urls (capped by maxUrls), one graded record per site. Useful for agencies triaging a prospect list: sort by overallScore and call the worst ones first.

How is this different from Lighthouse? Lighthouse measures rendering performance in a browser; this audits the served HTML and headers — SEO tags, security headers, social tags, crawl files — the layer you fix in your markup and server config, returned as machine-readable JSON.