Skip to main content
ยท10 min readยทChecklists

Website Audit Checklist 2026: The Complete Guide for Small Business Owners

The only website audit checklist you need for 2026. 50+ actionable checkpoints across performance, SEO, mobile, security, and conversions.

Running a website audit sounds technical, complicated, and time-consuming. And if you're doing it wrong, it absolutely is.

But here's the truth: you don't need to be a web developer or SEO expert to audit your own website. You just need a systematic checklist and the discipline to work through it.

This is that checklist.

We've audited thousands of small business websites and distilled everything into a single, actionable guide. Follow this step-by-step and you'll catch 95% of the issues silently costing you customers, traffic, and revenue.

Print this. Bookmark it. Share it with your team. Then actually use it.

How to Use This Checklist

We've broken the audit into 9 major categories. Each category has a mix of critical (๐Ÿ”ด), important (๐ŸŸก), and nice-to-have (๐ŸŸข) items.

Strategy:

  1. Start with all the ๐Ÿ”ด critical items across every category
  2. Then tackle ๐ŸŸก important items
  3. Finally, work through ๐ŸŸข nice-to-haves as time permits

Every item includes why it matters and how to check/fix it. No jargon, no fluff. Just what you need to know.

Estimated time to complete the full audit: 2-4 hours spread over a week. The ROI? Potentially thousands of dollars in monthly revenue.

Let's dive in.


1. Performance & Speed

Why it matters: 53% of mobile users abandon a site that takes longer than 3 seconds to load. Every second of delay reduces conversions by about 7%. Speed isn't just a nice-to-have. It's the foundation everything else is built on.

โœ… Checklist

๐Ÿ”ด Page load time under 3 seconds on mobile

  • Test at: Google PageSpeed Insights
  • Target: Load time <3s on mobile, ideally <2s
  • Fix: Compress images, enable caching, upgrade hosting

๐Ÿ”ด First Contentful Paint (FCP) under 1.8 seconds

  • What it is: Time until user sees something on screen
  • Test at: PageSpeed Insights (same tool as above)
  • Fix: Defer non-critical JavaScript, optimize above-fold content

๐Ÿ”ด Largest Contentful Paint (LCP) under 2.5 seconds

  • What it is: Time until main content is visible
  • Test at: PageSpeed Insights
  • Fix: Optimize largest image/element, use lazy loading

๐ŸŸก Cumulative Layout Shift (CLS) under 0.1

  • What it is: Does content jump around while loading?
  • Test at: PageSpeed Insights
  • Fix: Set explicit width/height on images, reserve space for ads

๐ŸŸก Images optimized (WebP or compressed)

  • Check: Right-click any image โ†’ Properties โ†’ see file size
  • Target: Most images under 200KB
  • Fix: Use TinyPNG or convert to WebP format

๐ŸŸก Browser caching enabled

  • Test at: GTmetrix.com (free account)
  • Fix: Add caching headers (ask your hosting provider or use a plugin)

๐ŸŸข CSS and JavaScript minified

  • What it is: Remove unnecessary characters from code
  • Test at: PageSpeed Insights (will flag if needed)
  • Fix: Use a minification plugin or build tool

๐ŸŸข Content Delivery Network (CDN) in use

  • What it is: Serve content from servers closer to users
  • Popular options: Cloudflare (free plan available)
  • Fix: Point your DNS to Cloudflare, enable CDN

2. Mobile Responsiveness

Why it matters: Over 60% of web traffic comes from mobile devices. If your site doesn't work on phones, you're ignoring the majority of your potential customers.

โœ… Checklist

๐Ÿ”ด Site is mobile-responsive (adapts to screen size)

  • Test: Open your site on your phone, try different pages
  • Alternative: Use Google's Mobile-Friendly Test
  • Fix: Use a responsive theme or redesign

๐Ÿ”ด Text is readable without zooming

  • Test: Open any page on phone, can you read without pinching?
  • Target: Minimum 16px font size
  • Fix: Adjust CSS font-size property

๐Ÿ”ด Buttons and links are tappable (44x44px minimum)

  • Test: Try tapping all buttons on mobile
  • Problem: If you miss or hit the wrong button, it's too small
  • Fix: Increase button padding and size in CSS

๐ŸŸก No horizontal scrolling

  • Test: Scroll through every page on mobile
  • Problem: Content wider than screen, requires left-right scrolling
  • Fix: Use max-width: 100% on images and containers

๐ŸŸก Forms are usable on mobile

  • Test: Try filling out contact form on phone
  • Check: Input fields large enough, keyboard doesn't cover submit button
  • Fix: Use proper input types (type="tel", "email"), increase field size

๐ŸŸก Phone number is click-to-call

  • Test: Tap your phone number on mobile
  • Expected: Phone dialer opens automatically
  • Fix: Use 555-123-4567

๐ŸŸข Touch targets well-spaced (8px minimum)

  • What it is: Enough space between tappable elements
  • Problem: User taps wrong link by accident
  • Fix: Add padding/margin around links and buttons

๐ŸŸข Mobile menu works smoothly

  • Test: Open hamburger menu, try all links
  • Check: Menu opens, closes, links work, no visual glitches
  • Fix: Test on multiple devices, simplify if needed

3. SEO Fundamentals

Why it matters: 75% of users never scroll past the first page of search results. If you're not ranking, you're invisible. SEO brings free, qualified traffic to your site 24/7.

โœ… Checklist

