Technical SEO Audit: The 80-Point Checklist Used by Top Agencies

Technical SEO Audit: The 80-Point Checklist Used by Top Agencies

A technical SEO audit is the foundation of any successful search optimization strategy. Without a solid technical foundation, even the best content and link building efforts will underperform. Top agencies use comprehensive checklists to ensure nothing slips through the cracks. This 80-point checklist covers everything you need to audit your site systematically.

This guide breaks down each audit category with specific checks you can run immediately. Whether you’re auditing your own site or evaluating a potential client’s existing setup, this checklist provides the systematic framework top agencies use.

1. Crawlability and Indexability

Crawlability determines whether search engine bots can discover and access your pages. Indexability determines whether those pages get added to the search index. These are the most fundamental technical SEO concepts—everything else builds on them.

Robots.txt Analysis

  • 1. Check robots.txt existence: Verify robots.txt is accessible at yourdomain.com/robots.txt
  • 2. Check for blocking directives: Ensure important pages aren’t accidentally blocked
  • 3. Verify sitemap reference: Confirm Sitemap: directive points to your XML sitemap
  • 4. Check crawl-delay: Understand if crawl-delay is set (rarely needed but can slow indexing)

XML Sitemap

  • 5. Validate sitemap accessibility: Sitemap must be accessible and return 200 status
  • 6. Check sitemap index structure: For large sites, ensure you use a sitemap index
  • 7. Verify included URLs: All indexable pages should be in the sitemap
  • 8. Check URL count limits: Sitemaps shouldn’t exceed 50,000 URLs or 50MB
  • 9. Validate lastmod dates: Ensure lastmod dates are accurate and updated
  • 10. Check for orphaned pages: Pages in sitemap should have internal links pointing to them

Index Status

  • 11. Check indexed page count: Use site:yourdomain.com in Google to see indexed pages
  • 12. Compare vs sitemap: Indexed count should closely match sitemap URL count
  • 13. Check for noindex tags: Verify noindex meta tags are only on pages that shouldn’t rank
  • 14. Check HTTP vs HTTPS: Ensure correct version is indexed
  • 15. Check www vs non-www: Confirm preferred domain is indexed

Canonical Tags

  • 16. Verify canonical tag implementation: Check proper use of rel=”canonical”
  • 17. Check self-referencing canonicals: Each page should canonicalize to itself
  • 18. Verify canonical pointing to correct URL: Canonical should point to preferred URL version
  • 19. Check cross-domain canonicals: If using cross-domain content, verify proper canonicals

2. Site Structure and Internal Linking

Site structure determines how search engines crawl and understand your content hierarchy. Good internal linking distributes page authority and helps users navigate your site.

URL Structure

  • 20. Check URL depth: Important pages should be within 3 clicks of homepage
  • 21. Verify URL readability: URLs should be human-readable with relevant keywords
  • 22. Check for dynamic parameters: Clean URLs without excessive parameters preferred
  • 23. Verify consistent URL structure: Similar content should have similar URL patterns
  • 24. Check orphaned pages: Pages with no internal links can’t be crawled effectively
  • 25. Verify link equity distribution: Important pages should have more internal links
  • 26. Check for broken internal links: Fix 404 errors on internal links
  • 27. Check anchor text distribution: Use descriptive, relevant anchor text
  • 28. Verify navigation links: Main navigation should link to key pages

Hreflang Implementation

  • 29. Verify hreflang tags: For multilingual sites, check proper hreflang implementation
  • 30. Check self-referencing hreflang: Each language version should reference itself
  • 31. Verify x-default: Set x-default for pages serving multiple languages

3. Page Speed Optimization

Page speed is a confirmed Google ranking factor and directly impacts user experience. Slow pages lead to higher bounce rates and lower conversions. In 2026, Core Web Vitals remain essential metrics.

Core Web Vitals

  • 32. LCP (Largest Contentful Paint): Should be under 2.5 seconds
  • 33. FID (First Input Delay): Should be under 100 milliseconds
  • 34. CLS (Cumulative Layout Shift): Should be under 0.1
  • 35. Check mobile Core Web Vitals: Test mobile performance separately

Page Speed Metrics

  • 36. Server response time: Should be under 200ms
  • 37. Time to First Byte (TTFB): Should be under 600ms
  • 38. First Contentful Paint: Should be under 1.8 seconds
  • 39. Speed Index: Should be under 3.4 seconds

Optimization Checks

  • 40. Check image optimization: Images should be compressed and use modern formats
  • 41. Verify lazy loading: Below-fold images should use lazy loading
  • 42. Check JavaScript execution: Minimize render-blocking JavaScript
  • 43. Verify CSS optimization: Minify and inline critical CSS
  • 44. Check browser caching: Leverage browser caching for static assets
  • 45. Verify compression: Enable Gzip or Brotli compression

4. Mobile Optimization

