AI-driven Automated Website SEO Audit
Pricing
from $50.00 / 1,000 results
Go to Apify Store
AI-driven Automated Website SEO Audit
Automated SEO audits of websites with AI-like actionable explanations, scoring common SEO issues. Accepts URL(s) and outputs SEO score, found issues, and fix suggestions.
AI-driven Automated Website SEO Audit Actor
This Apify Actor performs automated SEO audits of given website URLs using simple heuristics to identify common SEO issues, with actionable AI-style fix suggestions.
Features
- Checks for missing meta description, title length, missing H1, noindex meta robots, and images missing alt attributes.
- Returns an SEO score out of 100 based on detected issues.
- Accepts single or multiple URLs as input.
Input
{"urls": ["https://example.com"]}
urls: A string with a single URL or an array of URLs to audit.
Output
Each dataset item includes:
url: audited URLseo_score: numeric score 0-100issues: list of detected SEO issues and fixes:issue: description of the found problemfix: actionable suggestion to fix the problem
Example output item:
{"url": "https://example.com","seo_score": 65,"issues": [{"issue": "Missing meta description.","fix": "Add a concise meta description tag to improve search snippet and click-through rate."},{"issue": "Missing H1 heading.","fix": "Include one main H1 heading to define the page topic clearly."}]}
Run
apify run
Price suggestion
$130 USD per run (recommended for consultants/agencies)
Limitations
- Basic heuristic-based SEO checks, not full technical audit.
- No external AI engine used due to no external API key policy.
License
MIT