Website SEO Audit Tool — Meta Tags, Links & Performance
Pricing
$10.00 / 1,000 results
Go to Apify Store
Website SEO Audit Tool — Meta Tags, Links & Performance
Perform comprehensive SEO audits on any website. Extract meta tags, headings, image alt text, links, page speed indicators, and structured data for technical SEO analysis and optimization.
Perform comprehensive SEO audits on any website. Extract meta tags, headings, image alt text, links, page speed indicators, and structured data for technical SEO analysis and optimization.
🚀 Quick Start
- Install dependencies
$npm install
- Run locally
$npm start
- Or use Apify Cloud
$npx apify push --force
📥 Input
startUrls— Array of URLs to audit (required)maxPages— Max pages to crawl (default: 30)externalLinks— Whether to extract external links (default: false)
📤 Output
Each dataset item contains:
url— Page URLmetaTitle— Page title tagmetaDescription— Meta description contentmetaKeywords— Meta keywordsh1,h2,h3— Heading tagsimgAltCount— Count of images with alt textimgNoAltCount— Count of images without alt textinternalLinks— Count of internal linksexternalLinks— Count of external linkstotalWords— Word count of visible texthasSchema— Whether structured data (JSON-LD) is detectedpageSize— Page size in KB
🔧 Use Cases
- Technical SEO audits: Find missing meta tags, broken headings
- Competitor analysis: Compare SEO structure of competitor sites
- Content optimization: Identify thin pages, missing alt text
- Migration validation: Verify SEO elements after site redesign
📋 Requirements
- Node.js 18+
- Apify account (for cloud deployment)