With mobile-first indexing, your mobile site is what Google uses for indexing and ranking. Mobile optimization isn’t optional—it’s the primary consideration for search visibility.

Mobile Usability

  • 46. Check mobile-friendly test: Run Google Mobile-Friendly Test on key pages
  • 47. Verify viewport meta tag: Ensure proper viewport configuration
  • 48. Check tap target sizes: Links and buttons should be at least 48×48 pixels
  • 49. Verify content width: Content should fit mobile screens without horizontal scrolling

Mobile Performance

  • 50. Check mobile page speed: Run PageSpeed Insights specifically for mobile
  • 51. Verify AMP implementation: If using AMP, validate proper implementation
  • 52. Check for mobile-specific content: Mobile and desktop should have equivalent content

5. Meta Tags and On-Page Elements

Meta tags communicate critical information to search engines and users. Even with advanced algorithms, properly optimized meta elements remain essential for visibility.

Title Tags

  • 53. Verify title tag uniqueness: Every page should have a unique title tag
  • 54. Check title tag length: Titles should be 50-60 characters to avoid truncation
  • 55. Verify keyword placement: Important keywords should appear near the start
  • 56. Check brand inclusion: Include brand name in title (typically at end)

Meta Descriptions

  • 57. Verify meta description uniqueness: Each page should have a unique description
  • 58. Check meta description length: Should be 150-160 characters
  • 59. Include compelling copy: Descriptions should include clear value propositions
  • 60. Check for keyword relevance: Include relevant keywords naturally

Heading Tags

  • 61. Verify H1 usage: Each page should have exactly one H1
  • 62. Check heading hierarchy: Headings should follow logical H1-H6 structure
  • 63. Verify keyword in H1: Primary keyword should appear in H1
  • 64. Check for multiple H1s: Only one H1 per page—fix duplicates

6. HTTPS and Security

Security is a confirmed ranking factor and essential for user trust. HTTPS is no longer optional—it affects both rankings and user perception.

SSL Certificate

  • 65. Verify HTTPS implementation: Site should use HTTPS everywhere
  • 66. Check certificate validity: SSL certificate should be valid and not expired
  • 67. Verify certificate chain: Complete certificate chain should be present
  • 68. Check for mixed content: Ensure all resources load via HTTPS

Security Headers

  • 69. Check HSTS implementation: HTTP Strict Transport Security should be enabled
  • 70. Verify Content Security Policy: CSP headers help prevent XSS attacks
  • 71. Check for security warnings: No security warnings in Google Search Console

7. Structured Data and Schema

Structured data helps search engines understand content meaning and can trigger rich results. In 2026, it’s also critical for AI visibility.

Schema Implementation

  • 72. Verify JSON-LD implementation: Use JSON-LD format (recommended by Google)
  • 73. Check for required schema types: Implement relevant schema types (Organization, Article, etc.)
  • 74. Validate schema markup: Test with Google’s Rich Results Test
  • 75. Check for rich results eligibility: Verify eligible for featured snippets, reviews, etc.

Common Schema Types

  • 76. Organization schema: Essential for business identity
  • 77. BreadcrumbList schema: Important for navigation and SERP display
  • 78. Article/BlogPosting schema: For blog content
  • 79. FAQ schema: High-impact for featured snippets
  • 80. LocalBusiness schema: For local businesses

Ready to dominate search in 2026?

Our team has helped 300+ brands achieve top rankings. Get your free SEO audit →

Frequently Asked Questions

How long does a comprehensive technical SEO audit take?

A thorough technical SEO audit takes 4-8 hours for an experienced auditor on a medium-sized site (up to 1,000 pages). Enterprise sites can take days or weeks. Automated tools can speed up data collection but manual verification is still essential.

What tools do I need for a technical SEO audit?

Essential tools include Google Search Console, Screaming Frog, Ahrefs or Semrush, PageSpeed Insights, and GTmetrix. For advanced audits, add Botify, DeepCrawl, and Lighthouse. Most agencies use a combination of these tools to get comprehensive data.

How often should I conduct a technical SEO audit?

Conduct a full technical SEO audit quarterly for active sites, and at minimum twice yearly. After any major site migration, redesign, or significant algorithm update, run a targeted audit to catch any issues immediately.

What’s the most critical technical SEO factor?

There’s no single most critical factor—all technical elements work together. However, crawlability and indexability are foundational: if search engines can’t access and index your pages, nothing else matters. Start here before moving to other optimizations.

Can I do a technical SEO audit myself?

Yes, you can perform a technical SEO audit yourself using this checklist and available tools. However, interpreting results and prioritizing fixes often requires experience. For enterprise sites or complex issues, consider professional audit services.

What is the most common technical SEO issue you see?

The most common issues are: 1) slow page speed, 2) missing or duplicate meta tags, 3) broken internal links, 4) improper use of redirects, and 5) missing schema markup. These are also typically the quickest to fix once identified.