SEO Audit Checklist: 25 Things to Check on Your Website
A practical, priority-ordered SEO audit framework covering technical health, on-page optimization, content quality, backlink analysis, and AI search visibility—with the benchmarks and tools you need for each check.
Published: February 2026 | Reading Time: ~13 minutes | Category: SEO & Technical
An SEO audit is the foundation of every successful search strategy. Without one, you are optimizing blind—fixing problems you cannot see while ignoring issues you do not know exist. Yet most businesses either skip auditing entirely or run superficial scans that catch surface-level errors while missing the structural problems that actually suppress rankings.
The data makes the case clearly: only 33% of websites pass Google’s Core Web Vitals assessment (Chrome User Experience Report). Sites that do pass rank 28% higher on average (Moz). Meanwhile, 75% of mobile sites fail at least one Core Web Vital metric (Google CrUX), Google rewrites 76% of page titles in search results when they are poorly written (Search Engine Land, 2025), and only 0.63% of users ever click on page two results (Backlinko). The margin between visibility and invisibility is razor-thin, and a structured audit is how you find and fix the issues that keep you on the wrong side of that margin.
This checklist covers 25 specific audit items organized by priority and impact. Each item includes what to check, why it matters, the tools to use, and the benchmark to hit. Run this audit quarterly—or before any major site change—to maintain a healthy SEO foundation.
Section 1: Crawlability & Indexing (Items 1–5)
If search engines cannot crawl and index your pages, nothing else matters. These five checks ensure Google can actually find and process your content.
1. Robots.txt Configuration
Your robots.txt file controls which pages search engine bots can and cannot access. A single misconfigured line can block your entire site from indexing. Check that important sections—your blog, service pages, and product pages—are not accidentally blocked. Use Google Search Console’s robots.txt tester (Settings → robots.txt) to verify. Also confirm there is no duplicate robots.txt on subdomains that might conflict with your primary file.
Tool: Google Search Console | Benchmark: No critical pages blocked; file updated within last 90 days
2. XML Sitemap Health
Your XML sitemap tells search engines which pages exist and which ones matter. Common problems include sitemaps that contain non-indexable URLs, redirect chains, 404 errors, or low-value pages that waste crawl budget. A clean sitemap improves crawl prioritization and reduces index waste. Submit your sitemap through Google Search Console and check the Pages report for indexing issues.
Tool: Screaming Frog, Google Search Console | Benchmark: 100% of sitemap URLs return 200 status; no noindexed pages included
3. Indexation Status
Use Google Search Console’s Pages report to check how many of your pages are actually indexed versus how many you expect to be indexed. Common issues include pages excluded by “crawled – currently not indexed,” “discovered – currently not indexed,” or “duplicate without canonical.” Each exclusion reason requires a different fix—and ignoring them means content you created is completely invisible to searchers.
Tool: Google Search Console (Pages report) | Benchmark: 90%+ of target pages successfully indexed
4. Canonical Tags
Canonical tags tell search engines which version of a page is the “official” one, preventing duplicate content issues. Every page on your site should have a self-referencing canonical tag. Missing canonicals—a problem found on many sites during audits—risk diluting your ranking signals across duplicate versions of the same page. This is especially critical for e-commerce sites with filtered or parameterized URLs.
Tool: Screaming Frog, Ahrefs Site Audit | Benchmark: 100% of indexable pages have correct canonical tags
5. Internal Link Architecture
Internal linking is no longer just about passing PageRank—it is about helping search engines understand your topical structure and entity relationships. Important pages should be reachable within three clicks of the homepage. Check for orphan pages (pages with no internal links pointing to them), broken internal links, and opportunities to strengthen topical clusters by linking related content together. Add breadcrumb structured data (BreadcrumbList schema) for maximum benefit.
Tool: Screaming Frog, Ahrefs | Benchmark: Zero orphan pages; all priority pages within 3 clicks of homepage
Quick Win: In many audits, cleaning up sitemaps and fixing indexation issues delivers the fastest ranking improvements. If Google is not indexing your content, no amount of on-page optimization will help
Section 2: Technical Performance (Items 6–10)
Technical performance directly impacts both rankings and conversions. Sites meeting Core Web Vitals thresholds see a 24% increase in user engagement (Google), while a one-second delay in mobile load time can cause up to a 20% drop in conversion rates (SOASTA). Only 56.3% of websites met all Core Web Vitals thresholds in 2024, up from 40% in 2022 (HTTP Archive)—which means nearly half of websites still fail.
6. Largest Contentful Paint (LCP)
LCP measures how quickly the largest visible content element loads. Google’s threshold is under 2.5 seconds. Pages with slow LCP have a 25% lower chance of appearing in the top 10 search results (Google Marketing Platform). Common culprits include unoptimized hero images, render-blocking CSS and JavaScript, slow server response times, and uncompressed resources. An improvement of just 0.2 seconds in LCP can lead to a 15% increase in conversion rates (Google Web Performance Report).
Tool: PageSpeed Insights, Google Search Console (CWV report) | Benchmark: LCP under 2.5 seconds for 75% of page loads
7. Interaction to Next Paint (INP)
INP replaced First Input Delay (FID) in 2024 as the Core Web Vital for interactivity. Unlike FID, which only measured the first interaction, INP measures the worst interaction delay throughout a user’s entire session. The threshold is under 200 milliseconds. Reducing unnecessary JavaScript on mobile improves INP by 35% (Google Performance Insights). Focus on deferring non-critical scripts, breaking up long tasks, and minimizing main-thread blocking.
Tool: Chrome DevTools, PageSpeed Insights | Benchmark: INP under 200ms for 75% of page loads
8. Cumulative Layout Shift (CLS)
CLS measures visual stability—how much the page layout shifts unexpectedly as it loads. The threshold is under 0.1. Layout shifts typically occur when images lack width/height attributes, ads load dynamically, or web fonts cause text to reflow. Reducing CLS improves dwell time by 10%, boosting ranking signals (Web.dev). Always specify image dimensions in HTML and use font-display: swap for custom fonts.
Tool: PageSpeed Insights, Web Vitals Chrome Extension | Benchmark: CLS under 0.1 for 75% of page loads
9. Mobile Performance
Google uses mobile-first indexing for 100% of new websites (Google, 2024), meaning your mobile site is what gets ranked. Yet 75% of mobile sites fail at least one Core Web Vital (Google CrUX), and mobile users experience 32% worse CWV scores than desktop users. Audit your mobile experience specifically: check that all content is available on mobile (67% of sites serve different content between mobile and desktop per Medium/Kumar, 2025), that interactive elements are touch-friendly, and that forms work properly on small screens. Mobile devices accounted for 62.54% of global organic search traffic in Q4 2024 (Statista).
Tool: Google Mobile-Friendly Test, PageSpeed Insights (mobile mode) | Benchmark: All three CWV pass on mobile; content parity with desktop
10. HTTPS and Security Headers
HTTPS is standard—88% of websites use it (W3Techs)—and sites with HTTPS encryption have a 5% ranking advantage (SSL Score). Beyond the certificate itself, check for security headers: X-Frame-Options, HSTS (HTTP Strict Transport Security), Content-Security-Policy, X-Content-Type-Options, and Referrer-Policy. Missing security headers are a common audit finding that is easy to fix and improves both security and trust signals.
Tool: SecurityHeaders.com, SSL Labs | Benchmark: Valid HTTPS; all five security headers implemented
Section 3: On-Page SEO (Items 11–16)
On-page optimization ensures that search engines understand what each page is about and that users find what they are looking for. These six checks cover the elements that most directly impact click-through rates and relevance signals.
11. Title Tags
Google rewrites 76% of page titles in search results as of 2025 (Search Engine Land)—up from 61% in 2023. This means poorly written or misaligned titles are being replaced more frequently than ever. Each page should have a unique, keyword-rich title under 60 characters (approximately 580 pixels) that accurately describes the page content. Avoid duplicate titles across pages, which dilute your ranking signals.
Tool: Screaming Frog, Ahrefs Site Audit | Benchmark: 100% unique titles; all under 60 characters; primary keyword in each
12. Meta Descriptions
While meta descriptions are not a direct ranking factor, they significantly influence click-through rates—which is an indirect ranking signal. Write compelling, action-oriented descriptions under 155 characters for each page. Include your primary keyword naturally, and treat each description as an ad for the page. Pages without meta descriptions rely on Google’s auto-generated snippets, which rarely represent your content as well as a crafted description.
Tool: Screaming Frog | Benchmark: 100% of pages have unique meta descriptions under 155 characters
13. Heading Structure (H1–H6)
Every page should have exactly one H1 tag that contains the primary keyword and clearly describes the page’s topic. Multiple H1 tags—a common issue found on many service pages during audits—dilute the primary heading signal. Use H2 and H3 tags to create a logical content hierarchy that helps both users and search engines understand the structure of your content. Consider using question-based H2/H3 headings that mirror how people search, as these are more likely to be featured in AI Overviews and featured snippets.
Tool: Screaming Frog, manual review | Benchmark: Exactly 1 H1 per page; logical H2/H3 hierarchy throughout
14. Image Optimization
Images are often the largest contributors to slow page loads and poor LCP scores. Check that all images use modern formats (WebP or AVIF), are properly compressed, have descriptive alt text containing relevant keywords, and include explicit width and height attributes to prevent layout shifts. Implement lazy loading for images below the fold, but ensure that your hero/LCP image loads eagerly. Also verify that no images return 404 errors—broken image paths are a common finding in site audits.
Tool: PageSpeed Insights, Screaming Frog | Benchmark: All images in WebP/AVIF; all have alt text and dimensions; zero broken images
15. URL Structure
URLs should be short, descriptive, and readable. Use hyphens to separate words, include the primary keyword, and avoid parameters, session IDs, or deeply nested paths. A clean URL structure helps both users and search engines understand what a page contains before clicking. Avoid changing URLs without implementing proper 301 redirects, and regularly check for redirect chains (A→B→C should be shortened to A→C).
Tool: Screaming Frog | Benchmark: All URLs descriptive and under 75 characters; zero redirect chains
16. Structured Data (Schema Markup)
Structured data helps search engines understand your content semantically and can earn you rich snippets in search results—including star ratings, FAQ dropdowns, breadcrumbs, and product information. Sites that optimize CWV and implement schema see a 12% increase in click-through rates (SEMrush). At minimum, implement Organization, LocalBusiness (if applicable), BreadcrumbList, Article (for blog posts), and FAQ schema. Validate all markup with Google’s Rich Results Test and fix any errors or warnings.
Tool: Google Rich Results Test, Schema.org Validator | Benchmark: Zero schema errors; rich results appearing for eligible pages
Section 4: Content Quality & E-E-A-T (Items 17–20)
Google’s December 2025 Core Update significantly raised the bar for content quality, with E-E-A-T requirements expanding beyond YMYL topics to virtually all competitive queries (ALMCorp, 2025). Generic “SEO content” optimized for keywords rather than users saw 63% ranking losses. These four checks ensure your content meets the new standard.
17. Content Depth and Relevance
Evaluate whether your content genuinely answers the questions your target audience is asking. Thin content—pages with little unique value, shallow coverage, or content that exists primarily to target a keyword—is increasingly penalized. Each page should provide comprehensive coverage of its topic with original insights, examples, data, or expertise that users cannot find elsewhere. If your page does not add something beyond what the top-ranking results already provide, it will struggle to rank.
Tool: Surfer SEO, Clearscope, manual competitor analysis | Benchmark: Content covers all primary subtopics; word count competitive with top-ranking pages
18. Author Attribution and E-E-A-T Signals
Clear author identification with credentials has become essentially mandatory for competitive queries after the December 2025 update. Anonymous or generic content authorship now faces significant ranking challenges. Every piece of content should have a named author with a bio that establishes their expertise, links to their professional profiles, and demonstrates first-hand experience with the topic. Add AuthorPage schema and link to author profiles from each article.
Tool: Manual review | Benchmark: 100% of content has named author with bio and credentials
19. Content Freshness
Outdated content without recent updates or accuracy verification saw 39% deindexing rates in the December 2025 update (ALMCorp). Audit every piece of content for accuracy, updating statistics, verifying links, and adding new information where relevant. Add “last updated” dates to all content pages and implement a quarterly content review schedule. Search engines reward content that demonstrates ongoing maintenance and accuracy.
Tool: Google Search Console (Performance), content inventory spreadsheet | Benchmark: No content older than 12 months without a review; “last updated” dates visible
20. Duplicate Content
Duplicate content—whether from pagination, URL parameters, HTTP vs. HTTPS versions, or www vs. non-www variations—confuses search engines and splits ranking signals. Use canonical tags to designate the preferred version of each page, implement 301 redirects for any duplicate URLs, and check that your CMS is not generating duplicate pages automatically. Over 67% of domains implementing hreflang tags have configuration issues (Ahrefs), so international sites need special attention.
Tool: Siteliner, Screaming Frog, Copyscape | Benchmark: Zero unresolved duplicate content issues; all variants canonicalized
Section 5: Backlink Profile (Items 21–23)
Backlinks remain one of the strongest ranking signals. These three checks ensure your link profile is healthy and growing.
21. Backlink Quality Assessment
Not all backlinks are equal. Links from high-authority, topically relevant sites carry significantly more weight than links from low-quality or irrelevant domains. Audit your backlink profile for toxic links—links from spammy, penalized, or completely unrelated sites that could trigger a manual action or algorithmic penalty. Check your referring domain diversity: a healthy profile has links from many different domains rather than many links from a few domains.
Tool: Ahrefs, Semrush Backlink Audit | Benchmark: Growing referring domain count; toxic score below threshold; disavow file updated
22. Broken Backlink Recovery
When other sites link to your pages that have been moved, deleted, or restructured, those links return 404 errors and their SEO value is lost. Identify all external links pointing to 404 pages on your site and implement 301 redirects to the most relevant current page. This recovers link equity you have already earned without requiring any new outreach.
Tool: Ahrefs (Broken Backlinks report) | Benchmark: Zero external links pointing to 404 pages
23. Competitor Link Gap Analysis
Identify which sites link to your competitors but not to you. These represent realistic link acquisition opportunities because the linking site has already demonstrated willingness to link to content in your niche. Prioritize sites that link to multiple competitors, as these are the most likely to be receptive to your content as well. SEO leads close at 14.6% compared to 1.7% for outbound leads (Doyen Digital), which demonstrates the value of investing in organic authority.
Tool: Ahrefs Link Intersect, Semrush Backlink Gap | Benchmark: Link gap analysis completed quarterly; top 10 opportunities identified and pursued
Section 6: AI Search Visibility (Items 24–25)
AI-powered search is no longer a future concern—it is a current reality. Google AI Overviews, ChatGPT, Perplexity, and Gemini are reshaping how users discover information. A 2026 audit that ignores AI visibility is incomplete. These two checks address the new frontier of search optimization.
24. AI Overview and Featured Snippet Optimization
AI Overviews and featured snippets pull content from pages that provide clear, well-structured answers to specific questions. To optimize for these surfaces: add question-based H2/H3 headings that mirror how people search, write concise 40–60 word answer blocks immediately below each heading, use lists and tables for comparison content, and ensure your content is factually accurate with citations to credible sources. Clear, scannable structure makes it easier for both traditional featured snippets and AI Overviews to extract and surface your content (Backlinko, 2025).
Tool: Google Search Console, manual SERP review, Semrush AI Overview tracking | Benchmark: Target pages structured for snippet eligibility; AI Overview appearances tracked monthly
25. Entity Authority and AI Citation Readiness
AI systems favor sources that demonstrate clarity, consistency, and credible expertise. Strengthen your entity authority by maintaining complete and accurate Google Business Profile data, earning real reviews, publishing original research and expert content, and implementing comprehensive structured data. Create an llms.txt file that helps AI crawlers understand your site’s purpose and authority. Structured Q&A content helps voice and AI systems reference your brand when prospects ask questions in your industry (TheeDigital, 2026).
Tool: Brand monitoring tools, manual AI search testing, Google Business Profile | Benchmark: llms.txt file live; brand appears in AI responses for core service queries
2026 AI Audit Rule: Test your brand visibility by searching for your core services in ChatGPT, Google AI Overview, and Perplexity. If your brand does not appear in any AI-generated responses, you have an AI visibility gap that your content strategy must address.
Your SEO Audit Schedule
| Frequency | What to Audit | Priority Items |
|---|---|---|
| Weekly | Google Search Console alerts, indexation drops, Core Web Vitals changes | Items 3, 6–9 — catch performance regressions early |
| Monthly | Content freshness review, backlink monitoring, AI visibility spot checks | Items 17–19, 21, 24–25 — maintain content quality and link health |
| Quarterly | Full 25-point audit using this checklist | All 25 items — comprehensive health check and priority reset |
| Before major changes | Pre-launch audit for redesigns, migrations, or CMS changes | Items 1–5, 11–15 — protect crawlability and on-page elements during transitions |
From Audit to Action
An SEO audit is only valuable if it leads to action. After completing this 25-point checklist, prioritize your findings by impact and effort: fix crawlability and indexation issues first (they block everything else), address Core Web Vitals next (they affect every page simultaneously), then work through on-page optimization, content quality, backlinks, and AI visibility in order.
The top three results in Google receive 54.4% of all clicks (Backlinko), and the difference between ranking on page one and page two is the difference between visibility and obscurity—only 0.63% of users ever click on page two. A structured, recurring audit is how you systematically close the gap between where your site is and where it needs to be. Run this checklist quarterly, track improvements over time, and treat SEO health the same way you treat financial health: regular check-ups prevent small problems from becoming costly emergencies.
References
The following sources informed this article:
- ALMCorp (2025). “Google December 2025 Core Update: Complete Guide to Ranking Recovery.”
- Backlinko (2025). “The 18-Step SEO Audit Checklist for 2026 (+ Free Template).”
- Chapters Digital Solutions (2025). “Technical SEO Checklist 2026: Complete Updated Guide.”
- Google Search Central (2024–2025). Core Web Vitals documentation and indexing guidelines.
- HTTP Archive (2024). “Web Almanac: Core Web Vitals performance distributions.”
- Red Rattler Creative (2026). “The Complete Website Audit Checklist for 2026 (SEO + UX).”
- Search Atlas (2025). “300+ SEO Statistics and Facts in 2025.”
- SEO Sandwich (2025). “Core Web Vitals Statistics: 2025 Trends and Usage Data.”
- SpocLearn (2026). “Technical SEO Audit 2026 – Step-by-Step Checklist.”
- TheeDigital (2026). “The Future of Lead Generation: 6 Trends to Watch in 2026.”