Interpreting results
Learn how to analyze audit results, understand scoring, and prioritize fixes effectively.A complete audit provides an overall health score, category-specific scores, issue listings by severity, and actionable recommendations.
Understanding health scores
The overall health score ranges from 0 to 100 and reflects your website’s overall health across all audit categories.Score grades
A
95-100Excellent
B
85-94Good
C
70-84Fair
D
50-69Poor
F
0-49Critical
What the scores mean
- Grade A (95-100)
- Grade B (85-94)
- Grade C (70-84)
- Grade D (50-69)
- Grade F (0-49)
ExcellentYour website follows best practices across nearly all areas. Minor improvements may still be possible.
Characteristics
- Few or no critical issues
- Most rules passing
- Well-optimized for search engines
- Good user experience
Action
- Maintain current standards
- Address any remaining notices
- Monitor regularly to catch regressions
Severity levels
Every issue in the audit is assigned a severity level that indicates its importance:Error
Critical issues that must be fixedExamples:
- Missing title tags
- Broken internal links
- Security vulnerabilities
- Accessibility violations
Warning
Important issues that should be addressedExamples:
- Short meta descriptions
- Missing alt text
- Slow page load times
- Redirect chains
Notice
Suggestions for improvementExamples:
- Optimal image formats
- Additional schema markup
- Enhanced content structure
- Best practice recommendations
Severity prioritization
Fix all errors first
Errors have the highest impact on your site’s health, SEO, and user experience.
Address warnings next
Warnings indicate important issues that, while not critical, significantly affect your site’s performance.
Issue ranks
In addition to severity, each rule has a rank from 1 to 10 indicating its impact on overall site health:High rank (8-10)
- Major impact on SEO
- Critical for user experience
- Security concerns
- Core functionality
- Missing title tags (rank 10)
- Broken internal links (rank 9)
- No HTTPS (rank 10)
Low rank (1-3)
- Minor optimizations
- Nice-to-have improvements
- Minimal impact
- Edge cases
- Image format optimization (rank 3)
- Minor content improvements (rank 2)
- Optional schema additions (rank 2)
Category scores and grades
In addition to the overall score, each of the 21 audit categories receives its own score and grade:Example category breakdown
| Category | Score | Grade |
|---|---|---|
| Core SEO | 92 | A |
| Technical SEO | 88 | B |
| Performance | 76 | C |
| Security | 100 | A |
| Accessibility | 68 | D |
| Category | Score | Grade |
|---|---|---|
| Content | 84 | B |
| Links | 55 | D |
| Images | 72 | C |
| Mobile | 95 | A |
| Social Media | 90 | A |
Interpreting category scores
Identify weak areas
Identify weak areas
Categories with low scores reveal where to focus your efforts.In the example above:
- Accessibility (68) needs significant improvement
- Links (55) requires urgent attention (broken links likely)
- Performance (76) could be optimized
Celebrate strengths
Celebrate strengths
High-scoring categories show where your site excels:
- Security (100) - properly configured HTTPS and headers
- Mobile (95) - excellent responsive design
- Core SEO (92) - strong fundamental SEO implementation
Balance improvements
Balance improvements
Don’t over-optimize high-scoring categories while ignoring low scores.Better approach:
- Bring all categories to 85+ (Grade B)
- Then optimize further to reach 95+ (Grade A)
Prioritizing fixes
Use this framework to prioritize which issues to fix first:Security first
Address all security-related errors immediately:
- Missing HTTPS
- Exposed credentials or API keys
- Missing security headers
- Mixed content
Security issues can expose your site to attacks and harm users. Fix these before anything else.
High-rank errors
Fix errors with rank 8-10 that heavily impact SEO and functionality:
- Missing or duplicate title tags
- Broken internal links
- Missing H1 tags
- Inaccessible pages (robots.txt blocks)
Medium-rank errors
Address errors with rank 5-7:
- Missing meta descriptions
- Missing alt text on images
- Poor heading hierarchy
- Slow performance
All warnings
Work through warnings by rank:
- High-rank warnings (8-10) first
- Medium-rank warnings (5-7) next
- Low-rank warnings (1-4) last
Prioritization matrix
Decision framework
| Severity | Rank 8-10 | Rank 5-7 | Rank 1-4 |
|---|---|---|---|
| Error | 🔴 Fix immediately | 🟠 Fix today | 🟡 Fix this week |
| Warning | 🟠 Fix today | 🟡 Fix this week | 🟢 Fix when possible |
| Notice | 🟡 Fix this week | 🟢 Fix when possible | 🔵 Nice to have |
Common issue patterns
Recognize these patterns in your audit results:Missing metadata across many pages
Missing metadata across many pages
Pattern:
- 20+ pages missing meta descriptions
- Duplicate or generic title tags
- Missing metadata in content management system
- Template issues
- Add metadata to CMS/frontmatter
- Update page templates to generate metadata
- Use dynamic metadata generation
Widespread accessibility issues
Widespread accessibility issues
Pattern:
- 50+ images missing alt text
- Poor heading hierarchy on most pages
- Color contrast failures
- Lack of accessibility awareness during development
- Automated image insertion without alt text
- Add alt text to all images (can parallelize)
- Fix heading structure (H1 → H2 → H3)
- Update color schemes for better contrast
Performance bottlenecks
Performance bottlenecks
Pattern:
- Slow page load times across the site
- Large unoptimized images
- Missing caching headers
- No image optimization pipeline
- Server configuration issues
- Implement image optimization (compression, modern formats)
- Configure caching headers
- Enable CDN
- Minimize and bundle JavaScript/CSS
Broken links
Broken links
Pattern:
- Multiple 404 errors for internal links
- Broken external links
- Deleted or moved pages without redirects
- Outdated external links
- Set up 301 redirects for moved pages
- Update or remove broken external links
- Implement link checking in CI/CD
Inconsistent SEO implementation
Inconsistent SEO implementation
Pattern:
- Some pages perfect, others missing basics
- Inconsistent structure across sections
- Multiple developers with different standards
- Mixed templates or frameworks
- Standardize templates
- Create SEO checklist for new pages
- Use shared components for metadata
Score targets
Set realistic improvement goals based on your starting score:Score improvement targets
| Starting Score | Target Score | Expected Work | Timeframe |
|---|---|---|---|
| < 50 (Grade F) | 75+ (Grade C) | Major overhaul | 2-4 weeks |
| 50-70 (Grade D) | 85+ (Grade B) | Significant fixes | 1-2 weeks |
| 70-85 (Grade C) | 90+ (Grade A) | Polish and optimize | 3-7 days |
| > 85 (Grade B+) | 95+ (Grade A) | Fine-tuning | 1-3 days |
Realistic expectations
- Small site (< 50 pages)
- Medium site (50-200 pages)
- Large site (200+ pages)
- Surface audit: 1-2 days to reach 90+
- Full audit: 2-3 days to reach 95+
- Metadata gaps
- Image alt text
- Heading hierarchy
Iterative improvement process
Don’t try to fix everything in one pass. Follow this iterative approach:Initial audit
Run a surface audit to get the baseline:Review the overall score and identify the top 5 issues.
Fix first batch
Address security issues and high-rank errors:
- Fix 10-20 issues
- Focus on systematic fixes (e.g., all missing meta descriptions)
- Use subagents for parallelizable content fixes
Fix second batch
Address remaining errors and high-priority warnings:
- Continue systematic fixes
- Address category-specific issues
Polish
Work through remaining warnings and implement notices:
- Optimize performance
- Add advanced schema
- Enhance accessibility
After each fix batch, re-audit to verify improvements and catch any regressions.
Reading LLM format output
The LLM format is optimized for AI agents. Here’s how to read it:Structure overview
Summary section
- score: Overall health score (0-100)
- grade: Letter grade (A-F)
- pages-crawled: Number of pages analyzed
- errors/warnings/notices: Issue counts by severity
Issues section
- severity: error > warning > notice
- rank: 8-10 = high impact
- affected-pages: How widespread the issue is
Recommendations section
- high: Errors and high-rank warnings
- medium: Medium-rank warnings
- low: Notices and low-rank issues
Tracking progress over time
Monitor site health by comparing audits:Compare audits
Track score trends
Keep a log of audit scores:| Date | Score | Grade | Notes |
|---|---|---|---|
| 2024-10-01 | 68 | D | Baseline |
| 2024-10-05 | 76 | C | Fixed meta tags |
| 2024-10-08 | 84 | B | Fixed broken links |
| 2024-10-11 | 92 | A | Performance optimization |
| 2024-10-15 | 97 | A | Final polish |
Next steps
Audit categories
Learn about all 21 categories and their rules
Running audits
Master audit commands and workflows