{"id":98,"date":"2026-06-30T03:32:54","date_gmt":"2026-06-30T03:32:54","guid":{"rendered":"https:\/\/seoinspectorhub.com\/blog\/?p=98"},"modified":"2026-07-04T18:27:06","modified_gmt":"2026-07-04T18:27:06","slug":"free-seo-audit-checklist","status":"publish","type":"post","link":"https:\/\/seoinspectorhub.com\/blog\/free-seo-audit-checklist\/","title":{"rendered":"Free SEO Audit Checklist: 25 Things to Check Before You Pay for a Tool"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Most &#8220;complete&#8221; SEO audit checklists online have 47, 55, or even 70 items. They are thorough. They are also, for most people running a single website, completely impractical. By item 12 you are deep in backlink spam scores and hreflang configuration, and the actual reason your site isn&#8217;t ranking \u2014 a missing sitemap, or a noindex tag nobody remembers adding \u2014 is buried somewhere in the list, unaddressed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">This is a shorter list. Twenty-five checks, organised by what actually matters first. If you work through this in order, you will catch the issue causing 80% of the damage before you get anywhere near the advanced items that only matter once the fundamentals are solid.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You do not need to pay for anything to run through this list. Every check below uses either a free tool, a built-in browser feature, or a five-second manual look at your own site.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Before you start: set a baseline<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Before changing anything, write down four numbers so you can measure whether your fixes worked. Open Google Search Console and note your current total clicks, total impressions, and average position over the last 28 days. Then open Google Analytics (or whatever analytics tool you use) and note your current organic sessions for the same period.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Without this baseline, you have no way to know in a month whether anything you changed actually helped.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Part 1: Crawlability and indexing (8 checks)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If Google cannot find or access your pages, nothing else on this list matters. Start here, every time.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>1. Check whether your site is actually indexed.<\/strong> Type <code>site:yourdomain.com<\/code> into Google. If you see your pages listed, you&#8217;re indexed. If you see nothing or far fewer pages than you have published, that&#8217;s your first and most urgent problem to solve.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>2. Confirm your sitemap exists and is current.<\/strong> Visit <code>yourdomain.com\/sitemap.xml<\/code> or <code>yourdomain.com\/sitemap_index.xml<\/code> directly in your browser. It should load and list your pages. If it 404s, your sitemap either doesn&#8217;t exist or is at a different URL \u2014 check your SEO plugin settings.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>3. Submit your sitemap in Google Search Console.<\/strong> Search Console \u2192 Sitemaps \u2192 enter the URL \u2192 Submit. If it&#8217;s already submitted, check the &#8220;Last read&#8221; date. If that date is more than two weeks old and you&#8217;ve published new content since, something is preventing Google from re-crawling it regularly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>4. Check robots.txt isn&#8217;t blocking anything important.<\/strong> Visit <code>yourdomain.com\/robots.txt<\/code>. Look for any <code>Disallow:<\/code> line. A single <code>Disallow: \/<\/code> blocks your entire site from being crawled \u2014 this single line is one of the most common causes of a site that &#8220;should&#8221; rank but doesn&#8217;t show up anywhere.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>5. Confirm there&#8217;s no accidental noindex on key pages.<\/strong> Right-click any important page \u2192 View Page Source \u2192 search for <code>noindex<\/code>. If you find <code>&lt;meta name=\"robots\" content=\"noindex\"&gt;<\/code> on a page that should be ranking, this is silently telling Google to ignore it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>6. Check your HTTP status codes.<\/strong> Run your homepage and your top 5 pages through <a href=\"https:\/\/httpstatus.io\">httpstatus.io<\/a> (free). Every important page should return a 200. Watch for unexpected 404s, or 301 redirect chains longer than one hop \u2014 each extra redirect wastes crawl budget and slows the page.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>7. Look for orphan pages.<\/strong> An orphan page is one with no internal links pointing to it anywhere on your site. If a page isn&#8217;t linked from your navigation, your homepage, or any other content, Google has no path to find it through normal crawling \u2014 it depends entirely on the sitemap, which is a weaker signal.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>8. Check Search Console&#8217;s Coverage report for errors.<\/strong> Search Console \u2192 Indexing \u2192 Pages. Look at the &#8220;Why pages aren&#8217;t indexed&#8221; breakdown. Common culprits: &#8220;Crawled \u2014 currently not indexed&#8221; (content quality or duplication issue), &#8220;Discovered \u2014 currently not indexed&#8221; (crawl budget issue), and &#8220;Excluded by noindex tag&#8221; (a setting issue you can fix immediately).<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Part 2: Page experience and Core Web Vitals (5 checks)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Once Google can find your pages, the next question is whether visiting them is a good experience \u2014 for users and for the algorithm.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>9. Check your Largest Contentful Paint (LCP).<\/strong> Run your homepage through <a href=\"https:\/\/pagespeed.web.dev\">PageSpeed Insights<\/a> on the mobile tab specifically. LCP under 2.5 seconds is good. Over 4 seconds is poor, and it is very likely costing you both rankings and conversions \u2014 Portent&#8217;s 2025 conversion research found that every additional second of load delay reduces conversions by roughly 4.4%.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>10. Check your Interaction to Next Paint (INP).<\/strong> Same tool, same report. INP under 200 milliseconds is good. This metric replaced First Input Delay in March 2024 and measures how responsive your site feels when someone actually clicks or taps something.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>11. Check your Cumulative Layout Shift (CLS).<\/strong> Still the same report. CLS under 0.1 is good. If your score is high, the most common cause is images without defined width and height attributes, or a cookie banner that pushes content down after the page has already loaded.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For the full walkthrough of how to fix any of these three metrics specifically \u2014 including exact code snippets \u2014 see our <a href=\"https:\/\/seoinspectorhub.com\/blog\/how-to-check-core-web-vitals-free\/\">complete Core Web Vitals guide<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>12. Test on an actual mid-range phone, not just your laptop.<\/strong> PageSpeed Insights simulates a mid-range device on a throttled connection deliberately, because that&#8217;s a more realistic picture of your average visitor than your own fast wifi and modern laptop. If you&#8217;ve never tested your site this way, your perception of how fast your site &#8220;feels&#8221; is probably wrong.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>13. Check for mixed content warnings.<\/strong> Open your site in Chrome, press F12 to open DevTools, and check the Console tab for any &#8220;mixed content&#8221; warnings. These happen when an HTTPS page loads an HTTP resource, and they can trigger browser security warnings that scare visitors away before they read a word of your content.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Part 3: On-page fundamentals (7 checks)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">With crawlability and page experience handled, this is where most of the actual ranking signal lives.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>14. Check every page has a unique title tag.<\/strong> View the source of your top 10 pages and confirm no two have identical <code>&lt;title&gt;<\/code> tags. Duplicate titles confuse Google about which page should rank for what, and are one of the most common on-page issues found across audited sites.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>15. Check title tag length.<\/strong> Title tags between 50 and 60 characters display fully in search results without truncation. Run yours through a free <a href=\"https:\/\/mangools.com\/free-seo-tools\/serp-simulator\">SERP snippet preview tool<\/a> to see exactly how they&#8217;ll appear.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>16. Check every key page has a meta description.<\/strong> Missing meta descriptions mean Google writes its own \u2014 usually pulling an awkward sentence fragment from the page rather than the persuasive summary you&#8217;d write yourself. Aim for 150\u2013160 characters that genuinely describe the page and encourage a click.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>17. Check your heading structure.<\/strong> Every page should have exactly one H1. Below it, H2s and H3s should follow a logical hierarchy \u2014 not skip levels, not be used purely for visual styling unrelated to content structure. View source or use your browser&#8217;s accessibility inspector to check this quickly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>18. Check image alt text.<\/strong> Missing alt text is one of the single most common on-page issues found across audited websites \u2014 one industry analysis found it present in roughly 78% of all on-page issues flagged. Beyond accessibility, alt text gives Google context about images it cannot otherwise interpret, and it matters for image search visibility too.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>19. Check for thin or duplicate content.<\/strong> Pages with very little unique text, or pages that are near-copies of each other (common with location pages or filtered product pages) dilute your site&#8217;s overall authority. If two pages are targeting the same intent, consider merging them rather than letting them compete with each other.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>20. Check your internal linking.<\/strong> Open your three most important pages and count how many other pages on your site link to each of them. If the answer is zero or close to it, you&#8217;re not distributing authority to the pages that matter most for your business.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Part 4: AI search readiness (5 checks \u2014 the part most checklists skip)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This is the section almost no other free SEO checklist online includes properly, and it&#8217;s increasingly the reason traffic doesn&#8217;t convert even when rankings look fine.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>21. Check whether AI crawlers can access your site.<\/strong> Open your robots.txt again and look specifically for any block on <code>GPTBot<\/code>, <code>PerplexityBot<\/code>, <code>Google-Extended<\/code>, or similar AI crawler user-agents. If these are blocked, your content cannot be retrieved or cited by ChatGPT, Perplexity, or Google&#8217;s AI Overviews \u2014 regardless of how good the content is.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>22. Check for FAQ schema on your key pages.<\/strong> View source and search for <code>\"@type\": \"FAQPage\"<\/code>. If it&#8217;s missing from pages that answer common questions, you&#8217;re leaving a significant AI citation opportunity unclaimed. Validate any schema you do have at <a href=\"https:\/\/search.google.com\/test\/rich-results\">Google&#8217;s Rich Results Test<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>23. Check whether your headings are phrased as questions.<\/strong> Answer engines parse heading structure to match user queries. A heading like &#8220;What is X?&#8221; is far more likely to be matched and cited than a generic heading like &#8220;Overview.&#8221; Look at your top 5 pages and count how many headings are genuinely phrased as the question a reader would type.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>24. Check whether your content answers the question immediately.<\/strong> Below each heading, is there a direct, 40\u201360 word answer in the first two sentences \u2014 or does the page meander for several paragraphs before getting to the point? AI systems extracting answers strongly prefer the former.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For a full breakdown of how this works and why it matters, our <a href=\"https:\/\/seoinspectorhub.com\/blog\/what-is-aeo-answer-engine-optimization\/\">AEO guide<\/a> covers every signal in detail, and you can check your AEO score directly with our <a href=\"https:\/\/seoinspectorhub.com\/aeo-checker\/\">free AEO checker<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>25. Check whether your brand is mentioned anywhere else on the web.<\/strong> Search your brand name in Google with quotes around it. Beyond your own site, how many other places mention you \u2014 directories, forums, comparison articles, reviews? Research from Ahrefs analysing 76 million AI Overviews found that brand mentions correlate with AI citation probability more strongly than backlinks do. If your brand name returns almost nothing outside your own domain, that&#8217;s a real gap for AI visibility specifically. Our <a href=\"https:\/\/seoinspectorhub.com\/blog\/what-is-generative-engine-optimization-geo\/\">GEO guide<\/a> covers what to do about it.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Quick reference: the full checklist<\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>#<\/th><th>Check<\/th><th>Tool needed<\/th><th>Fix urgency<\/th><\/tr><\/thead><tbody><tr><td>1<\/td><td>Site is indexed<\/td><td>Google search<\/td><td>Critical<\/td><\/tr><tr><td>2<\/td><td>Sitemap exists<\/td><td>Browser<\/td><td>Critical<\/td><\/tr><tr><td>3<\/td><td>Sitemap submitted<\/td><td>Search Console<\/td><td>Critical<\/td><\/tr><tr><td>4<\/td><td>robots.txt not blocking<\/td><td>Browser<\/td><td>Critical<\/td><\/tr><tr><td>5<\/td><td>No accidental noindex<\/td><td>View source<\/td><td>Critical<\/td><\/tr><tr><td>6<\/td><td>HTTP status codes clean<\/td><td>httpstatus.io<\/td><td>High<\/td><\/tr><tr><td>7<\/td><td>No orphan pages<\/td><td>Manual review<\/td><td>High<\/td><\/tr><tr><td>8<\/td><td>Coverage report clean<\/td><td>Search Console<\/td><td>High<\/td><\/tr><tr><td>9<\/td><td>LCP under 2.5s<\/td><td>PageSpeed Insights<\/td><td>High<\/td><\/tr><tr><td>10<\/td><td>INP under 200ms<\/td><td>PageSpeed Insights<\/td><td>Medium<\/td><\/tr><tr><td>11<\/td><td>CLS under 0.1<\/td><td>PageSpeed Insights<\/td><td>Medium<\/td><\/tr><tr><td>12<\/td><td>Tested on mobile<\/td><td>PageSpeed Insights<\/td><td>Medium<\/td><\/tr><tr><td>13<\/td><td>No mixed content<\/td><td>Chrome DevTools<\/td><td>Medium<\/td><\/tr><tr><td>14<\/td><td>Unique title tags<\/td><td>View source<\/td><td>High<\/td><\/tr><tr><td>15<\/td><td>Title tag length 50\u201360 chars<\/td><td>SERP preview tool<\/td><td>Medium<\/td><\/tr><tr><td>16<\/td><td>Meta descriptions present<\/td><td>View source<\/td><td>Medium<\/td><\/tr><tr><td>17<\/td><td>Heading hierarchy clean<\/td><td>View source<\/td><td>Medium<\/td><\/tr><tr><td>18<\/td><td>Image alt text present<\/td><td>View source<\/td><td>Medium<\/td><\/tr><tr><td>19<\/td><td>No thin\/duplicate content<\/td><td>Manual review<\/td><td>High<\/td><\/tr><tr><td>20<\/td><td>Internal linking adequate<\/td><td>Manual review<\/td><td>Medium<\/td><\/tr><tr><td>21<\/td><td>AI crawlers not blocked<\/td><td>robots.txt<\/td><td>High<\/td><\/tr><tr><td>22<\/td><td>FAQ schema present<\/td><td>View source + Rich Results Test<\/td><td>Medium<\/td><\/tr><tr><td>23<\/td><td>Question-based headings<\/td><td>Manual review<\/td><td>Medium<\/td><\/tr><tr><td>24<\/td><td>Direct-answer paragraphs<\/td><td>Manual review<\/td><td>Medium<\/td><\/tr><tr><td>25<\/td><td>Brand mentioned externally<\/td><td>Google search<\/td><td>Low (but compounding)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">What to do once you&#8217;ve worked through the list<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Going through 25 manual checks by hand takes a couple of hours and gets you most of the way there. If you&#8217;d rather see all of this automatically, run your URL through our <a href=\"https:\/\/seoinspectorhub.com\/free-seo-audit-tool\/\">free SEO audit tool<\/a> it checks all 25 of these items plus 35 more, scores your AEO and GEO readiness, and exports as a branded PDF if you ever need to share it with a client or business partner. No signup required.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you found several Critical or High items above, fix those first and re-run PageSpeed Insights and Search Console&#8217;s coverage report after a week to confirm Google has picked up the changes. Don&#8217;t try to fix all 25 in one sitting prioritise by the urgency column above and work through it over a few days.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently Asked Questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">What is a free SEO audit?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A free SEO audit is an evaluation of a website&#8217;s search engine optimisation health using free tools rather than paid software or a hired consultant. It typically covers crawlability, page speed, on-page factors like title tags and headings, and increasingly in 2026, AI search readiness signals like FAQ schema and question-based content structure. A thorough free audit can be done manually using Google Search Console, PageSpeed Insights, and a few browser checks, or automatically using a free audit tool.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How long does a basic SEO audit take?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Working through a focused checklist like this one manually takes roughly 1 to 2 hours for a typical small business website. Using an automated free audit tool reduces this to under a minute, though manual review of the findings \u2014 understanding what each issue means and deciding what to prioritise \u2014 still takes some time regardless of which method you use.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Do I need to pay for an SEO audit?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Not for a basic audit. Google Search Console, Google PageSpeed Insights, and free audit tools like SEO Inspector Hub cover the checks most small business websites need. Paid audits become worth considering when you need competitive backlink analysis, content gap analysis against specific competitors, or an experienced second opinion on strategy \u2014 work that goes beyond what automated free tools can evaluate.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What&#8217;s the most common SEO issue found in audits?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Missing or poorly optimised image alt text is among the most frequently found on-page issues \u2014 one analysis found it accounts for roughly 78% of flagged on-page issues across audited sites. Beyond alt text, accidental noindex tags, missing or outdated sitemaps, and unresolved Core Web Vitals failures are the next most common issues seen across a wide range of websites.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Should a free SEO audit check for AI search readiness?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Yes, and this is the area most free audit checklists and tools still don&#8217;t cover properly. With AI platforms generating well over a billion referral visits monthly and Google AI Overviews appearing on a large share of informational searches, checking whether your robots.txt blocks AI crawlers, whether you have FAQ schema, and whether your content is structured for direct-answer extraction has become as important as traditional technical SEO checks.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How often should I run an SEO audit?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A light audit covering the Critical and High priority items in this checklist is worth running monthly, especially after publishing new content or making site changes. A full audit covering all 25 items is reasonable quarterly, or immediately after any site redesign, migration, or significant traffic drop.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Most SEO audit checklists try to cover everything a senior consultant might check across a full enterprise engagement. That thoroughness is valuable for an agency working a retainer client, but it buries the handful of issues that are actually wrong with most small business websites under forty items that don&#8217;t apply yet.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Work through these 25 in order. Fix the Critical items first. Most sites see the biggest improvement from solving one or two foundational issues a blocked robots.txt, a missing sitemap, an accidental noindex rather than from polishing every minor detail on the list.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><a href=\"https:\/\/seoinspectorhub.com\/free-seo-audit-tool\/\">Run the full 60-point automated version free \u2192<\/a><\/strong><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Related guides: <a href=\"https:\/\/seoinspectorhub.com\/blog\/how-to-check-core-web-vitals-free\/\">How to Check Core Web Vitals Free<\/a> \u00b7 <a href=\"https:\/\/seoinspectorhub.com\/blog\/what-is-aeo-answer-engine-optimization\/\">What is AEO? A Complete Guide<\/a> \u00b7 <a href=\"https:\/\/seoinspectorhub.com\/blog\/what-is-generative-engine-optimization-geo\/\">What is GEO?<\/a> \u00b7 <a href=\"https:\/\/seoinspectorhub.com\/blog\/aeo-vs-geo-vs-seo-difference\/\">AEO vs GEO vs SEO<\/a> \u00b7 <a href=\"https:\/\/seoinspectorhub.com\/blog\/white-label-seo-reporting-guide-agencies\/\">White Label SEO Reporting Guide<\/a><\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><em>Related tools: <a href=\"https:\/\/seoinspectorhub.com\/free-seo-audit-tool\/\">Free SEO Audit Tool<\/a> \u00b7 <a href=\"https:\/\/seoinspectorhub.com\/aeo-checker\/\">AEO Checker<\/a> \u00b7 <a href=\"https:\/\/seoinspectorhub.com\/geo-checker\/\">GEO Checker<\/a> \u00b7 <a href=\"https:\/\/seoinspectorhub.com\/core-web-vitals-checker\/\">Core Web Vitals Checker<\/a><\/em><\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Sources referenced:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Portent, 2025 \u2014 conversion rate impact of page load delay<\/li>\n\n\n\n<li>Ahrefs Brand Radar \u2014 brand mention vs backlink correlation with AI citation<\/li>\n\n\n\n<li>Industry analysis of common on-page issues \u2014 image alt text prevalence<\/li>\n\n\n\n<li>Google Search Central \u2014 crawling and indexing documentation<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Most &#8220;complete&#8221; SEO audit checklists online have 47, 55, or even 70 items. They are thorough. They are also, for most people running a single\u2026<\/p>\n","protected":false},"author":1,"featured_media":109,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[],"class_list":["post-98","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-seo"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Free SEO Audit Checklist: 25 Things to Check in 2026<\/title>\n<meta name=\"description\" content=\"A complete, free SEO audit checklist covering technical SEO, on-page, Core Web Vitals, and AI readiness. 25 specific checks you can run yourself before paying for anything.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/seoinspectorhub.com\/blog\/free-seo-audit-checklist\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Free SEO Audit Checklist: 25 Things to Check in 2026\" \/>\n<meta property=\"og:description\" content=\"A complete, free SEO audit checklist covering technical SEO, on-page, Core Web Vitals, and AI readiness. 25 specific checks you can run yourself before paying for anything.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/seoinspectorhub.com\/blog\/free-seo-audit-checklist\/\" \/>\n<meta property=\"og:site_name\" content=\"SEO Inspector\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-30T03:32:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-04T18:27:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/seoinspectorhub.com\/blog\/wp-content\/uploads\/2026\/06\/Free-SEO-Audit-Checklist-25-Things-to-Check-Before-You-Pay-for-a-Tool.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Sia Himton\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sia Himton\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/free-seo-audit-checklist\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/free-seo-audit-checklist\\\/\"},\"author\":{\"name\":\"Sia Himton\",\"@id\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/#\\\/schema\\\/person\\\/3f404fa4f7857ad5a60e1488b2620026\"},\"headline\":\"Free SEO Audit Checklist: 25 Things to Check Before You Pay for a Tool\",\"datePublished\":\"2026-06-30T03:32:54+00:00\",\"dateModified\":\"2026-07-04T18:27:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/free-seo-audit-checklist\\\/\"},\"wordCount\":2536,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/free-seo-audit-checklist\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Free-SEO-Audit-Checklist-25-Things-to-Check-Before-You-Pay-for-a-Tool.png\",\"articleSection\":[\"AI SEO\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/free-seo-audit-checklist\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/free-seo-audit-checklist\\\/\",\"url\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/free-seo-audit-checklist\\\/\",\"name\":\"Free SEO Audit Checklist: 25 Things to Check in 2026\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/free-seo-audit-checklist\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/free-seo-audit-checklist\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Free-SEO-Audit-Checklist-25-Things-to-Check-Before-You-Pay-for-a-Tool.png\",\"datePublished\":\"2026-06-30T03:32:54+00:00\",\"dateModified\":\"2026-07-04T18:27:06+00:00\",\"description\":\"A complete, free SEO audit checklist covering technical SEO, on-page, Core Web Vitals, and AI readiness. 25 specific checks you can run yourself before paying for anything.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/free-seo-audit-checklist\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/free-seo-audit-checklist\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/free-seo-audit-checklist\\\/#primaryimage\",\"url\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Free-SEO-Audit-Checklist-25-Things-to-Check-Before-You-Pay-for-a-Tool.png\",\"contentUrl\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Free-SEO-Audit-Checklist-25-Things-to-Check-Before-You-Pay-for-a-Tool.png\",\"width\":1536,\"height\":1024,\"caption\":\"Free SEO Audit Checklist: 25 Things to Check Before You Pay for a Tool\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/free-seo-audit-checklist\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Free SEO Audit Checklist: 25 Things to Check Before You Pay for a Tool\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/\",\"name\":\"SEO Inspector\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/#organization\",\"name\":\"SEO Inspector\",\"url\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/seoinspector-logo.png\",\"contentUrl\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/seoinspector-logo.png\",\"width\":1117,\"height\":303,\"caption\":\"SEO Inspector\"},\"image\":{\"@id\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/#\\\/schema\\\/person\\\/3f404fa4f7857ad5a60e1488b2620026\",\"name\":\"Sia Himton\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0eda9effaad47d1102d4ba754cd5a9da0d295e16ffa0d79d9e851a90f4bfbcd1?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0eda9effaad47d1102d4ba754cd5a9da0d295e16ffa0d79d9e851a90f4bfbcd1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/0eda9effaad47d1102d4ba754cd5a9da0d295e16ffa0d79d9e851a90f4bfbcd1?s=96&d=mm&r=g\",\"caption\":\"Sia Himton\"},\"description\":\"i am a SEO professional with 10+ years of experience in technical SEO, content strategy, and link building. Passionate about helping businesses grow their organic traffic.\",\"sameAs\":[\"https:\\\/\\\/seoinspectorhub.com\\\/blog\"],\"url\":\"https:\\\/\\\/seoinspectorhub.com\\\/blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Free SEO Audit Checklist: 25 Things to Check in 2026","description":"A complete, free SEO audit checklist covering technical SEO, on-page, Core Web Vitals, and AI readiness. 25 specific checks you can run yourself before paying for anything.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/seoinspectorhub.com\/blog\/free-seo-audit-checklist\/","og_locale":"en_US","og_type":"article","og_title":"Free SEO Audit Checklist: 25 Things to Check in 2026","og_description":"A complete, free SEO audit checklist covering technical SEO, on-page, Core Web Vitals, and AI readiness. 25 specific checks you can run yourself before paying for anything.","og_url":"https:\/\/seoinspectorhub.com\/blog\/free-seo-audit-checklist\/","og_site_name":"SEO Inspector","article_published_time":"2026-06-30T03:32:54+00:00","article_modified_time":"2026-07-04T18:27:06+00:00","og_image":[{"width":1536,"height":1024,"url":"https:\/\/seoinspectorhub.com\/blog\/wp-content\/uploads\/2026\/06\/Free-SEO-Audit-Checklist-25-Things-to-Check-Before-You-Pay-for-a-Tool.png","type":"image\/png"}],"author":"Sia Himton","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Sia Himton","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/seoinspectorhub.com\/blog\/free-seo-audit-checklist\/#article","isPartOf":{"@id":"https:\/\/seoinspectorhub.com\/blog\/free-seo-audit-checklist\/"},"author":{"name":"Sia Himton","@id":"https:\/\/seoinspectorhub.com\/blog\/#\/schema\/person\/3f404fa4f7857ad5a60e1488b2620026"},"headline":"Free SEO Audit Checklist: 25 Things to Check Before You Pay for a Tool","datePublished":"2026-06-30T03:32:54+00:00","dateModified":"2026-07-04T18:27:06+00:00","mainEntityOfPage":{"@id":"https:\/\/seoinspectorhub.com\/blog\/free-seo-audit-checklist\/"},"wordCount":2536,"commentCount":0,"publisher":{"@id":"https:\/\/seoinspectorhub.com\/blog\/#organization"},"image":{"@id":"https:\/\/seoinspectorhub.com\/blog\/free-seo-audit-checklist\/#primaryimage"},"thumbnailUrl":"https:\/\/seoinspectorhub.com\/blog\/wp-content\/uploads\/2026\/06\/Free-SEO-Audit-Checklist-25-Things-to-Check-Before-You-Pay-for-a-Tool.png","articleSection":["AI SEO"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/seoinspectorhub.com\/blog\/free-seo-audit-checklist\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/seoinspectorhub.com\/blog\/free-seo-audit-checklist\/","url":"https:\/\/seoinspectorhub.com\/blog\/free-seo-audit-checklist\/","name":"Free SEO Audit Checklist: 25 Things to Check in 2026","isPartOf":{"@id":"https:\/\/seoinspectorhub.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/seoinspectorhub.com\/blog\/free-seo-audit-checklist\/#primaryimage"},"image":{"@id":"https:\/\/seoinspectorhub.com\/blog\/free-seo-audit-checklist\/#primaryimage"},"thumbnailUrl":"https:\/\/seoinspectorhub.com\/blog\/wp-content\/uploads\/2026\/06\/Free-SEO-Audit-Checklist-25-Things-to-Check-Before-You-Pay-for-a-Tool.png","datePublished":"2026-06-30T03:32:54+00:00","dateModified":"2026-07-04T18:27:06+00:00","description":"A complete, free SEO audit checklist covering technical SEO, on-page, Core Web Vitals, and AI readiness. 25 specific checks you can run yourself before paying for anything.","breadcrumb":{"@id":"https:\/\/seoinspectorhub.com\/blog\/free-seo-audit-checklist\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/seoinspectorhub.com\/blog\/free-seo-audit-checklist\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seoinspectorhub.com\/blog\/free-seo-audit-checklist\/#primaryimage","url":"https:\/\/seoinspectorhub.com\/blog\/wp-content\/uploads\/2026\/06\/Free-SEO-Audit-Checklist-25-Things-to-Check-Before-You-Pay-for-a-Tool.png","contentUrl":"https:\/\/seoinspectorhub.com\/blog\/wp-content\/uploads\/2026\/06\/Free-SEO-Audit-Checklist-25-Things-to-Check-Before-You-Pay-for-a-Tool.png","width":1536,"height":1024,"caption":"Free SEO Audit Checklist: 25 Things to Check Before You Pay for a Tool"},{"@type":"BreadcrumbList","@id":"https:\/\/seoinspectorhub.com\/blog\/free-seo-audit-checklist\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/seoinspectorhub.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Free SEO Audit Checklist: 25 Things to Check Before You Pay for a Tool"}]},{"@type":"WebSite","@id":"https:\/\/seoinspectorhub.com\/blog\/#website","url":"https:\/\/seoinspectorhub.com\/blog\/","name":"SEO Inspector","description":"","publisher":{"@id":"https:\/\/seoinspectorhub.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/seoinspectorhub.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/seoinspectorhub.com\/blog\/#organization","name":"SEO Inspector","url":"https:\/\/seoinspectorhub.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/seoinspectorhub.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/seoinspectorhub.com\/blog\/wp-content\/uploads\/2026\/05\/seoinspector-logo.png","contentUrl":"https:\/\/seoinspectorhub.com\/blog\/wp-content\/uploads\/2026\/05\/seoinspector-logo.png","width":1117,"height":303,"caption":"SEO Inspector"},"image":{"@id":"https:\/\/seoinspectorhub.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/seoinspectorhub.com\/blog\/#\/schema\/person\/3f404fa4f7857ad5a60e1488b2620026","name":"Sia Himton","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/0eda9effaad47d1102d4ba754cd5a9da0d295e16ffa0d79d9e851a90f4bfbcd1?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/0eda9effaad47d1102d4ba754cd5a9da0d295e16ffa0d79d9e851a90f4bfbcd1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/0eda9effaad47d1102d4ba754cd5a9da0d295e16ffa0d79d9e851a90f4bfbcd1?s=96&d=mm&r=g","caption":"Sia Himton"},"description":"i am a SEO professional with 10+ years of experience in technical SEO, content strategy, and link building. Passionate about helping businesses grow their organic traffic.","sameAs":["https:\/\/seoinspectorhub.com\/blog"],"url":"https:\/\/seoinspectorhub.com\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/seoinspectorhub.com\/blog\/wp-json\/wp\/v2\/posts\/98","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/seoinspectorhub.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/seoinspectorhub.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/seoinspectorhub.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/seoinspectorhub.com\/blog\/wp-json\/wp\/v2\/comments?post=98"}],"version-history":[{"count":2,"href":"https:\/\/seoinspectorhub.com\/blog\/wp-json\/wp\/v2\/posts\/98\/revisions"}],"predecessor-version":[{"id":101,"href":"https:\/\/seoinspectorhub.com\/blog\/wp-json\/wp\/v2\/posts\/98\/revisions\/101"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/seoinspectorhub.com\/blog\/wp-json\/wp\/v2\/media\/109"}],"wp:attachment":[{"href":"https:\/\/seoinspectorhub.com\/blog\/wp-json\/wp\/v2\/media?parent=98"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/seoinspectorhub.com\/blog\/wp-json\/wp\/v2\/categories?post=98"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/seoinspectorhub.com\/blog\/wp-json\/wp\/v2\/tags?post=98"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}