Skip to main content
Quick Answer: The Technical Audit checks five categories: Crawlability, Content Structure, Schema & Structured Data, Performance, and Security. Each category receives its own grade and contributes to your overall health score.

What You’ll Learn

  • All five audit categories in detail
  • Specific checks within each category
  • How each check affects AI visibility
  • Priority levels for different issues

Category 1: Crawlability

Weight: 25% of overall grade Ensures AI and search bots can access your content.

Checks performed

CheckSeverityWhat’s Tested
robots.txtCriticalAre AI bots blocked?
XML sitemapWarningDoes sitemap exist and is it valid?
Broken linksWarningAny 404 errors found?
Redirect chainsWarningMore than 2 redirects in sequence?
Canonical tagsWarningProper canonical implementation?
Noindex pagesInfoIntentional or accidental noindex?
Crawl depthInfoAre important pages too deep?

Why it matters for AI

If AI bots can’t reach your pages, they can’t read your content. Blocked bots = zero chance of being recommended.

Category 2: Content Structure

Weight: 25% of overall grade Ensures your content is properly organized for both humans and AI.

Checks performed

CheckSeverityWhat’s Tested
Title tagsCriticalPresent, unique, proper length?
Meta descriptionsWarningPresent, unique, compelling?
H1 tagsCriticalExactly one per page?
Heading hierarchyWarningProper H1→H2→H3 nesting?
Image alt textWarningDescriptive alt text on images?
Content lengthInfoPages with very thin content?
Duplicate contentWarningSignificant content duplication?

Why it matters for AI

AI parses headings and structure to understand content hierarchy. Poor structure = AI misunderstands your content.

Category 3: Schema & Structured Data

Weight: 20% of overall grade Ensures you have proper structured data markup for AI parsing.

Checks performed

CheckSeverityWhat’s Tested
Article schemaWarningPresent on blog/article pages?
Organization schemaWarningBrand entity defined?
FAQ schemaInfoPresent on FAQ content?
HowTo schemaInfoPresent on tutorial content?
Breadcrumb schemaInfoNavigation structure marked?
Schema validityCriticalAny invalid/broken markup?
Schema completenessInfoRequired fields populated?

Why it matters for AI

Schema explicitly tells AI what your content IS. Without it, AI must infer content type - and may get it wrong.

Category 4: Performance

Weight: 20% of overall grade Ensures your site is fast enough for efficient bot crawling.

Checks performed

CheckSeverityWhat’s Tested
Page load speedWarningUnder 3 seconds?
Largest Contentful PaintWarningUnder 2.5 seconds?
First Input DelayInfoUnder 100ms?
Cumulative Layout ShiftInfoUnder 0.1?
Server response timeWarningUnder 200ms?
Mobile responsivenessWarningPasses mobile-friendly test?
Image optimizationInfoProperly compressed?

Why it matters for AI

Bots have crawl budgets. Slow pages may be deprioritized or skipped entirely.

Category 5: Security

Weight: 10% of overall grade Ensures your site meets basic security standards.

Checks performed

CheckSeverityWhat’s Tested
HTTPSCriticalSite uses SSL?
Mixed contentWarningHTTP resources on HTTPS pages?
Security headersInfoHSTS, X-Frame-Options, etc.?
SSL certificateCriticalValid and not expired?

Why it matters for AI

HTTPS is a trust signal. Mixed content and security issues can reduce perceived authority.

Severity Levels

LevelIconMeaningAction
Critical🔴Directly prevents AI visibilityFix immediately
Warning🟡Negatively impacts AI visibilityFix this month
Info🔵Minor impact or best practiceFix when convenient

Category Interactions

Some issues affect multiple categories:
IssueCategories Affected
Blocked AI botsCrawlability + Content Structure
Missing schema + slow pagesSchema + Performance
HTTPS + broken linksSecurity + Crawlability
Thin content + no schemaContent Structure + Schema

Tips

  • Focus on Critical issues across all categories before addressing Warnings
  • Schema is often the quickest win - Adding markup is straightforward and impactful
  • Performance affects everything - A slow site hurts all other categories
  • Crawlability is foundational - Fix access issues first; nothing else matters if bots can’t reach you
  • Security is table stakes - HTTPS should be non-negotiable in 2025

Understanding Grades

How category grades are calculated

Fixing Issues

How to resolve audit findings