SEO & AEO

Technical SEO Checklist for B2B Websites (2026 Edition)

Technical SEO is the foundation that determines whether your content even gets considered for ranking. You can write the best article on a topic in your industry, but if it's not indexed, has a competing canonical, or is buried behind JavaScript that Googlebot can't parse, it might as well not exist.

TL;DR

  • Technical SEO ensures your content is crawlable, indexable, and understandable by search engines — a prerequisite for any content to rank.
  • The most common B2B technical SEO failures are: missing or incorrect canonicals, pages blocked by robots.txt or noindex tags, slow LCP, and missing structured data.
  • Google Search Console is the authoritative source for indexing issues — check it before diagnosing technical problems with third-party tools.
  • Technical SEO isn't one-time work. Site changes can introduce regressions. Monthly GSC monitoring catches problems before they erode rankings.

Crawlability and indexability

Robots.txt

Your robots.txt file tells search engines which pages they're allowed to crawl. Check that it's not accidentally blocking important sections of your site. Common accidental blocks: staging site robots.txt copied to production (often contains Disallow: /), CMS-generated robots.txt blocking admin paths that also happen to block content paths.

Check: https://yourdomain.com/robots.txt. Verify in GSC → Settings → robots.txt tester.

Noindex tags

The <meta name="robots" content="noindex"> tag tells search engines not to index a page. Check that this tag isn't present on pages you want indexed. It's common to see it on thank-you pages, login pages, and staging environments — all correct. It's uncommon but catastrophic to see it on service pages or blog posts.

Crawl your site with Screaming Frog (free up to 500 URLs) and filter by "noindex" in the directives column.

Canonical tags

A canonical tag (<link rel="canonical" href="https://yourdomain.com/page/">) tells search engines which version of a URL is the authoritative one. Common problems: canonical pointing to the wrong URL, self-referencing canonicals that use HTTP instead of HTTPS, pages with no canonical tag (not catastrophic, but a missed opportunity), and paginated pages all pointing canonical to page 1 (correct), or all self-referencing (also fine).

Every indexable page should have a self-referencing canonical using the exact canonical URL (HTTPS, trailing slash or no trailing slash — whichever is your standard).

Sitemap

Your XML sitemap should list every page you want indexed and nothing you don't want indexed. Common mistakes: including paginated pages, tag archive pages, or parameter-generated URLs in the sitemap; pointing sitemap URLs to HTTP when the site is HTTPS; including pages marked noindex in the sitemap (contradictory signal).

Submit your sitemap in Google Search Console → Sitemaps. Monitor for fetch errors. GSC will tell you if it can't access the sitemap or if individual URLs in it have issues.

HTTPS and security

HTTPS is a confirmed (if minor) ranking factor and a trust signal. Verify: your SSL certificate is valid and not expired, all pages are served over HTTPS, HTTP requests redirect to HTTPS (not the other way), internal links use HTTPS URLs (mixed content warnings affect user experience and can confuse crawlers).

Structured data

Implement JSON-LD structured data on every page type that has applicable schema:

  • Homepage: Organization or ProfessionalService
  • Blog posts: Article or BlogPosting
  • FAQ page: FAQPage
  • Service pages: Service
  • All pages: BreadcrumbList

Validate with Google's Rich Results Test. Monitor in GSC → Enhancements.

Page speed and Core Web Vitals

Check your Core Web Vitals in GSC → Experience → Core Web Vitals. Prioritize fixing pages in the "Poor" category, then "Needs Improvement." Focus on:

  • LCP: Largest image should load in under 2.5 seconds. Preload the hero image, serve WebP, use a CDN.
  • INP: Interactions should respond in under 200ms. Minimize long JavaScript tasks.
  • CLS: Cumulative layout shift should be under 0.1. Set explicit image dimensions, reserve space for ads and embeds.

Mobile usability

Google uses mobile-first indexing — it crawls and indexes the mobile version of your site. Check GSC → Experience → Mobile Usability for reported errors. Common issues: clickable elements too close together, text too small to read, content wider than viewport.

Also check that your mobile site shows the same content as your desktop site. If you're hiding content on mobile (common with accordions or tabs), that content is less likely to contribute to ranking.

Internal linking

Internal links distribute PageRank through your site and help search engines understand content relationships. Check for: orphaned pages (no internal links pointing to them), pages with only one internal link, important pages that aren't linked from the homepage or main navigation, and broken internal links (404s).

Screaming Frog can generate an internal link report. Sort by "Inlinks" ascending to find orphaned or weakly linked pages.

URL structure

URLs should be lowercase, use hyphens (not underscores) as word separators, and be as short as practical while remaining descriptive. Avoid URL parameters where possible (use clean URL paths instead). Avoid multiple URL versions of the same page (with/without trailing slash, with/without www) — redirect all versions to a single canonical.

Hreflang (if multilingual)

If your site serves content in multiple languages, implement hreflang tags to tell Google which language version to show to which audience. Missing or incorrect hreflang is a common cause of ranking issues on international sites.

Google Search Console as your primary diagnostic tool

Everything in this checklist is detectable through GSC. The Coverage report shows indexing issues. The Enhancements section shows structured data errors. The Core Web Vitals report shows performance issues. The Sitemaps section shows sitemap fetch errors. Check GSC monthly at minimum — and set up email alerts for significant changes in coverage or performance.

Third-party tools (Ahrefs, Semrush, Screaming Frog) are valuable for deeper analysis, but GSC is the authoritative source for what Google actually sees. When third-party tools disagree with GSC, GSC wins.

Want a technical SEO audit of your B2B site?

I run full technical SEO audits — crawlability, indexing, structured data, Core Web Vitals, canonicalization — with a prioritized fix list and implementation support.

Get a quote