๐Ÿ”ด Every page has a unique title tag

  • Check: View page source, look for </code> tag</li><li>Format: [Keyword] in [Location] | [Business Name]</li><li>Fix: Add/edit title tags in your CMS or HTML</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐Ÿ”ด Title tags are 50-60 characters</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Character count tool (wordcounter.net)</li><li>Why: Longer titles get cut off in search results</li><li>Fix: Rewrite to be concise but descriptive</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐Ÿ”ด Site has SSL certificate (https://)</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Does URL start with https?</li><li>Test: Look for lock icon in browser bar</li><li>Fix: Get free SSL from Let's Encrypt or your hosting provider</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸก Every page has a unique meta description</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: View source, look for <code class="bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong"><meta name="description"></code></li><li>Length: 150-160 characters</li><li>Fix: Write compelling descriptions with CTA</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸก H1 tag on every page (and only one)</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: View source, search for <code class="bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong"><h1></code></li><li>Should be: Page title, includes target keyword</li><li>Fix: Wrap your main heading in <code class="bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong"><h1></code> tags</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸก All images have descriptive alt text</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Right-click image โ†’ Inspect โ†’ look for alt="..."</li><li>Fix: Add alt text describing what's in the image + context</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸก XML sitemap exists and is submitted to Google</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Visit yourdomain.com/sitemap.xml</li><li>Submit: Google Search Console โ†’ Sitemaps</li><li>Fix: Generate with plugin (Yoast for WordPress) or manually</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸก Robots.txt file exists</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Visit yourdomain.com/robots.txt</li><li>Should allow: Googlebot to crawl your site</li><li>Fix: Create robots.txt with "User-agent: * / Allow: /"</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸข Internal linking structure (pages link to each other)</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Click around your site, can you reach every page?</li><li>Goal: No "orphan" pages (pages with no links to them)</li><li>Fix: Add contextual links between related pages</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸข Structured data (Schema markup) implemented</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Google's Rich Results Test</li><li>For local businesses: LocalBusiness schema</li><li>Fix: Use schema generator or plugin</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸข Canonical tags prevent duplicate content</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: View source, look for <code class="bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong"><link rel="canonical"></code></li><li>Why: Tells Google which version of a page is the "main" one</li><li>Fix: Add canonical tags to all pages</li></ul><hr class="my-8 border-border"/><h2 class="text-2xl font-bold text-text-primary mt-10 mb-4">4. Content Quality</h2><p class="text-text-secondary leading-relaxed my-4">Why it matters: <strong class="text-text-primary">Content is how you communicate value.</strong> Thin, vague, or outdated content tells visitors (and Google) that you don't care. Quality content builds trust and converts.</p><h3 class="text-xl font-semibold text-text-primary mt-8 mb-3">โœ… Checklist</h3><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐Ÿ”ด Every page has a clear purpose and CTA</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Read each page, what action should the user take?</li><li>Examples: Call Now, Book Online, Request Quote, Learn More</li><li>Fix: Add prominent CTAs on every page</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐Ÿ”ด Contact information is easy to find</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Test: Can you find phone/email within 5 seconds on any page?</li><li>Best practice: Header and footer on every page</li><li>Fix: Add to site-wide header/footer</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸก Content is unique (not copied from competitors)</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Copy a sentence, paste into Google in quotes</li><li>If it appears elsewhere: It's duplicate content</li><li>Fix: Rewrite in your own words</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸก No "thin" content (pages with <300 words)</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Word count of each page</li><li>Target: 300+ for basic pages, 600+ for service pages, 1000+ for blog posts</li><li>Fix: Expand with details, benefits, FAQs</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸก Content is up-to-date (no old dates, outdated info)</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Read through pages, look for 2020-2023 references</li><li>Problem: "We're hiring for 2023!" in 2026 looks abandoned</li><li>Fix: Update dates, stats, examples</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸก Business hours and location are accurate</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Do hours match your actual hours?</li><li>Check: Is address identical to Google Business Profile?</li><li>Fix: Update to match reality</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸข Testimonials and reviews are visible</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Are customer quotes/reviews on homepage or service pages?</li><li>Goal: Show social proof prominently</li><li>Fix: Add testimonial section to homepage</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸข About page tells your story</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Does About page exist? Is it just generic fluff?</li><li>Should include: Who you are, experience, why customers should trust you</li><li>Fix: Rewrite with specifics and personality</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸข Privacy policy and terms of service exist</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Links in footer?</li><li>Why: Builds trust, required for Google Ads and many payment processors</li><li>Fix: Use a generator (termsfeed.com) or hire a lawyer</li></ul><hr class="my-8 border-border"/><h2 class="text-2xl font-bold text-text-primary mt-10 mb-4">5. User Experience (UX)</h2><p class="text-text-secondary leading-relaxed my-4">Why it matters: <strong class="text-text-primary">88% of online consumers are less likely to return to a site after a bad experience.</strong> You can have great content and perfect SEO, but if the site is frustrating to use, visitors leave.</p><h3 class="text-xl font-semibold text-text-primary mt-8 mb-3">โœ… Checklist</h3><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐Ÿ”ด Navigation is clear and intuitive</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Test: Can a first-time visitor find your services in under 10 seconds?</li><li>Menu: Keep to 5-7 main items, use clear labels</li><li>Fix: Simplify navigation, remove jargon</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐Ÿ”ด No broken links (404 errors)</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Use Broken Link Checker (free tool)</li><li>Problem: Clicking a link that goes nowhere</li><li>Fix: Update or remove broken links</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐Ÿ”ด Forms work correctly</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Test: Fill out and submit every form on your site</li><li>Check: Do you receive the submission?</li><li>Fix: Test email delivery, check spam folder, fix form settings</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸก Search bar (if applicable) returns relevant results</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Test: Search for a service you offer</li><li>Expected: Relevant pages appear</li><li>Fix: Improve search functionality or remove if not needed</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸก 404 error page is helpful (not generic)</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Test: Visit yourdomain.com/random-fake-page</li><li>Should include: Link back to homepage, search bar, or site navigation</li><li>Fix: Create custom 404 page</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸก Pop-ups don't cover content immediately</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Test: Visit site, do pop-ups block content instantly?</li><li>Problem: Google penalizes "intrusive interstitials"</li><li>Fix: Delay pop-ups or make them easy to dismiss</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸข Footer includes important links</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Does footer have contact info, service links, legal pages?</li><li>Fix: Add comprehensive footer to every page</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸข Site has consistent branding (colors, fonts)</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Test: Click through pages, does design feel cohesive?</li><li>Fix: Use a consistent color palette and 2-3 fonts max</li></ul><hr class="my-8 border-border"/><h2 class="text-2xl font-bold text-text-primary mt-10 mb-4">6. Local SEO (For Local Businesses)</h2><p class="text-text-secondary leading-relaxed my-4">Why it matters: <strong class="text-text-primary">46% of all Google searches are looking for local information.</strong> If you serve customers in a specific area, local SEO is non-negotiable.</p><h3 class="text-xl font-semibold text-text-primary mt-8 mb-3">โœ… Checklist</h3><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐Ÿ”ด Google Business Profile claimed and verified</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Search your business name + city</li><li>You should see: Your listing with hours, photos, reviews</li><li>Fix: Claim at business.google.com</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐Ÿ”ด NAP (Name, Address, Phone) is consistent everywhere</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Compare NAP on website, Google, Yelp, Facebook</li><li>Problem: "123 Main St" vs "123 Main Street" confuses Google</li><li>Fix: Use identical formatting everywhere</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐Ÿ”ด Service area or location in title tags</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Do title tags include city/region?</li><li>Example: "Plumber in Austin, TX" not just "Plumber"</li><li>Fix: Add location to title tags</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸก Google Business Profile is 100% complete</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: All fields filled (hours, services, description, photos)</li><li>Goal: 10+ photos, full business description, categories selected</li><li>Fix: Log into GBP and complete every section</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸก Actively collecting Google reviews</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: How many reviews do you have? When was the last one?</li><li>Goal: Minimum 2-3 new reviews per month</li><li>Fix: Send review request link after every job</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸก Listed in relevant directories</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Are you on Yelp, Bing Places, Apple Maps?</li><li>Industry-specific: Avvo (lawyers), Healthgrades (doctors), etc.</li><li>Fix: Claim and optimize each listing</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸข Location pages for each service area</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Do you have dedicated pages for each city you serve?</li><li>Example: "Plumbing in Austin" + "Plumbing in Round Rock"</li><li>Fix: Create location pages with unique content</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸข Embedded Google Map on contact page</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Contact page has a map showing your location?</li><li>Fix: Embed Google Map iframe</li></ul><hr class="my-8 border-border"/><h2 class="text-2xl font-bold text-text-primary mt-10 mb-4">7. Security & Trust</h2><p class="text-text-secondary leading-relaxed my-4">Why it matters: <strong class="text-text-primary">84% of users will abandon a purchase if data is sent over an unsecured connection.</strong> Security builds trust, and trust converts.</p><h3 class="text-xl font-semibold text-text-primary mt-8 mb-3">โœ… Checklist</h3><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐Ÿ”ด SSL certificate installed (https://)</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Covered in SEO section. Critical for both</li><li>Check: URL starts with https, lock icon visible</li><li>Fix: Install free SSL via Let's Encrypt</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸก No mixed content warnings (http + https)</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Test: Open browser console (F12), look for warnings</li><li>Problem: Some content (images, scripts) loading over http</li><li>Fix: Update all internal links to https</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸก Plugins and themes are up-to-date</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: CMS dashboard (WordPress, Shopify, etc.)</li><li>Problem: Outdated software = security vulnerabilities</li><li>Fix: Update everything, remove unused plugins</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸก Privacy policy exists and is linked in footer</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Footer has link to Privacy Policy</li><li>Why: Legally required in many jurisdictions, builds trust</li><li>Fix: Use a privacy policy generator or hire a lawyer</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸข Contact form uses CAPTCHA (to prevent spam)</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: Does form have "I'm not a robot" checkbox?</li><li>Fix: Add Google reCAPTCHA</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸข Site has a backup system</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Check: When was the last backup?</li><li>Why: If site breaks, you can restore it</li><li>Fix: Enable automated backups via hosting or plugin</li></ul><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">๐ŸŸข Security headers implemented</strong></p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Test: securityheaders.com</li><li>Includes: X-Frame-Options, Content-Security-Policy</li><li>Fix: Work with developer or use security plugin</li></ul><hr class="my-8 border-border"/><h2 class="text-2xl font-bold text-text-primary mt-10 mb-4">After the Audit: Next Steps</h2><p class="text-text-secondary leading-relaxed my-4">You've just completed a comprehensive website audit. Now what?</p><h3 class="text-xl font-semibold text-text-primary mt-8 mb-3">1. Prioritize</h3><p class="text-text-secondary leading-relaxed my-4">Don't try to fix everything at once. Focus on:</p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li><strong class="text-text-primary">This week:</strong> All ๐Ÿ”ด critical items</li><li><strong class="text-text-primary">This month:</strong> All ๐ŸŸก important items</li><li><strong class="text-text-primary">Next quarter:</strong> ๐ŸŸข nice-to-have items</li></ul><h3 class="text-xl font-semibold text-text-primary mt-8 mb-3">2. Track Progress</h3><p class="text-text-secondary leading-relaxed my-4">Create a spreadsheet with:</p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Issue description</li><li>Category (Performance, SEO, etc.)</li><li>Priority (critical, important, nice-to-have)</li><li>Status (not started, in progress, completed)</li><li>Date completed</li></ul><h3 class="text-xl font-semibold text-text-primary mt-8 mb-3">3. Measure Results</h3><p class="text-text-secondary leading-relaxed my-4">Before you start fixing issues, record your baseline:</p><ul class="list-disc pl-5 space-y-1.5 my-4 text-text-secondary"><li>Current Google ranking for key terms</li><li>Monthly website traffic (Google Analytics)</li><li>Conversion rate (leads or sales per 100 visitors)</li><li>Page load time (PageSpeed Insights)</li></ul><p class="text-text-secondary leading-relaxed my-4">Check again in 30, 60, and 90 days to measure improvement.</p><h3 class="text-xl font-semibold text-text-primary mt-8 mb-3">4. Make It a Habit</h3><p class="text-text-secondary leading-relaxed my-4">Websites degrade over time. Plugins update. Images get added. Content goes stale. Links break.</p><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary">Run this audit every quarter.</strong> Put it on your calendar. It's the only way to ensure your site stays healthy long-term.</p><hr class="my-8 border-border"/><h2 class="text-2xl font-bold text-text-primary mt-10 mb-4">The Shortcut: Automated Audits</h2><p class="text-text-secondary leading-relaxed my-4">Going through this checklist manually is valuable. You'll learn a ton about your website. But it's also time-consuming.</p><p class="text-text-secondary leading-relaxed my-4">The good news? Modern AI-powered tools can run this exact audit in under 60 seconds and give you a detailed report with prioritized action items.</p><p class="text-text-secondary leading-relaxed my-4"><strong class="text-text-primary"><a href="https://freesiteaudit.com" class="text-accent hover:text-accent-strong underline">Get your free automated audit โ†’</a></strong>. Our AI checks 50+ factors across performance, SEO, mobile, security, UX, and content. You get an instant score, category breakdowns, and your top 3 critical issues to fix first.</p><p class="text-text-secondary leading-relaxed my-4">No account needed. Just enter your URL and email to get your report.</p><p class="text-text-secondary leading-relaxed my-4">Think of it as your first-pass audit. The automated tool catches 95% of issues instantly. Then you can use this checklist to dive deeper on any areas that need attention.</p><hr class="my-8 border-border"/><h2 class="text-2xl font-bold text-text-primary mt-10 mb-4">Final Thoughts</h2><p class="text-text-secondary leading-relaxed my-4">A website audit sounds like busy work. Something you do once and forget about.</p><p class="text-text-secondary leading-relaxed my-4">But the businesses that treat audits as an ongoing practice? They're the ones who show up first on Google, convert better, and grow faster than their competitors.</p><p class="text-text-secondary leading-relaxed my-4">The difference between a 1.5% and a 4% conversion rate can be worth tens of thousands of dollars per year, all from fixing issues you didn't even know existed.</p><p class="text-text-secondary leading-relaxed my-4">Print this checklist. Use it. Share it. Make it a quarterly ritual.</p><p class="text-text-secondary leading-relaxed my-4">Your website is open 24/7. Make sure it's working as hard as you are.</p></div><div class="mt-10 border-t border-border pt-8 space-y-6"><div><h3 class="text-sm font-semibold text-text-muted uppercase tracking-wider mb-3">Related Tools</h3><div class="flex flex-wrap gap-2"><a class="inline-flex items-center gap-1.5 bg-surface-panel/60 hover:bg-surface-panel text-sm text-text-secondary hover:text-accent px-3 py-1.5 rounded-lg transition-colors" href="/tools/speed-snapshot">Speed Snapshot<!-- --> โ†’</a><a class="inline-flex items-center gap-1.5 bg-surface-panel/60 hover:bg-surface-panel text-sm text-text-secondary hover:text-accent px-3 py-1.5 rounded-lg transition-colors" href="/tools/meta-title-checker">Meta Title Checker<!-- --> โ†’</a><a class="inline-flex items-center gap-1.5 bg-surface-panel/60 hover:bg-surface-panel text-sm text-text-secondary hover:text-accent px-3 py-1.5 rounded-lg transition-colors" href="/tools/sitemap-checker">Sitemap Checker<!-- --> โ†’</a><a class="inline-flex items-center gap-1.5 bg-surface-panel/60 hover:bg-surface-panel text-sm text-text-secondary hover:text-accent px-3 py-1.5 rounded-lg transition-colors" href="/tools/click-to-call-check">Click-to-Call Check<!-- --> โ†’</a><a class="inline-flex items-center gap-1.5 bg-surface-panel/60 hover:bg-surface-panel text-sm text-text-secondary hover:text-accent px-3 py-1.5 rounded-lg transition-colors" href="/tools/trust-signals">Trust Signals Check<!-- --> โ†’</a></div></div><div><h3 class="text-sm font-semibold text-text-muted uppercase tracking-wider mb-3">Related Fixes</h3><div class="flex flex-wrap gap-2"><a class="inline-flex items-center gap-1.5 bg-surface-panel/60 hover:bg-surface-panel text-sm text-text-secondary hover:text-accent px-3 py-1.5 rounded-lg transition-colors" href="/fixes/perf-load-001">PERF-LOAD-001<!-- --> โ†’</a><a class="inline-flex items-center gap-1.5 bg-surface-panel/60 hover:bg-surface-panel text-sm text-text-secondary hover:text-accent px-3 py-1.5 rounded-lg transition-colors" href="/fixes/seo-title-001">SEO-TITLE-001<!-- --> โ†’</a><a class="inline-flex items-center gap-1.5 bg-surface-panel/60 hover:bg-surface-panel text-sm text-text-secondary hover:text-accent px-3 py-1.5 rounded-lg transition-colors" href="/fixes/mobile-vp-001">MOBILE-VP-001<!-- --> โ†’</a><a class="inline-flex items-center gap-1.5 bg-surface-panel/60 hover:bg-surface-panel text-sm text-text-secondary hover:text-accent px-3 py-1.5 rounded-lg transition-colors" href="/fixes/sec-ssl-001">SEC-SSL-001<!-- --> โ†’</a></div></div></div><div class="mt-12"></div><div class="mt-6 bg-gradient-to-r from-accent-subtle to-accent-subtle/50 border border-accent-border rounded-xl p-8 text-center"><h2 class="text-2xl font-bold mb-2">Check your website for free</h2><p class="text-text-muted mb-6">Get an instant score and your top 3 critical issues in under 60 seconds.</p><a class="inline-block bg-accent hover:bg-accent-strong text-text-inverse font-semibold px-10 py-3.5 rounded-lg transition-colors" href="/#free-audit">Get Your Free Audit โ†’</a></div></article><footer class="border-t border-border mt-auto"><nav aria-label="Footer navigation" class="max-w-6xl mx-auto px-4 py-8 sm:py-12"><div class="grid grid-cols-2 md:grid-cols-3 lg:grid-cols-6 gap-6 sm:gap-8"><div class="col-span-2 md:col-span-1"><a class="text-lg font-bold tracking-tight" href="/"><span class="text-accent">Free</span>SiteAudit</a><p class="text-text-muted text-sm mt-3 leading-relaxed">Website audits for business owners and agencies. Find issues, fix them, grow.</p></div><div><h4 class="text-sm font-semibold text-text-secondary mb-3">Solutions</h4><ul class="space-y-2"><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/#free-audit">Free Website Audit</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/agencies">For Agencies</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/pricing">Pricing</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/demo">Demo Report</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/dashboard">Dashboard</a></li></ul></div><div><h4 class="text-sm font-semibold text-text-secondary mb-3">Industries</h4><ul class="space-y-2"><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/industries/saas">SaaS Apps</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/industries/dev-portfolios">Dev Portfolios</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/industries/blogs">Blogs & Content</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/industries/courses">Course Sites</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/industries/agency-sites">Agency Sites</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/industries">All Industries</a></li></ul></div><div><h4 class="text-sm font-semibold text-text-secondary mb-3">Compare & Results</h4><ul class="space-y-2"><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/blog/freesiteaudit-vs-semrush">vs Semrush</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/blog/freesiteaudit-vs-seoptimer-vs-seo-site-checkup">vs SEOptimer</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/case-studies">Success Stories</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/case-studies/plumber-score-32-to-71">Plumber: 32 to 71</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/case-studies/dentist-score-41-to-78">Dentist: 41 to 78</a></li></ul></div><div><h4 class="text-sm font-semibold text-text-secondary mb-3">Resources</h4><ul class="space-y-2"><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/blog">Blog</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/tools">Free Tools</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/fixes">Fix Library</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/about">About</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="mailto:hello@freesiteaudit.com">Contact</a></li></ul></div><div><h4 class="text-sm font-semibold text-text-secondary mb-3">Legal</h4><ul class="space-y-2"><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/privacy">Privacy Policy</a></li><li><a class="text-sm text-text-muted hover:text-text-secondary transition-colors" href="/terms">Terms of Service</a></li></ul></div></div><div class="border-t border-border-subtle mt-10 pt-6 flex flex-col sm:flex-row items-center justify-between gap-3 text-xs text-text-muted"><span>ยฉ <!-- -->2026<!-- --> FreeSiteAudit. All rights reserved.</span><div class="flex items-center gap-4"><a class="hover:text-text-secondary transition-colors" href="/privacy">Privacy</a><a class="hover:text-text-secondary transition-colors" href="/terms">Terms</a></div></div></nav></footer></div><!--$--><!--/$--></main><button aria-label="Contact us" class="fixed right-4 z-40 flex items-center gap-2 rounded-full bg-accent text-accent-foreground font-semibold text-sm h-12 px-5 shadow-accent-glow hover:bg-accent-strong hover:shadow-accent-glow-lg transition-all duration-200 bottom-[calc(1rem+env(safe-area-inset-bottom))] sm:bottom-6"><svg class="w-5 h-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M8.625 12a.375.375 0 11-.75 0 .375.375 0 01.75 0zm4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zm4.125 0a.375.375 0 11-.75 0 .375.375 0 01.75 0zM2.25 12.76c0 1.6 1.123 2.994 2.707 3.227 1.087.16 2.185.283 3.293.369V21l4.076-4.076a1.526 1.526 0 011.037-.443 48.282 48.282 0 005.68-.494c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0012 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z"></path></svg><span class="hidden sm:inline">Contact Us</span></button></div><button aria-label="Switch to light mode" aria-pressed="false" class="fixed right-4 z-40 flex items-center justify-center rounded-full w-10 h-10 border border-border bg-surface-elevated text-text-secondary hover:text-text-primary hover:bg-surface-panel shadow-panel-sm transition-all duration-200 bottom-[calc(1rem+env(safe-area-inset-bottom)+3.75rem)] sm:bottom-[5.25rem]"><svg class="w-[18px] h-[18px]" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M12 3v2.25m6.364.386l-1.591 1.591M21 12h-2.25m-.386 6.364l-1.591-1.591M12 18.75V21m-4.773-4.227l-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0z"></path></svg></button><script src="/_next/static/chunks/webpack-a23c135dcde95955.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n8:I[57150,[],\"\"]\n:HL[\"/_next/static/media/4473ecc91f70f139-s.p.woff\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff\"}]\n:HL[\"/_next/static/media/463dafcda517f24f-s.p.woff\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff\"}]\n:HL[\"/_next/static/css/ce06d03cd29772c1.css\",\"style\"]\n:HL[\"/_next/static/css/df31ae1fb5775628.css\",\"style\"]\n2:Tb95,"])</script><script>self.__next_f.push([1,"{\"@context\":\"https://schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Is the free audit really free?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes, completely free. Just enter your URL and email. No account, no password, no credit card. You get your overall score and top issues instantly. We offer paid upgrades for the full detailed report.\"}},{\"@type\":\"Question\",\"name\":\"How long until I get my report?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The free preview is instant (~30 seconds). Paid reports are generated and emailed within 2-3 minutes of payment.\"}},{\"@type\":\"Question\",\"name\":\"What do you analyze?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"9 categories: SEO \u0026 Search Visibility, Website Performance \u0026 Speed, Mobile Experience, Security \u0026 Privacy, Accessibility, Content \u0026 Messaging, Technical Health, Trust \u0026 Credibility, and Local SEO \u0026 Google Business. Each category is scored independently, and we provide specific evidence and fix instructions for every issue found.\"}},{\"@type\":\"Question\",\"name\":\"Do I need technical knowledge?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Not at all. Reports are written in plain language with prioritized, step-by-step recommendations. Each issue is labeled with who can fix it, and many are things you can do yourself without touching code.\"}},{\"@type\":\"Question\",\"name\":\"How accurate is the analysis?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"We analyze your actual live website, checking real page speed, real HTML structure, and real content. Every finding comes with specific evidence from your site, so you can verify it yourself.\"}},{\"@type\":\"Question\",\"name\":\"Is my data safe?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Absolutely. We only use your email to deliver your report. No spam, no sharing with third parties. We analyze publicly accessible pages (the same thing Google sees). We never store passwords, we don't access admin panels, and we never sell your data. All connections are encrypted with 256-bit SSL. See our Privacy Policy for full details.\"}},{\"@type\":\"Question\",\"name\":\"Can I see a sample report before buying?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes! Check out our interactive demo report to see exactly what a full audit looks like, with real findings, evidence, and fix instructions you can explore.\"}},{\"@type\":\"Question\",\"name\":\"How do I cancel my subscription?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"You can cancel anytime from your dashboard. Just click \\\"Manage Subscription\\\" to open the billing portal. Your audit access continues until the end of your current billing period.\"}},{\"@type\":\"Question\",\"name\":\"Who built FreeSiteAudit?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"FreeSiteAudit was built by web professionals who wanted to make professional-grade website audits accessible to every business owner. We combined real-world SEO and web development experience with automation to deliver clear, actionable reports.\"}}]}"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"x5LK1R1kWypbD4yo4K4vs\",\"p\":\"\",\"c\":[\"\",\"blog\",\"website-audit-checklist-2026-complete-guide\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"blog\",{\"children\":[[\"slug\",\"website-audit-checklist-2026-complete-guide\",\"d\"],{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/ce06d03cd29772c1.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/df31ae1fb5775628.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var t=localStorage.getItem('theme');if(!t)t='dark';document.documentElement.classList.add(t);document.documentElement.style.colorScheme=t;var m=document.querySelector('meta[name=\\\"theme-color\\\"]');if(m)m.content=t==='light'?'#faf9fe':'#09090b'}catch(e){document.documentElement.classList.add('dark');document.documentElement.style.colorScheme='dark'}})()\"}}],[\"$\",\"link\",null,{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"sizes\":\"any\"}],[\"$\",\"meta\",null,{\"name\":\"theme-color\",\"content\":\"#09090b\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://js.stripe.com\"}],[\"$\",\"link\",null,{\"rel\":\"dns-prefetch\",\"href\":\"https://js.stripe.com\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://api.stripe.com\"}],[\"$\",\"link\",null,{\"rel\":\"dns-prefetch\",\"href\":\"https://api.stripe.com\"}],[[\"$\",\"script\",\"0\",{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"Organization\\\",\\\"@id\\\":\\\"https://freesiteaudit.com/#organization\\\",\\\"name\\\":\\\"FreeSiteAudit\\\",\\\"url\\\":\\\"https://freesiteaudit.com\\\",\\\"logo\\\":{\\\"@type\\\":\\\"ImageObject\\\",\\\"url\\\":\\\"https://freesiteaudit.com/logo.png\\\",\\\"width\\\":\\\"200\\\",\\\"height\\\":\\\"60\\\"},\\\"description\\\":\\\"Free instant website audit tool for small businesses. Check your SEO, speed, mobile-friendliness \u0026 security in seconds.\\\",\\\"sameAs\\\":[],\\\"contactPoint\\\":{\\\"@type\\\":\\\"ContactPoint\\\",\\\"contactType\\\":\\\"Customer Service\\\",\\\"availableLanguage\\\":[\\\"English\\\"]}}\"}}],[\"$\",\"script\",\"1\",{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"ProfessionalService\\\",\\\"@id\\\":\\\"https://freesiteaudit.com/#business\\\",\\\"name\\\":\\\"FreeSiteAudit\\\",\\\"url\\\":\\\"https://freesiteaudit.com\\\",\\\"logo\\\":\\\"https://freesiteaudit.com/logo.png\\\",\\\"description\\\":\\\"Professional website audit and SEO analysis service for small businesses. Get instant insights and actionable recommendations.\\\",\\\"priceRange\\\":\\\"Free - $$\\\",\\\"areaServed\\\":{\\\"@type\\\":\\\"Place\\\",\\\"name\\\":\\\"Worldwide\\\"},\\\"hasOfferCatalog\\\":{\\\"@type\\\":\\\"OfferCatalog\\\",\\\"name\\\":\\\"Website Audit Services\\\",\\\"itemListElement\\\":[{\\\"@type\\\":\\\"Offer\\\",\\\"itemOffered\\\":{\\\"@type\\\":\\\"Service\\\",\\\"name\\\":\\\"Free Website Audit\\\",\\\"description\\\":\\\"2 free website audits per week with AI-powered analysis\\\"},\\\"price\\\":\\\"0\\\",\\\"priceCurrency\\\":\\\"USD\\\"},{\\\"@type\\\":\\\"Offer\\\",\\\"itemOffered\\\":{\\\"@type\\\":\\\"Service\\\",\\\"name\\\":\\\"Starter Plan\\\",\\\"description\\\":\\\"5 website audits per week with priority support\\\"},\\\"price\\\":\\\"19.00\\\",\\\"priceCurrency\\\":\\\"USD\\\"}]}}\"}}],[\"$\",\"script\",\"2\",{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"WebSite\\\",\\\"@id\\\":\\\"https://freesiteaudit.com/#website\\\",\\\"url\\\":\\\"https://freesiteaudit.com\\\",\\\"name\\\":\\\"FreeSiteAudit\\\",\\\"description\\\":\\\"Free website audit tool for small businesses\\\",\\\"publisher\\\":{\\\"@id\\\":\\\"https://freesiteaudit.com/#organization\\\"}}\"}}],[\"$\",\"script\",\"3\",{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}]]]}],\"$L3\"]}]]}],{\"children\":[\"blog\",\"$L4\",{\"children\":[[\"slug\",\"website-audit-checklist-2026-complete-guide\",\"d\"],\"$L5\",{\"children\":[\"__PAGE__\",\"$L6\",{},null,false]},null,false]},null,false]},null,false],\"$L7\",false]],\"m\":\"$undefined\",\"G\":[\"$8\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"9:I[7143,[\"7177\",\"static/chunks/app/layout-34da03af042924b1.js\"],\"GoogleAnalytics\"]\na:I[43347,[\"7177\",\"static/chunks/app/layout-34da03af042924b1.js\"],\"PostHogProvider\"]\nb:I[47212,[\"7177\",\"static/chunks/app/layout-34da03af042924b1.js\"],\"WebVitals\"]\nc:I[63479,[\"7177\",\"static/chunks/app/layout-34da03af042924b1.js\"],\"ThemeProvider\"]\nd:I[9766,[],\"\"]\ne:I[98924,[],\"\"]\nf:I[65534,[\"7177\",\"static/chunks/app/layout-34da03af042924b1.js\"],\"ConditionalFooter\"]\n10:I[28923,[\"7177\",\"static/chunks/app/layout-34da03af042924b1.js\"],\"default\"]\n11:I[49196,[\"7177\",\"static/chunks/app/layout-34da03af042924b1.js\"],\"ThemeToggle\"]\n13:I[24431,[],\"OutletBoundary\"]\n15:I[15278,[],\"AsyncMetadataOutlet\"]\n17:I[24431,[],\"ViewportBoundary\"]\n19:I[24431,[],\"MetadataBoundary\"]\n1a:\"$Sreact.suspense\"\n"])</script><script>self.__next_f.push([1,"3:[\"$\",\"body\",null,{\"className\":\"__variable_1e4310 __variable_c3aa02 antialiased bg-surface-body text-text-primary\",\"children\":[[\"$\",\"a\",null,{\"href\":\"#main-content\",\"className\":\"sr-only focus:not-sr-only focus:fixed focus:top-4 focus:left-4 focus:z-[100] focus:bg-accent focus:text-accent-foreground focus:px-4 focus:py-2 focus:rounded-lg focus:font-semibold focus:text-sm focus:outline-none focus:shadow-lg\",\"children\":\"Skip to main content\"}],[\"$\",\"$L9\",null,{}],[\"$\",\"$La\",null,{}],[\"$\",\"$Lb\",null,{}],[\"$\",\"$Lc\",null,{\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col min-h-screen\",\"children\":[[\"$\",\"main\",null,{\"id\":\"main-content\",\"children\":[\"$\",\"$Ld\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Le\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"$Lf\",null,{}],[\"$\",\"$L10\",null,{}]]}],[\"$\",\"$L11\",null,{}]]}]]}]\n"])</script><script>self.__next_f.push([1,"4:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$Ld\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Le\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n5:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$Ld\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Le\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n6:[\"$\",\"$1\",\"c\",{\"children\":[\"$L12\",null,[\"$\",\"$L13\",null,{\"children\":[\"$L14\",[\"$\",\"$L15\",null,{\"promise\":\"$@16\"}]]}]]}]\n7:[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L17\",null,{\"children\":\"$L18\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$L19\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$1a\",null,{\"fallback\":null,\"children\":\"$L1b\"}]}]}]]}]\n"])</script><script>self.__next_f.push([1,"1c:I[41654,[\"5953\",\"static/chunks/app/blog/%5Bslug%5D/page-9209a33fabe65628.js\"],\"MarketingNav\"]\n1d:I[23732,[\"5953\",\"static/chunks/app/blog/%5Bslug%5D/page-9209a33fabe65628.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"12:[[[\"$\",\"script\",\"0\",{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"Article\\\",\\\"headline\\\":\\\"Website Audit Checklist 2026: The Complete Guide for Small Business Owners\\\",\\\"description\\\":\\\"The only website audit checklist you need for 2026. 50+ actionable checkpoints across performance, SEO, mobile, security, and conversions.\\\",\\\"author\\\":{\\\"@type\\\":\\\"Person\\\",\\\"name\\\":\\\"FreeSiteAudit\\\"},\\\"publisher\\\":{\\\"@id\\\":\\\"https://freesiteaudit.com/#organization\\\"},\\\"datePublished\\\":\\\"2026-03-04T00:00:00.000Z\\\",\\\"dateModified\\\":\\\"2026-03-04T00:00:00.000Z\\\",\\\"mainEntityOfPage\\\":{\\\"@type\\\":\\\"WebPage\\\",\\\"@id\\\":\\\"https://freesiteaudit.com/blog/website-audit-checklist-2026-complete-guide\\\"}}\"}}],[\"$\",\"script\",\"1\",{\"type\":\"application/ld+json\",\"dangerouslySetInnerHTML\":{\"__html\":\"{\\\"@context\\\":\\\"https://schema.org\\\",\\\"@type\\\":\\\"BreadcrumbList\\\",\\\"itemListElement\\\":[{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":1,\\\"name\\\":\\\"Home\\\",\\\"item\\\":\\\"https://freesiteaudit.com\\\"},{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":2,\\\"name\\\":\\\"Blog\\\",\\\"item\\\":\\\"https://freesiteaudit.com/blog\\\"},{\\\"@type\\\":\\\"ListItem\\\",\\\"position\\\":3,\\\"name\\\":\\\"Website Audit Checklist 2026: The Complete Guide for Small Business Owners\\\",\\\"item\\\":\\\"https://freesiteaudit.com/blog/website-audit-checklist-2026-complete-guide\\\"}]}\"}}]],[\"$\",\"div\",null,{\"className\":\"min-h-screen\",\"children\":[[\"$\",\"$L1c\",null,{}],[\"$\",\"article\",null,{\"className\":\"max-w-3xl mx-auto px-4 py-16\",\"children\":[[\"$\",\"$L1d\",null,{\"items\":[{\"label\":\"Blog\",\"href\":\"/blog\"},{\"label\":\"Website Audit Checklist 2026: The Complete Guide for Small Business Owners\"}]}],[\"$\",\"div\",null,{\"className\":\"mb-8\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex items-center gap-3 text-sm text-text-muted mb-4\",\"children\":[[\"$\",\"time\",null,{\"children\":\"March 4, 2026\"}],[\"$\",\"span\",null,{\"children\":\"ยท\"}],[\"$\",\"span\",null,{\"children\":\"10 min read\"}],[[\"$\",\"span\",null,{\"children\":\"ยท\"}],[\"$\",\"span\",null,{\"className\":\"text-accent/70\",\"children\":\"Checklists\"}]]]}],[\"$\",\"h1\",null,{\"className\":\"text-3xl sm:text-4xl font-bold tracking-tight mb-4\",\"children\":\"Website Audit Checklist 2026: The Complete Guide for Small Business Owners\"}],[\"$\",\"p\",null,{\"className\":\"text-lg text-text-muted\",\"children\":\"The only website audit checklist you need for 2026. 50+ actionable checkpoints across performance, SEO, mobile, security, and conversions.\"}]]}],[\"$\",\"div\",null,{\"className\":\"border-t border-border pt-8\",\"children\":[[\"$\",\"p\",\"0\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Running a website audit sounds technical, complicated, and time-consuming. And if you're doing it wrong, it absolutely is.\"}}],[\"$\",\"p\",\"2\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"But here's the truth: you don't need to be a web developer or SEO expert to audit your own website. You just need a systematic checklist and the discipline to work through it.\"}}],[\"$\",\"p\",\"4\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"This is that checklist.\"}}],[\"$\",\"p\",\"6\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"We've audited thousands of small business websites and distilled everything into a single, actionable guide. Follow this step-by-step and you'll catch 95% of the issues silently costing you customers, traffic, and revenue.\"}}],[\"$\",\"p\",\"8\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Print this. Bookmark it. Share it with your team. Then actually use it.\"}}],[\"$\",\"h2\",\"10\",{\"className\":\"text-2xl font-bold text-text-primary mt-10 mb-4\",\"children\":\"How to Use This Checklist\"}],[\"$\",\"p\",\"12\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"We've broken the audit into 9 major categories. Each category has a mix of critical (๐Ÿ”ด), important (๐ŸŸก), and nice-to-have (๐ŸŸข) items.\"}}],\"$L1e\",\"$L1f\",\"$L20\",\"$L21\",\"$L22\",\"$L23\",\"$L24\",\"$L25\",\"$L26\",\"$L27\",\"$L28\",\"$L29\",\"$L2a\",\"$L2b\",\"$L2c\",\"$L2d\",\"$L2e\",\"$L2f\",\"$L30\",\"$L31\",\"$L32\",\"$L33\",\"$L34\",\"$L35\",\"$L36\",\"$L37\",\"$L38\",\"$L39\",\"$L3a\",\"$L3b\",\"$L3c\",\"$L3d\",\"$L3e\",\"$L3f\",\"$L40\",\"$L41\",\"$L42\",\"$L43\",\"$L44\",\"$L45\",\"$L46\",\"$L47\",\"$L48\",\"$L49\",\"$L4a\",\"$L4b\",\"$L4c\",\"$L4d\",\"$L4e\",\"$L4f\",\"$L50\",\"$L51\",\"$L52\",\"$L53\",\"$L54\",\"$L55\",\"$L56\",\"$L57\",\"$L58\",\"$L59\",\"$L5a\",\"$L5b\",\"$L5c\",\"$L5d\",\"$L5e\",\"$L5f\",\"$L60\",\"$L61\",\"$L62\",\"$L63\",\"$L64\",\"$L65\",\"$L66\",\"$L67\",\"$L68\",\"$L69\",\"$L6a\",\"$L6b\",\"$L6c\",\"$L6d\",\"$L6e\",\"$L6f\",\"$L70\",\"$L71\",\"$L72\",\"$L73\",\"$L74\",\"$L75\",\"$L76\",\"$L77\",\"$L78\",\"$L79\",\"$L7a\",\"$L7b\",\"$L7c\",\"$L7d\",\"$L7e\",\"$L7f\",\"$L80\",\"$L81\",\"$L82\",\"$L83\",\"$L84\",\"$L85\",\"$L86\",\"$L87\",\"$L88\",\"$L89\",\"$L8a\",\"$L8b\",\"$L8c\",\"$L8d\",\"$L8e\",\"$L8f\",\"$L90\",\"$L91\",\"$L92\",\"$L93\",\"$L94\",\"$L95\",\"$L96\",\"$L97\",\"$L98\",\"$L99\",\"$L9a\",\"$L9b\",\"$L9c\",\"$L9d\",\"$L9e\",\"$L9f\",\"$La0\",\"$La1\",\"$La2\",\"$La3\",\"$La4\",\"$La5\",\"$La6\",\"$La7\",\"$La8\",\"$La9\",\"$Laa\",\"$Lab\",\"$Lac\",\"$Lad\",\"$Lae\",\"$Laf\",\"$Lb0\",\"$Lb1\",\"$Lb2\",\"$Lb3\",\"$Lb4\",\"$Lb5\",\"$Lb6\",\"$Lb7\",\"$Lb8\",\"$Lb9\",\"$Lba\",\"$Lbb\",\"$Lbc\",\"$Lbd\",\"$Lbe\",\"$Lbf\",\"$Lc0\",\"$Lc1\",\"$Lc2\",\"$Lc3\",\"$Lc4\",\"$Lc5\",\"$Lc6\",\"$Lc7\",\"$Lc8\",\"$Lc9\",\"$Lca\",\"$Lcb\",\"$Lcc\",\"$Lcd\",\"$Lce\",\"$Lcf\",\"$Ld0\",\"$Ld1\",\"$Ld2\"]}],\"$Ld3\",\"$Ld4\",\"$Ld5\"]}],\"$Ld6\"]}]]\n"])</script><script>self.__next_f.push([1,"d7:I[52619,[\"5953\",\"static/chunks/app/blog/%5Bslug%5D/page-9209a33fabe65628.js\"],\"\"]\nd8:I[25266,[\"5953\",\"static/chunks/app/blog/%5Bslug%5D/page-9209a33fabe65628.js\"],\"default\"]\n1e:[\"$\",\"p\",\"14\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eStrategy:\u003c/strong\u003e\"}}]\n1f:[\"$\",\"ol\",\"ol-18\",{\"className\":\"list-decimal pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Start with all the ๐Ÿ”ด critical items across every category\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Then tackle ๐ŸŸก important items\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Finally, work through ๐ŸŸข nice-to-haves as time permits\"}}]]}]\n20:[\"$\",\"p\",\"19\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Every item includes \u003cem\u003ewhy\u003c/em\u003e it matters and \u003cem\u003ehow\u003c/em\u003e to check/fix it. No jargon, no fluff. Just what you need to know.\"}}]\n21:[\"$\",\"p\",\"21\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Estimated time to complete the full audit: 2-4 hours spread over a week. The ROI? Potentially thousands of dollars in monthly revenue.\"}}]\n22:[\"$\",\"p\",\"23\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Let's dive in.\"}}]\n23:[\"$\",\"hr\",\"25\",{\"className\":\"my-8 border-border\"}]\n24:[\"$\",\"h2\",\"27\",{\"className\":\"text-2xl font-bold text-text-primary mt-10 mb-4\",\"children\":\"1. Performance \u0026 Speed\"}]\n25:[\"$\",\"p\",\"29\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Why it matters: \u003cstrong class=\\\"text-text-primary\\\"\u003e53% of mobile users abandon a site that takes longer than 3 seconds to load.\u003c/strong\u003e Every second of delay reduces conversions by about 7%. Speed isn't just a nice-to-have. It's the foundation everything else is built on.\"}}]\n26:[\"$\",\"h3\",\"31\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\""])</script><script>self.__next_f.push([1,"โœ… Checklist\"}]\n27:[\"$\",\"p\",\"33\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐Ÿ”ด Page load time under 3 seconds on mobile\u003c/strong\u003e\"}}]\n28:[\"$\",\"ul\",\"ul-37\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test at: \u003ca href=\\\"https://pagespeed.web.dev/\\\" class=\\\"text-accent hover:text-accent-strong underline\\\"\u003eGoogle PageSpeed Insights\u003c/a\u003e\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Target: Load time \u003c3s on mobile, ideally \u003c2s\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Compress images, enable caching, upgrade hosting\"}}]]}]\n29:[\"$\",\"p\",\"38\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐Ÿ”ด First Contentful Paint (FCP) under 1.8 seconds\u003c/strong\u003e\"}}]\n2a:[\"$\",\"ul\",\"ul-42\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"What it is: Time until user sees \u003cem\u003esomething\u003c/em\u003e on screen\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test at: PageSpeed Insights (same tool as above)\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Defer non-critical JavaScript, optimize above-fold content\"}}]]}]\n2b:[\"$\",\"p\",\"43\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐Ÿ”ด Largest Contentful Paint (LCP) under 2.5 seconds\u003c/strong\u003e\"}}]\n2c:[\"$\",\"ul\",\"ul-47\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"What it is: Time until main content is visible\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test at: PageSpeed Insights\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Optimize largest image/element, use lazy loading\"}}]]}]\n2d:[\"$\",\"p\",\"48\",{\"className\":\"text-text-secondary "])</script><script>self.__next_f.push([1,"leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก Cumulative Layout Shift (CLS) under 0.1\u003c/strong\u003e\"}}]\n2e:[\"$\",\"ul\",\"ul-52\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"What it is: Does content jump around while loading?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test at: PageSpeed Insights\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Set explicit width/height on images, reserve space for ads\"}}]]}]\n2f:[\"$\",\"p\",\"53\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก Images optimized (WebP or compressed)\u003c/strong\u003e\"}}]\n30:[\"$\",\"ul\",\"ul-57\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Right-click any image โ†’ Properties โ†’ see file size\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Target: Most images under 200KB\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Use TinyPNG or convert to WebP format\"}}]]}]\n31:[\"$\",\"p\",\"58\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก Browser caching enabled\u003c/strong\u003e\"}}]\n32:[\"$\",\"ul\",\"ul-61\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test at: GTmetrix.com (free account)\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Add caching headers (ask your hosting provider or use a plugin)\"}}]]}]\n33:[\"$\",\"p\",\"62\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸข CSS and JavaScript minified\u003c/strong\u003e\"}}]\n34:[\"$\",\"ul\",\"ul-66\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"What it is: Remov"])</script><script>self.__next_f.push([1,"e unnecessary characters from code\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test at: PageSpeed Insights (will flag if needed)\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Use a minification plugin or build tool\"}}]]}]\n35:[\"$\",\"p\",\"67\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸข Content Delivery Network (CDN) in use\u003c/strong\u003e\"}}]\n36:[\"$\",\"ul\",\"ul-71\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"What it is: Serve content from servers closer to users\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Popular options: Cloudflare (free plan available)\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Point your DNS to Cloudflare, enable CDN\"}}]]}]\n37:[\"$\",\"hr\",\"72\",{\"className\":\"my-8 border-border\"}]\n38:[\"$\",\"h2\",\"74\",{\"className\":\"text-2xl font-bold text-text-primary mt-10 mb-4\",\"children\":\"2. Mobile Responsiveness\"}]\n39:[\"$\",\"p\",\"76\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Why it matters: \u003cstrong class=\\\"text-text-primary\\\"\u003eOver 60% of web traffic comes from mobile devices.\u003c/strong\u003e If your site doesn't work on phones, you're ignoring the majority of your potential customers.\"}}]\n3a:[\"$\",\"h3\",\"78\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"โœ… Checklist\"}]\n3b:[\"$\",\"p\",\"80\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐Ÿ”ด Site is mobile-responsive (adapts to screen size)\u003c/strong\u003e\"}}]\n3c:[\"$\",\"ul\",\"ul-84\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test: Open your site on your phone, try different pages\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Alternative: Use Google's Mobile-Friendly Test\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTM"])</script><script>self.__next_f.push([1,"L\":{\"__html\":\"Fix: Use a responsive theme or redesign\"}}]]}]\n3d:[\"$\",\"p\",\"85\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐Ÿ”ด Text is readable without zooming\u003c/strong\u003e\"}}]\n3e:[\"$\",\"ul\",\"ul-89\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test: Open any page on phone, can you read without pinching?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Target: Minimum 16px font size\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Adjust CSS font-size property\"}}]]}]\n3f:[\"$\",\"p\",\"90\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐Ÿ”ด Buttons and links are tappable (44x44px minimum)\u003c/strong\u003e\"}}]\n40:[\"$\",\"ul\",\"ul-94\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test: Try tapping all buttons on mobile\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Problem: If you miss or hit the wrong button, it's too small\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Increase button padding and size in CSS\"}}]]}]\n41:[\"$\",\"p\",\"95\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก No horizontal scrolling\u003c/strong\u003e\"}}]\n42:[\"$\",\"ul\",\"ul-99\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test: Scroll through every page on mobile\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Problem: Content wider than screen, requires left-right scrolling\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Use max-width: 100% on images and containers\"}}]]}]\n43:[\"$\",\"p\",\"100\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\"])</script><script>self.__next_f.push([1,"\"\u003e๐ŸŸก Forms are usable on mobile\u003c/strong\u003e\"}}]\n44:[\"$\",\"ul\",\"ul-104\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test: Try filling out contact form on phone\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Input fields large enough, keyboard doesn't cover submit button\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Use proper input types (type=\\\"tel\\\", \\\"email\\\"), increase field size\"}}]]}]\n45:[\"$\",\"p\",\"105\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก Phone number is click-to-call\u003c/strong\u003e\"}}]\n46:[\"$\",\"ul\",\"ul-109\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test: Tap your phone number on mobile\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Expected: Phone dialer opens automatically\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Use \u003ccode class=\\\"bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong\\\"\u003e\u003ca href=\\\"tel:+15551234567\\\"\u003e555-123-4567\u003c/a\u003e\u003c/code\u003e\"}}]]}]\n47:[\"$\",\"p\",\"110\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸข Touch targets well-spaced (8px minimum)\u003c/strong\u003e\"}}]\n48:[\"$\",\"ul\",\"ul-114\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"What it is: Enough space between tappable elements\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Problem: User taps wrong link by accident\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Add padding/margin around links and buttons\"}}]]}]\n49:[\"$\",\"p\",\"115\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸข Mobile menu works smoothly\u003c/strong\u003e\"}}]\n4a:[\"$\",\"ul\",\"ul-119\",{\"className\":\""])</script><script>self.__next_f.push([1,"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test: Open hamburger menu, try all links\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Menu opens, closes, links work, no visual glitches\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Test on multiple devices, simplify if needed\"}}]]}]\n4b:[\"$\",\"hr\",\"120\",{\"className\":\"my-8 border-border\"}]\n4c:[\"$\",\"h2\",\"122\",{\"className\":\"text-2xl font-bold text-text-primary mt-10 mb-4\",\"children\":\"3. SEO Fundamentals\"}]\n4d:[\"$\",\"p\",\"124\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Why it matters: \u003cstrong class=\\\"text-text-primary\\\"\u003e75% of users never scroll past the first page of search results.\u003c/strong\u003e If you're not ranking, you're invisible. SEO brings free, qualified traffic to your site 24/7.\"}}]\n4e:[\"$\",\"h3\",\"126\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"โœ… Checklist\"}]\n4f:[\"$\",\"p\",\"128\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐Ÿ”ด Every page has a unique title tag\u003c/strong\u003e\"}}]\n50:[\"$\",\"ul\",\"ul-132\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: View page source, look for \u003ccode class=\\\"bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong\\\"\u003e\u003ctitle\u003e\u003c/code\u003e tag\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Format: [Keyword] in [Location] | [Business Name]\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Add/edit title tags in your CMS or HTML\"}}]]}]\n51:[\"$\",\"p\",\"133\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐Ÿ”ด Title tags are 50-60 characters\u003c/strong\u003e\"}}]\n52:[\"$\",\"ul\",\"ul-137\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\""])</script><script>self.__next_f.push([1,"__html\":\"Check: Character count tool (wordcounter.net)\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Why: Longer titles get cut off in search results\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Rewrite to be concise but descriptive\"}}]]}]\n53:[\"$\",\"p\",\"138\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐Ÿ”ด Site has SSL certificate (https://)\u003c/strong\u003e\"}}]\n54:[\"$\",\"ul\",\"ul-142\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Does URL start with https?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test: Look for lock icon in browser bar\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Get free SSL from Let's Encrypt or your hosting provider\"}}]]}]\n55:[\"$\",\"p\",\"143\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก Every page has a unique meta description\u003c/strong\u003e\"}}]\n56:[\"$\",\"ul\",\"ul-147\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: View source, look for \u003ccode class=\\\"bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong\\\"\u003e\u003cmeta name=\\\"description\\\"\u003e\u003c/code\u003e\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Length: 150-160 characters\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Write compelling descriptions with CTA\"}}]]}]\n57:[\"$\",\"p\",\"148\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก H1 tag on every page (and only one)\u003c/strong\u003e\"}}]\n58:[\"$\",\"ul\",\"ul-152\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: View source, search for \u003ccode class=\\\"bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong\\\"\u003e\u003ch1\u003e\u003c/code\u003e"])</script><script>self.__next_f.push([1,"\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Should be: Page title, includes target keyword\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Wrap your main heading in \u003ccode class=\\\"bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong\\\"\u003e\u003ch1\u003e\u003c/code\u003e tags\"}}]]}]\n59:[\"$\",\"p\",\"153\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก All images have descriptive alt text\u003c/strong\u003e\"}}]\n5a:[\"$\",\"ul\",\"ul-156\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Right-click image โ†’ Inspect โ†’ look for alt=\\\"...\\\"\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Add alt text describing what's in the image + context\"}}]]}]\n5b:[\"$\",\"p\",\"157\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก XML sitemap exists and is submitted to Google\u003c/strong\u003e\"}}]\n5c:[\"$\",\"ul\",\"ul-161\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Visit yourdomain.com/sitemap.xml\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Submit: Google Search Console โ†’ Sitemaps\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Generate with plugin (Yoast for WordPress) or manually\"}}]]}]\n5d:[\"$\",\"p\",\"162\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก Robots.txt file exists\u003c/strong\u003e\"}}]\n5e:[\"$\",\"ul\",\"ul-166\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Visit yourdomain.com/robots.txt\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Should allow: Googlebot to crawl your site\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Create robots.txt with \\\"User-agent: * / Allow"])</script><script>self.__next_f.push([1,": /\\\"\"}}]]}]\n5f:[\"$\",\"p\",\"167\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸข Internal linking structure (pages link to each other)\u003c/strong\u003e\"}}]\n60:[\"$\",\"ul\",\"ul-171\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Click around your site, can you reach every page?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Goal: No \\\"orphan\\\" pages (pages with no links to them)\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Add contextual links between related pages\"}}]]}]\n61:[\"$\",\"p\",\"172\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸข Structured data (Schema markup) implemented\u003c/strong\u003e\"}}]\n62:[\"$\",\"ul\",\"ul-176\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Google's Rich Results Test\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"For local businesses: LocalBusiness schema\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Use schema generator or plugin\"}}]]}]\n63:[\"$\",\"p\",\"177\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸข Canonical tags prevent duplicate content\u003c/strong\u003e\"}}]\n64:[\"$\",\"ul\",\"ul-181\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: View source, look for \u003ccode class=\\\"bg-surface-panel px-1.5 py-0.5 rounded text-sm text-accent-strong\\\"\u003e\u003clink rel=\\\"canonical\\\"\u003e\u003c/code\u003e\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Why: Tells Google which version of a page is the \\\"main\\\" one\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Add canonical tags to all pages\"}}]]}]\n65:[\"$\",\"hr\",\"182\",{\"className\":\"my-8 border-border\"}]\n66:[\"$\",\"h2\",\""])</script><script>self.__next_f.push([1,"184\",{\"className\":\"text-2xl font-bold text-text-primary mt-10 mb-4\",\"children\":\"4. Content Quality\"}]\n67:[\"$\",\"p\",\"186\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Why it matters: \u003cstrong class=\\\"text-text-primary\\\"\u003eContent is how you communicate value.\u003c/strong\u003e Thin, vague, or outdated content tells visitors (and Google) that you don't care. Quality content builds trust and converts.\"}}]\n68:[\"$\",\"h3\",\"188\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"โœ… Checklist\"}]\n69:[\"$\",\"p\",\"190\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐Ÿ”ด Every page has a clear purpose and CTA\u003c/strong\u003e\"}}]\n6a:[\"$\",\"ul\",\"ul-194\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Read each page, what action should the user take?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Examples: Call Now, Book Online, Request Quote, Learn More\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Add prominent CTAs on every page\"}}]]}]\n6b:[\"$\",\"p\",\"195\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐Ÿ”ด Contact information is easy to find\u003c/strong\u003e\"}}]\n6c:[\"$\",\"ul\",\"ul-199\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test: Can you find phone/email within 5 seconds on any page?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Best practice: Header and footer on every page\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Add to site-wide header/footer\"}}]]}]\n6d:[\"$\",\"p\",\"200\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก Content is unique (not copied from competitors)\u003c/strong\u003e\"}}]\n6e:[\"$\",\"ul\",\"ul-204\",{\"className\""])</script><script>self.__next_f.push([1,":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Copy a sentence, paste into Google in quotes\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"If it appears elsewhere: It's duplicate content\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Rewrite in your own words\"}}]]}]\n6f:[\"$\",\"p\",\"205\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก No \\\"thin\\\" content (pages with \u003c300 words)\u003c/strong\u003e\"}}]\n70:[\"$\",\"ul\",\"ul-209\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Word count of each page\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Target: 300+ for basic pages, 600+ for service pages, 1000+ for blog posts\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Expand with details, benefits, FAQs\"}}]]}]\n71:[\"$\",\"p\",\"210\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก Content is up-to-date (no old dates, outdated info)\u003c/strong\u003e\"}}]\n72:[\"$\",\"ul\",\"ul-214\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Read through pages, look for 2020-2023 references\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Problem: \\\"We're hiring for 2023!\\\" in 2026 looks abandoned\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Update dates, stats, examples\"}}]]}]\n73:[\"$\",\"p\",\"215\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก Business hours and location are accurate\u003c/strong\u003e\"}}]\n74:[\"$\",\"ul\",\"ul-219\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Do hours match your actual hours?\"}}],[\"$\",\""])</script><script>self.__next_f.push([1,"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Is address identical to Google Business Profile?\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Update to match reality\"}}]]}]\n75:[\"$\",\"p\",\"220\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸข Testimonials and reviews are visible\u003c/strong\u003e\"}}]\n76:[\"$\",\"ul\",\"ul-224\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Are customer quotes/reviews on homepage or service pages?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Goal: Show social proof prominently\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Add testimonial section to homepage\"}}]]}]\n77:[\"$\",\"p\",\"225\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸข About page tells your story\u003c/strong\u003e\"}}]\n78:[\"$\",\"ul\",\"ul-229\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Does About page exist? Is it just generic fluff?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Should include: Who you are, experience, why customers should trust you\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Rewrite with specifics and personality\"}}]]}]\n79:[\"$\",\"p\",\"230\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸข Privacy policy and terms of service exist\u003c/strong\u003e\"}}]\n7a:[\"$\",\"ul\",\"ul-234\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Links in footer?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Why: Builds trust, required for Google Ads and many payment processors\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Use a generator (termsfeed.co"])</script><script>self.__next_f.push([1,"m) or hire a lawyer\"}}]]}]\n7b:[\"$\",\"hr\",\"235\",{\"className\":\"my-8 border-border\"}]\n7c:[\"$\",\"h2\",\"237\",{\"className\":\"text-2xl font-bold text-text-primary mt-10 mb-4\",\"children\":\"5. User Experience (UX)\"}]\n7d:[\"$\",\"p\",\"239\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Why it matters: \u003cstrong class=\\\"text-text-primary\\\"\u003e88% of online consumers are less likely to return to a site after a bad experience.\u003c/strong\u003e You can have great content and perfect SEO, but if the site is frustrating to use, visitors leave.\"}}]\n7e:[\"$\",\"h3\",\"241\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"โœ… Checklist\"}]\n7f:[\"$\",\"p\",\"243\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐Ÿ”ด Navigation is clear and intuitive\u003c/strong\u003e\"}}]\n80:[\"$\",\"ul\",\"ul-247\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test: Can a first-time visitor find your services in under 10 seconds?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Menu: Keep to 5-7 main items, use clear labels\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Simplify navigation, remove jargon\"}}]]}]\n81:[\"$\",\"p\",\"248\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐Ÿ”ด No broken links (404 errors)\u003c/strong\u003e\"}}]\n82:[\"$\",\"ul\",\"ul-252\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Use Broken Link Checker (free tool)\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Problem: Clicking a link that goes nowhere\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Update or remove broken links\"}}]]}]\n83:[\"$\",\"p\",\"253\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐Ÿ”ด Forms"])</script><script>self.__next_f.push([1," work correctly\u003c/strong\u003e\"}}]\n84:[\"$\",\"ul\",\"ul-257\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test: Fill out and submit every form on your site\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Do you receive the submission?\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Test email delivery, check spam folder, fix form settings\"}}]]}]\n85:[\"$\",\"p\",\"258\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก Search bar (if applicable) returns relevant results\u003c/strong\u003e\"}}]\n86:[\"$\",\"ul\",\"ul-262\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test: Search for a service you offer\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Expected: Relevant pages appear\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Improve search functionality or remove if not needed\"}}]]}]\n87:[\"$\",\"p\",\"263\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก 404 error page is helpful (not generic)\u003c/strong\u003e\"}}]\n88:[\"$\",\"ul\",\"ul-267\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test: Visit yourdomain.com/random-fake-page\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Should include: Link back to homepage, search bar, or site navigation\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Create custom 404 page\"}}]]}]\n89:[\"$\",\"p\",\"268\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก Pop-ups don't cover content immediately\u003c/strong\u003e\"}}]\n8a:[\"$\",\"ul\",\"ul-272\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Tes"])</script><script>self.__next_f.push([1,"t: Visit site, do pop-ups block content instantly?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Problem: Google penalizes \\\"intrusive interstitials\\\"\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Delay pop-ups or make them easy to dismiss\"}}]]}]\n8b:[\"$\",\"p\",\"273\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸข Footer includes important links\u003c/strong\u003e\"}}]\n8c:[\"$\",\"ul\",\"ul-276\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Does footer have contact info, service links, legal pages?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Add comprehensive footer to every page\"}}]]}]\n8d:[\"$\",\"p\",\"277\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸข Site has consistent branding (colors, fonts)\u003c/strong\u003e\"}}]\n8e:[\"$\",\"ul\",\"ul-280\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test: Click through pages, does design feel cohesive?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Use a consistent color palette and 2-3 fonts max\"}}]]}]\n8f:[\"$\",\"hr\",\"281\",{\"className\":\"my-8 border-border\"}]\n90:[\"$\",\"h2\",\"283\",{\"className\":\"text-2xl font-bold text-text-primary mt-10 mb-4\",\"children\":\"6. Local SEO (For Local Businesses)\"}]\n91:[\"$\",\"p\",\"285\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Why it matters: \u003cstrong class=\\\"text-text-primary\\\"\u003e46% of all Google searches are looking for local information.\u003c/strong\u003e If you serve customers in a specific area, local SEO is non-negotiable.\"}}]\n92:[\"$\",\"h3\",\"287\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"โœ… Checklist\"}]\n93:[\"$\",\"p\",\"289\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html"])</script><script>self.__next_f.push([1,"\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐Ÿ”ด Google Business Profile claimed and verified\u003c/strong\u003e\"}}]\n94:[\"$\",\"ul\",\"ul-293\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Search your business name + city\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"You should see: Your listing with hours, photos, reviews\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Claim at business.google.com\"}}]]}]\n95:[\"$\",\"p\",\"294\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐Ÿ”ด NAP (Name, Address, Phone) is consistent everywhere\u003c/strong\u003e\"}}]\n96:[\"$\",\"ul\",\"ul-298\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Compare NAP on website, Google, Yelp, Facebook\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Problem: \\\"123 Main St\\\" vs \\\"123 Main Street\\\" confuses Google\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Use identical formatting everywhere\"}}]]}]\n97:[\"$\",\"p\",\"299\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐Ÿ”ด Service area or location in title tags\u003c/strong\u003e\"}}]\n98:[\"$\",\"ul\",\"ul-303\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Do title tags include city/region?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Example: \\\"Plumber in Austin, TX\\\" not just \\\"Plumber\\\"\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Add location to title tags\"}}]]}]\n99:[\"$\",\"p\",\"304\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก Google Business Profile is 100% complete\u003c/strong\u003e\"}}]\n9a:[\"$\",\"ul\",\"ul-308\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secon"])</script><script>self.__next_f.push([1,"dary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: All fields filled (hours, services, description, photos)\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Goal: 10+ photos, full business description, categories selected\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Log into GBP and complete every section\"}}]]}]\n9b:[\"$\",\"p\",\"309\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก Actively collecting Google reviews\u003c/strong\u003e\"}}]\n9c:[\"$\",\"ul\",\"ul-313\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: How many reviews do you have? When was the last one?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Goal: Minimum 2-3 new reviews per month\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Send review request link after every job\"}}]]}]\n9d:[\"$\",\"p\",\"314\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก Listed in relevant directories\u003c/strong\u003e\"}}]\n9e:[\"$\",\"ul\",\"ul-318\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Are you on Yelp, Bing Places, Apple Maps?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Industry-specific: Avvo (lawyers), Healthgrades (doctors), etc.\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Claim and optimize each listing\"}}]]}]\n9f:[\"$\",\"p\",\"319\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸข Location pages for each service area\u003c/strong\u003e\"}}]\na0:[\"$\",\"ul\",\"ul-323\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Do you have dedicated pages for each city you serve?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySet"])</script><script>self.__next_f.push([1,"InnerHTML\":{\"__html\":\"Example: \\\"Plumbing in Austin\\\" + \\\"Plumbing in Round Rock\\\"\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Create location pages with unique content\"}}]]}]\na1:[\"$\",\"p\",\"324\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸข Embedded Google Map on contact page\u003c/strong\u003e\"}}]\na2:[\"$\",\"ul\",\"ul-327\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Contact page has a map showing your location?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Embed Google Map iframe\"}}]]}]\na3:[\"$\",\"hr\",\"328\",{\"className\":\"my-8 border-border\"}]\na4:[\"$\",\"h2\",\"330\",{\"className\":\"text-2xl font-bold text-text-primary mt-10 mb-4\",\"children\":\"7. Security \u0026 Trust\"}]\na5:[\"$\",\"p\",\"332\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Why it matters: \u003cstrong class=\\\"text-text-primary\\\"\u003e84% of users will abandon a purchase if data is sent over an unsecured connection.\u003c/strong\u003e Security builds trust, and trust converts.\"}}]\na6:[\"$\",\"h3\",\"334\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"โœ… Checklist\"}]\na7:[\"$\",\"p\",\"336\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐Ÿ”ด SSL certificate installed (https://)\u003c/strong\u003e\"}}]\na8:[\"$\",\"ul\",\"ul-340\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Covered in SEO section. Critical for both\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: URL starts with https, lock icon visible\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Install free SSL via Let's Encrypt\"}}]]}]\na9:[\"$\",\"p\",\"341\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก No mixed cont"])</script><script>self.__next_f.push([1,"ent warnings (http + https)\u003c/strong\u003e\"}}]\naa:[\"$\",\"ul\",\"ul-345\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test: Open browser console (F12), look for warnings\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Problem: Some content (images, scripts) loading over http\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Update all internal links to https\"}}]]}]\nab:[\"$\",\"p\",\"346\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก Plugins and themes are up-to-date\u003c/strong\u003e\"}}]\nac:[\"$\",\"ul\",\"ul-350\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: CMS dashboard (WordPress, Shopify, etc.)\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Problem: Outdated software = security vulnerabilities\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Update everything, remove unused plugins\"}}]]}]\nad:[\"$\",\"p\",\"351\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸก Privacy policy exists and is linked in footer\u003c/strong\u003e\"}}]\nae:[\"$\",\"ul\",\"ul-355\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: Footer has link to Privacy Policy\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Why: Legally required in many jurisdictions, builds trust\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Use a privacy policy generator or hire a lawyer\"}}]]}]\naf:[\"$\",\"p\",\"356\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸข Contact form uses CAPTCHA (to prevent spam)\u003c/strong\u003e\"}}]\nb0:[\"$\",\"ul\",\"ul-359\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dange"])</script><script>self.__next_f.push([1,"rouslySetInnerHTML\":{\"__html\":\"Check: Does form have \\\"I'm not a robot\\\" checkbox?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Add Google reCAPTCHA\"}}]]}]\nb1:[\"$\",\"p\",\"360\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸข Site has a backup system\u003c/strong\u003e\"}}]\nb2:[\"$\",\"ul\",\"ul-364\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Check: When was the last backup?\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Why: If site breaks, you can restore it\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Enable automated backups via hosting or plugin\"}}]]}]\nb3:[\"$\",\"p\",\"365\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e๐ŸŸข Security headers implemented\u003c/strong\u003e\"}}]\nb4:[\"$\",\"ul\",\"ul-369\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Test: securityheaders.com\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Includes: X-Frame-Options, Content-Security-Policy\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Fix: Work with developer or use security plugin\"}}]]}]\nb5:[\"$\",\"hr\",\"370\",{\"className\":\"my-8 border-border\"}]\nb6:[\"$\",\"h2\",\"372\",{\"className\":\"text-2xl font-bold text-text-primary mt-10 mb-4\",\"children\":\"After the Audit: Next Steps\"}]\nb7:[\"$\",\"p\",\"374\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"You've just completed a comprehensive website audit. Now what?\"}}]\nb8:[\"$\",\"h3\",\"376\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"1. Prioritize\"}]\nb9:[\"$\",\"p\",\"378\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Don't try to fix everything at once. Focus on:\"}}]\nba:[\"$\",\"ul\",\"ul-382\",{\"className\":\"list-disc pl-5 space-y-1.5 my"])</script><script>self.__next_f.push([1,"-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eThis week:\u003c/strong\u003e All ๐Ÿ”ด critical items\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eThis month:\u003c/strong\u003e All ๐ŸŸก important items\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eNext quarter:\u003c/strong\u003e ๐ŸŸข nice-to-have items\"}}]]}]\nbb:[\"$\",\"h3\",\"383\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"2. Track Progress\"}]\nbc:[\"$\",\"p\",\"385\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Create a spreadsheet with:\"}}]\nbd:[\"$\",\"ul\",\"ul-391\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Issue description\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Category (Performance, SEO, etc.)\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Priority (critical, important, nice-to-have)\"}}],[\"$\",\"li\",\"3\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Status (not started, in progress, completed)\"}}],[\"$\",\"li\",\"4\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Date completed\"}}]]}]\nbe:[\"$\",\"h3\",\"392\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"3. Measure Results\"}]\nbf:[\"$\",\"p\",\"394\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Before you start fixing issues, record your baseline:\"}}]\nc0:[\"$\",\"ul\",\"ul-399\",{\"className\":\"list-disc pl-5 space-y-1.5 my-4 text-text-secondary\",\"children\":[[\"$\",\"li\",\"0\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Current Google ranking for key terms\"}}],[\"$\",\"li\",\"1\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Monthly website traffic (Google Analytics)\"}}],[\"$\",\"li\",\"2\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Conversion rate (leads or sales per 100 visitors)\"}}],[\"$\",\"li\",\"3\",{\"dangerouslySetInnerHTML\":{\"__html\":\"Page load time (PageSpeed Insights)\"}}]]}]\nc1:[\"$\",\"p\",\"40"])</script><script>self.__next_f.push([1,"0\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Check again in 30, 60, and 90 days to measure improvement.\"}}]\nc2:[\"$\",\"h3\",\"402\",{\"className\":\"text-xl font-semibold text-text-primary mt-8 mb-3\",\"children\":\"4. Make It a Habit\"}]\nc3:[\"$\",\"p\",\"404\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Websites degrade over time. Plugins update. Images get added. Content goes stale. Links break.\"}}]\nc4:[\"$\",\"p\",\"406\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003eRun this audit every quarter.\u003c/strong\u003e Put it on your calendar. It's the only way to ensure your site stays healthy long-term.\"}}]\nc5:[\"$\",\"hr\",\"408\",{\"className\":\"my-8 border-border\"}]\nc6:[\"$\",\"h2\",\"410\",{\"className\":\"text-2xl font-bold text-text-primary mt-10 mb-4\",\"children\":\"The Shortcut: Automated Audits\"}]\nc7:[\"$\",\"p\",\"412\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Going through this checklist manually is valuable. You'll learn a ton about your website. But it's also time-consuming.\"}}]\nc8:[\"$\",\"p\",\"414\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"The good news? Modern AI-powered tools can run this exact audit in under 60 seconds and give you a detailed report with prioritized action items.\"}}]\nc9:[\"$\",\"p\",\"416\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"\u003cstrong class=\\\"text-text-primary\\\"\u003e\u003ca href=\\\"https://freesiteaudit.com\\\" class=\\\"text-accent hover:text-accent-strong underline\\\"\u003eGet your free automated audit โ†’\u003c/a\u003e\u003c/strong\u003e. Our AI checks 50+ factors across performance, SEO, mobile, security, UX, and content. You get an instant score, category breakdowns, and your top 3 critical issues to fix first.\"}}]\nca:[\"$\",\"p\",\"418\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"No account needed. Ju"])</script><script>self.__next_f.push([1,"st enter your URL and email to get your report.\"}}]\ncb:[\"$\",\"p\",\"420\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Think of it as your first-pass audit. The automated tool catches 95% of issues instantly. Then you can use this checklist to dive deeper on any areas that need attention.\"}}]\ncc:[\"$\",\"hr\",\"422\",{\"className\":\"my-8 border-border\"}]\ncd:[\"$\",\"h2\",\"424\",{\"className\":\"text-2xl font-bold text-text-primary mt-10 mb-4\",\"children\":\"Final Thoughts\"}]\nce:[\"$\",\"p\",\"426\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"A website audit sounds like busy work. Something you do once and forget about.\"}}]\ncf:[\"$\",\"p\",\"428\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"But the businesses that treat audits as an ongoing practice? They're the ones who show up first on Google, convert better, and grow faster than their competitors.\"}}]\nd0:[\"$\",\"p\",\"430\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"The difference between a 1.5% and a 4% conversion rate can be worth tens of thousands of dollars per year, all from fixing issues you didn't even know existed.\"}}]\nd1:[\"$\",\"p\",\"432\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Print this checklist. Use it. Share it. Make it a quarterly ritual.\"}}]\nd2:[\"$\",\"p\",\"434\",{\"className\":\"text-text-secondary leading-relaxed my-4\",\"dangerouslySetInnerHTML\":{\"__html\":\"Your website is open 24/7. Make sure it's working as hard as you are.\"}}]\n"])</script><script>self.__next_f.push([1,"d3:[\"$\",\"div\",null,{\"className\":\"mt-10 border-t border-border pt-8 space-y-6\",\"children\":[[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-semibold text-text-muted uppercase tracking-wider mb-3\",\"children\":\"Related Tools\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap gap-2\",\"children\":[[\"$\",\"$Ld7\",\"speed-snapshot\",{\"href\":\"/tools/speed-snapshot\",\"className\":\"inline-flex items-center gap-1.5 bg-surface-panel/60 hover:bg-surface-panel text-sm text-text-secondary hover:text-accent px-3 py-1.5 rounded-lg transition-colors\",\"children\":[\"Speed Snapshot\",\" โ†’\"]}],[\"$\",\"$Ld7\",\"meta-title-checker\",{\"href\":\"/tools/meta-title-checker\",\"className\":\"inline-flex items-center gap-1.5 bg-surface-panel/60 hover:bg-surface-panel text-sm text-text-secondary hover:text-accent px-3 py-1.5 rounded-lg transition-colors\",\"children\":[\"Meta Title Checker\",\" โ†’\"]}],[\"$\",\"$Ld7\",\"sitemap-checker\",{\"href\":\"/tools/sitemap-checker\",\"className\":\"inline-flex items-center gap-1.5 bg-surface-panel/60 hover:bg-surface-panel text-sm text-text-secondary hover:text-accent px-3 py-1.5 rounded-lg transition-colors\",\"children\":[\"Sitemap Checker\",\" โ†’\"]}],[\"$\",\"$Ld7\",\"click-to-call-check\",{\"href\":\"/tools/click-to-call-check\",\"className\":\"inline-flex items-center gap-1.5 bg-surface-panel/60 hover:bg-surface-panel text-sm text-text-secondary hover:text-accent px-3 py-1.5 rounded-lg transition-colors\",\"children\":[\"Click-to-Call Check\",\" โ†’\"]}],[\"$\",\"$Ld7\",\"trust-signals\",{\"href\":\"/tools/trust-signals\",\"className\":\"inline-flex items-center gap-1.5 bg-surface-panel/60 hover:bg-surface-panel text-sm text-text-secondary hover:text-accent px-3 py-1.5 rounded-lg transition-colors\",\"children\":[\"Trust Signals Check\",\" โ†’\"]}]]}]]}],[\"$\",\"div\",null,{\"children\":[[\"$\",\"h3\",null,{\"className\":\"text-sm font-semibold text-text-muted uppercase tracking-wider mb-3\",\"children\":\"Related Fixes\"}],[\"$\",\"div\",null,{\"className\":\"flex flex-wrap gap-2\",\"children\":[[\"$\",\"$Ld7\",\"perf-load-001\",{\"href\":\"/fixes/perf-load-001\",\"className\":\"inline-flex items-center gap-1.5 bg-surface-panel/60 hover:bg-surface-panel text-sm text-text-secondary hover:text-accent px-3 py-1.5 rounded-lg transition-colors\",\"children\":[\"PERF-LOAD-001\",\" โ†’\"]}],[\"$\",\"$Ld7\",\"seo-title-001\",{\"href\":\"/fixes/seo-title-001\",\"className\":\"inline-flex items-center gap-1.5 bg-surface-panel/60 hover:bg-surface-panel text-sm text-text-secondary hover:text-accent px-3 py-1.5 rounded-lg transition-colors\",\"children\":[\"SEO-TITLE-001\",\" โ†’\"]}],[\"$\",\"$Ld7\",\"mobile-vp-001\",{\"href\":\"/fixes/mobile-vp-001\",\"className\":\"inline-flex items-center gap-1.5 bg-surface-panel/60 hover:bg-surface-panel text-sm text-text-secondary hover:text-accent px-3 py-1.5 rounded-lg transition-colors\",\"children\":[\"MOBILE-VP-001\",\" โ†’\"]}],[\"$\",\"$Ld7\",\"sec-ssl-001\",{\"href\":\"/fixes/sec-ssl-001\",\"className\":\"inline-flex items-center gap-1.5 bg-surface-panel/60 hover:bg-surface-panel text-sm text-text-secondary hover:text-accent px-3 py-1.5 rounded-lg transition-colors\",\"children\":[\"SEC-SSL-001\",\" โ†’\"]}]]}]]}],false]}]\n"])</script><script>self.__next_f.push([1,"d4:[\"$\",\"div\",null,{\"className\":\"mt-12\",\"children\":[\"$\",\"$Ld8\",null,{\"sourcePage\":\"/blog\"}]}]\nd5:[\"$\",\"div\",null,{\"className\":\"mt-6 bg-gradient-to-r from-accent-subtle to-accent-subtle/50 border border-accent-border rounded-xl p-8 text-center\",\"children\":[[\"$\",\"h2\",null,{\"className\":\"text-2xl font-bold mb-2\",\"children\":\"Check your website for free\"}],[\"$\",\"p\",null,{\"className\":\"text-text-muted mb-6\",\"children\":\"Get an instant score and your top 3 critical issues in under 60 seconds.\"}],[\"$\",\"$Ld7\",null,{\"href\":\"/#free-audit\",\"className\":\"inline-block bg-accent hover:bg-accent-strong text-text-inverse font-semibold px-10 py-3.5 rounded-lg transition-colors\",\"children\":\"Get Your Free Audit โ†’\"}]]}]\n"])</script><script>self.__next_f.push([1,"d6:[\"$\",\"footer\",null,{\"className\":\"border-t border-border mt-auto\",\"children\":[\"$\",\"nav\",null,{\"aria-label\":\"Footer navigation\",\"className\":\"max-w-6xl mx-auto px-4 py-8 sm:py-12\",\"children\":[[\"$\",\"div\",null,{\"className\":\"grid grid-cols-2 md:grid-cols-3 lg:grid-cols-6 gap-6 sm:gap-8\",\"children\":[[\"$\",\"div\",null,{\"className\":\"col-span-2 md:col-span-1\",\"children\":[[\"$\",\"$Ld7\",null,{\"href\":\"/\",\"className\":\"text-lg font-bold tracking-tight\",\"children\":[[\"$\",\"span\",null,{\"className\":\"text-accent\",\"children\":\"Free\"}],\"SiteAudit\"]}],[\"$\",\"p\",null,{\"className\":\"text-text-muted text-sm mt-3 leading-relaxed\",\"children\":\"Website audits for business owners and agencies. Find issues, fix them, grow.\"}]]}],[[\"$\",\"div\",\"Solutions\",{\"children\":[[\"$\",\"h4\",null,{\"className\":\"text-sm font-semibold text-text-secondary mb-3\",\"children\":\"Solutions\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"li\",\"Free Website Audit\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/#free-audit\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"Free Website Audit\"}]}],[\"$\",\"li\",\"For Agencies\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/agencies\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"For Agencies\"}]}],[\"$\",\"li\",\"Pricing\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/pricing\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"Pricing\"}]}],[\"$\",\"li\",\"Demo Report\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/demo\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"Demo Report\"}]}],[\"$\",\"li\",\"Dashboard\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/dashboard\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"Dashboard\"}]}]]}]]}],[\"$\",\"div\",\"Industries\",{\"children\":[[\"$\",\"h4\",null,{\"className\":\"text-sm font-semibold text-text-secondary mb-3\",\"children\":\"Industries\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"li\",\"SaaS Apps\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/industries/saas\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"SaaS Apps\"}]}],[\"$\",\"li\",\"Dev Portfolios\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/industries/dev-portfolios\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"Dev Portfolios\"}]}],[\"$\",\"li\",\"Blogs \u0026 Content\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/industries/blogs\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"Blogs \u0026 Content\"}]}],[\"$\",\"li\",\"Course Sites\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/industries/courses\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"Course Sites\"}]}],[\"$\",\"li\",\"Agency Sites\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/industries/agency-sites\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"Agency Sites\"}]}],[\"$\",\"li\",\"All Industries\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/industries\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"All Industries\"}]}]]}]]}],[\"$\",\"div\",\"Compare \u0026 Results\",{\"children\":[[\"$\",\"h4\",null,{\"className\":\"text-sm font-semibold text-text-secondary mb-3\",\"children\":\"Compare \u0026 Results\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"li\",\"vs Semrush\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/blog/freesiteaudit-vs-semrush\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"vs Semrush\"}]}],[\"$\",\"li\",\"vs SEOptimer\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/blog/freesiteaudit-vs-seoptimer-vs-seo-site-checkup\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"vs SEOptimer\"}]}],[\"$\",\"li\",\"Success Stories\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/case-studies\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"Success Stories\"}]}],[\"$\",\"li\",\"Plumber: 32 to 71\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/case-studies/plumber-score-32-to-71\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"Plumber: 32 to 71\"}]}],\"$Ld9\"]}]]}],\"$Lda\",\"$Ldb\"]]}],\"$Ldc\"]}]}]\n"])</script><script>self.__next_f.push([1,"d9:[\"$\",\"li\",\"Dentist: 41 to 78\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/case-studies/dentist-score-41-to-78\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"Dentist: 41 to 78\"}]}]\n"])</script><script>self.__next_f.push([1,"da:[\"$\",\"div\",\"Resources\",{\"children\":[[\"$\",\"h4\",null,{\"className\":\"text-sm font-semibold text-text-secondary mb-3\",\"children\":\"Resources\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"li\",\"Blog\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/blog\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"Blog\"}]}],[\"$\",\"li\",\"Free Tools\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/tools\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"Free Tools\"}]}],[\"$\",\"li\",\"Fix Library\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/fixes\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"Fix Library\"}]}],[\"$\",\"li\",\"About\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/about\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"About\"}]}],[\"$\",\"li\",\"Contact\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"mailto:hello@freesiteaudit.com\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"Contact\"}]}]]}]]}]\n"])</script><script>self.__next_f.push([1,"db:[\"$\",\"div\",\"Legal\",{\"children\":[[\"$\",\"h4\",null,{\"className\":\"text-sm font-semibold text-text-secondary mb-3\",\"children\":\"Legal\"}],[\"$\",\"ul\",null,{\"className\":\"space-y-2\",\"children\":[[\"$\",\"li\",\"Privacy Policy\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/privacy\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"Privacy Policy\"}]}],[\"$\",\"li\",\"Terms of Service\",{\"children\":[\"$\",\"$Ld7\",null,{\"href\":\"/terms\",\"className\":\"text-sm text-text-muted hover:text-text-secondary transition-colors\",\"children\":\"Terms of Service\"}]}]]}]]}]\ndc:[\"$\",\"div\",null,{\"className\":\"border-t border-border-subtle mt-10 pt-6 flex flex-col sm:flex-row items-center justify-between gap-3 text-xs text-text-muted\",\"children\":[[\"$\",\"span\",null,{\"children\":[\"ยฉ \",2026,\" FreeSiteAudit. All rights reserved.\"]}],[\"$\",\"div\",null,{\"className\":\"flex items-center gap-4\",\"children\":[[\"$\",\"$Ld7\",null,{\"href\":\"/privacy\",\"className\":\"hover:text-text-secondary transition-colors\",\"children\":\"Privacy\"}],[\"$\",\"$Ld7\",null,{\"href\":\"/terms\",\"className\":\"hover:text-text-secondary transition-colors\",\"children\":\"Terms\"}]]}]]}]\n"])</script><script>self.__next_f.push([1,"18:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n14:null\n"])</script><script>self.__next_f.push([1,"dd:I[80622,[],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"16:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Website Audit Checklist 2026: The Complete Guide for Small Business Owners - FreeSiteAudit\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"The only website audit checklist you need for 2026. 50+ actionable checkpoints across performance, SEO, mobile, security, and conversions.\"}],[\"$\",\"meta\",\"2\",{\"name\":\"author\",\"content\":\"FreeSiteAudit\"}],[\"$\",\"link\",\"3\",{\"rel\":\"manifest\",\"href\":\"/site.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"4\",{\"name\":\"keywords\",\"content\":\"free website audit,free site audit,website audit tool,SEO audit free,website checker,site audit,small business website audit,check my website SEO,website score,local business SEO,website performance test,free SEO check\"}],[\"$\",\"meta\",\"5\",{\"name\":\"creator\",\"content\":\"FreeSiteAudit\"}],[\"$\",\"meta\",\"6\",{\"name\":\"robots\",\"content\":\"index, follow\"}],[\"$\",\"meta\",\"7\",{\"name\":\"googlebot\",\"content\":\"index, follow, max-video-preview:-1, max-image-preview:large, max-snippet:-1\"}],[\"$\",\"link\",\"8\",{\"rel\":\"canonical\",\"href\":\"https://freesiteaudit.com/blog/website-audit-checklist-2026-complete-guide\"}],[\"$\",\"meta\",\"9\",{\"property\":\"og:title\",\"content\":\"Website Audit Checklist 2026: The Complete Guide for Small Business Owners\"}],[\"$\",\"meta\",\"10\",{\"property\":\"og:description\",\"content\":\"The only website audit checklist you need for 2026. 50+ actionable checkpoints across performance, SEO, mobile, security, and conversions.\"}],[\"$\",\"meta\",\"11\",{\"property\":\"og:type\",\"content\":\"article\"}],[\"$\",\"meta\",\"12\",{\"property\":\"article:published_time\",\"content\":\"March 4, 2026\"}],[\"$\",\"meta\",\"13\",{\"name\":\"twitter:card\",\"content\":\"summary_large_image\"}],[\"$\",\"meta\",\"14\",{\"name\":\"twitter:title\",\"content\":\"Free Site Audit | Website SEO Checker in 60 Seconds\"}],[\"$\",\"meta\",\"15\",{\"name\":\"twitter:description\",\"content\":\"Free website audit for small businesses. Get your score and top issues instantly.\"}],[\"$\",\"meta\",\"16\",{\"name\":\"twitter:image\",\"content\":\"https://freesiteaudit.com/og-image.png\"}],[\"$\",\"link\",\"17\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"link\",\"18\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"sizes\":\"any\"}],[\"$\",\"link\",\"19\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\",\"type\":\"image/svg+xml\"}],[\"$\",\"link\",\"20\",{\"rel\":\"icon\",\"href\":\"/favicon-16x16.png\",\"sizes\":\"16x16\",\"type\":\"image/png\"}],[\"$\",\"link\",\"21\",{\"rel\":\"icon\",\"href\":\"/favicon-32x32.png\",\"sizes\":\"32x32\",\"type\":\"image/png\"}],[\"$\",\"link\",\"22\",{\"rel\":\"apple-touch-icon\",\"href\":\"/apple-touch-icon.png\",\"sizes\":\"180x180\",\"type\":\"image/png\"}],[\"$\",\"$Ldd\",\"23\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"1b:\"$16:metadata\"\n"])</script></body></html>