Skip to main content

Overview

AI Review uses advanced language models to analyze your crawl results and provide actionable recommendations. Instead of simply listing issues, AI Review prioritizes fixes by impact, explains why they matter, and provides ready-to-implement code.
Available on: Pro (5 reviews/month) and Agency (10 reviews/month) plans

What AI Review Provides

Health Score

An overall score (0-100) reflecting your website’s health based on:
  • Broken links and server errors
  • Redirect efficiency
  • SEO optimization
  • Performance metrics
  • SSL status

Prioritized Issues

Issues ranked by:
  • Severity: How much the issue hurts your site
  • Impact: How many users/pages are affected
  • Effort: How difficult the fix is

Actionable Categories

Code Fixes

Where applicable, AI Review provides:
  • Specific code snippets to implement
  • Before/after comparisons
  • File locations or component references
  • Implementation notes

How It Works

1

Run a Crawl

Complete a crawl with your desired scan options enabled. More options = more data for analysis.
2

Request AI Review

After the crawl completes, click Generate AI Review. Reviews typically complete in 30-60 seconds.
3

Review Findings

AI Review presents findings in order of priority with explanations and code fixes.
4

Implement Fixes

Work through recommendations, implementing fixes and re-crawling to verify.

Sample AI Review Output

───────────────────────────────────────────────────────────
  1. Missing H1 Tags on 12 Pages These pages lack an H1 heading, which is critical for search engines to understand page topic. PAGES AFFECTED: • /services • /pricing • /contact • (+ 9 more) ACTION: Add a single, descriptive H1 to each page. CODE FIX (example for /services):
─────────────────────────────────────────────────────────── ⚡ QUICK WINS (5) ───────────────────────────────────────────────────────────
  1. Add Meta Descriptions to 18 Pages Pages without meta descriptions show random text snippets in search results, reducing click-through rates. EFFORT: Low - 5 minutes per page IMPACT: Medium - Improved CTR from search TEMPLATE:
───────────────────────────────────────────────────────────
  1. Compress 34 Large Images Found images over 500KB that slow page load times. LARGEST IMAGES: • /images/hero-banner.png (2.4 MB) • /images/team-photo.jpg (1.8 MB) • /images/product-gallery-1.png (1.2 MB) ACTION: • Convert PNG to WebP for 70%+ size reduction • Use responsive images with srcset • Consider lazy loading below-fold images
─────────────────────────────────────────────────────────── 📊 SUMMARY & NEXT STEPS ─────────────────────────────────────────────────────────── Addressing all critical issues and quick wins would improve your health score to approximately 85/100. RECOMMENDED ORDER:
  1. Renew SSL certificate (5 min)
  2. Fix navigation broken links (30 min)
  3. Add H1 tags to key pages (1 hour)
  4. Add meta descriptions (2 hours)
  5. Optimize images (1 hour)
Total estimated time: 4-5 hours