Services
Industries
Case studiesPricing
Resources
Company

B2B SaaS technical SEO, in plain English.

Technical SEO is the work that decides whether a crawler can reach your pages, read them and trust what it finds. Indexation, rendering, speed, schema, migrations. A site at DR 30 with broken indexation ranks below a site at DR 12 with clean indexation.

See what it costs

The foundations under numbers we can show.

Two programs, three views. Every figure on these tabs is on the case study it links to.

About 100 to 2,482 visits a monthOrganic visits a month, Da Vinci. Ahrefs, October 2024 onward
1K2K3KOct 2024Apr 2025Oct 2025Apr 2026Last invoice2,4823,163
Domain rating 19 to 55Top-3 rankings 14 to 14274 AI citations across six AI platformsDa Vinci case study

Authority numbers come from Ahrefs, traffic from the client's own analytics, pipeline from the client's CRM. All case studies

The checklist you were handed was written for a WordPress blog.

Most of that advice is correct, and most of it is beside the point on a B2B SaaS marketing site.

The stack is JavaScript

Most B2B SaaS marketing sites run on React or Vue. The rendering mode somebody picked in week one decides whether a crawler gets your words or an empty div.

The site is really three sites

Marketing, product app and docs sit on three platforms. Subdomain or subdirectory, gated or indexable, linked or orphaned: a separate call each time.

Programmatic pages by the hundred

Integration, comparison and location pages come off one template. So do thin duplicates, canonicals pointing at an index, and pages Google never picks up.

Conversion paths are code

The demo form, the trial start, the pricing calculator. Each one is a rendering question and an interaction score with revenue sitting behind it.

Rebuilds every two years

The sites we audit get replatformed every 18 to 36 months. Each rebuild is the highest-risk week in the SEO calendar, and the risk is usually unmanaged.

AI crawlers do not come back

ChatGPT, Perplexity, Gemini and Claude read the HTML you serve and move on. They do not return later to run your bundle the way Google does.

Eight to fourteen days, and every finding leaves as a ticket.

That range covers a marketing site of 100 to 500 URLs, and a large programmatic directory pushes it to twenty working days.

Check 01Crawl and index

Screaming Frog and Ahrefs Site Audit, read against the GSC Coverage report. In most audits we run, a large share of submitted URLs sit in Excluded or Discovered, not indexed. We sample 10 to 20 URLs per bucket until the one cause shows up.

Reading the Coverage reportSample
BucketWhat we sampleVerdict
Valid, 212 URLsNothing. They workPass
Excluded by noindex, 140The template, not the pageFail
Discovered, not indexed, 96Ten of them, opened by handFail
Crawled, not indexed, 41Word count and near-duplicatesOpen

The rendering mode decides whether your content exists.

Google renders JavaScript on a second pass days after the first crawl, and Bing, the AI crawlers and every preview bot read the first response and move on.

Four rendering modes, and what each one hands a crawler

What lands in the first responseWhat it costs you
CSRAn empty root div. The words arrive only after the browser runs the bundle.Google indexes you late. The crawlers that do not render see nothing at all, so you are absent from AI answers.
SSRThe full page, built on the server for each request.Server load and a little latency per request. Both are cheap at marketing-site traffic.
SSGThe full page, built at deploy time and served as a file.A rebuild when content changes. This is the right default for marketing pages.
ISRThe full page from cache, regenerated on a schedule or on demand.More moving parts in the build. Worth it when a template updates often.

Five ways a site quietly tells Google not to index it.

Nobody chooses any of these. They arrive with a template update, a staging clone or a migration, and then they stay.

Cause 01React with no SSR

The response is an empty root div and the words arrive once the bundle runs. Google comes back to render days later. Bing, ChatGPT, Perplexity and the preview bots do not come back. In Next.js the fix is usually one config change.

One page, two readersSample
What a person seesWhat the first response holds
Pricing page, 900 words, three tables<div id="root"></div>
A comparison table with twelve rowsNothing until the bundle runs
The FAQ that earns the AI citationAn empty body and a script tag

A ninety-item PDF is a bill, not a plan.

A full audit turns up 40 to 90 issues and eight to twenty of them move rankings. These four habits are how the sorting never happens.

The unranked list

Ninety items with no order, no owner and no impact estimate. Engineering reads it once and goes back to the product roadmap.

The score out of 100

Bundled audit tools grade your site. The grade moves when you fix trivia and sits still while indexation is broken.

Fix everything

Low-priority items cost sprint time and return nothing. Some findings are cheaper to live with, and we say which ones.

A finding with no test

No reproduction step and no acceptance criteria means it never ships. It gets quoted back to you in the next audit.

Migrate on a Tuesday morning, never a Friday afternoon.

The sites we audit get rebuilt every 18 to 36 months. This is the list we run for each one, and for the two weeks after it.

Every old URL gets a new URL or a 410

The map is written before the build, not reconstructed afterwards from a crawl of a site that no longer exists. A URL with no destination and no 410 is a page you chose to lose without noticing.

301s, never 302s

A 302 is temporary and does not pass full link equity. The new platform's redirect tool usually defaults to it, which is why this is the most common migration mistake we find and the cheapest one to avoid.

Internal links repointed inside the content

Links in posts and pages point at the new URL directly instead of riding the 301. Chains work until somebody tidies them up six months later and the equity stops arriving.

Schema re-deployed template by template

New templates rarely carry the old structured data across. Validate each page type in the Rich Results Test on launch day, not in the next quarterly audit.

Rendering verified on every page type

A move from an HTML-first builder to a React app can quietly default to client-side rendering. That is the most expensive migration error there is, and one view-source per template catches it.

The top 50 traffic pages opened by hand

Eight to twelve hours of clicking: rendering, canonical, schema, redirect, content. Tools miss what a person spots in ten seconds.

A rollback rule written before launch

Name the conditions that trigger a rollback while everyone is still calm. Then run daily GSC checks for two weeks, because most of the damage surfaces on days three to ten.

What engineering and marketing ask before the audit.

Seven questions from first calls: how long it takes, what to fix, how often to re-run it, which tools to buy, and what AI search changes.

How long does a full B2B SaaS technical SEO audit take?

Eight to fourteen working days for a site with 100 to 500 marketing-side URLs. Larger sites with programmatic content (heavy integration page directories, location pages, comparison libraries) extend to 20 working days. The audit is the first major deliverable on every engagement and the precondition for everything else. Skipping it or shortening it below 5 working days produces an incomplete diagnostic that misses many of the issues that actually matter.

Should we fix every issue a technical SEO audit finds?

No. A typical audit returns 40 to 90 issues. The critical and high-priority ones (usually 8 to 20 items) need to ship before content production scales. The medium and low items can be batched into quarterly cleanup work or ignored entirely if the cost-to-fix exceeds the ranking impact. The agencies that produce 47-item action plans are signaling effort, not value.

How often should technical SEO be re-audited?

Mini-audits monthly (indexation drift, schema validation, CWV monitoring). Mid-scale audits quarterly (architecture review, internal linking density, new programmatic content checks). Full audits annually or after any major platform change. The annual full audit is non-negotiable for any B2B SaaS company over $5M ARR. Without periodic re-auditing, six months of small issues stack into a ranking drag nobody saw coming.

Does technical SEO matter as much in 2026 as it did in 2020?

More, in three specific ways. AI Search engines crawl differently from Google, and structured data quality is a stronger signal for AI citation than for traditional search ranking. Core Web Vitals weights have grown for mobile rankings. JavaScript rendering issues are more common because more sites have moved to React-based stacks. The bar for baseline acceptable technical SEO is higher in 2026, and the cost of being below the bar is also higher because AI Search amplifies the gap.

Which technical SEO tool should we buy?

Screaming Frog is the workhorse and pays for itself in the first audit. Ahrefs Site Audit is useful as a cross-check and for ongoing monitoring. Google Search Console is free and the most underrated tool in the stack. Sitebulb is worth the spend for sites over 1,000 URLs. Avoid the bundled audit features inside generic SEO tools that auto-grade your site on a 100-point scale; the grades are misleading and the underlying findings are usually shallow.

How do we get our engineering team to actually ship technical SEO fixes?

Translate every issue into a specific engineering ticket with reproduction steps, acceptance criteria, and a measurable ranking or traffic impact estimate. Engineering teams ignore tickets that read "fix indexation issues." They ship tickets that read "Pages /resources/* are returning noindex due to a wildcard rule in robots.txt at line 14. Remove the rule. Acceptance: GSC Coverage shows /resources/* moving from Excluded to Valid within 14 days. Estimated impact: 6 to 12 percent traffic recovery." Specificity is the entire fight.

What is the AI Search angle on technical SEO?

AI Search engines (ChatGPT, Perplexity, Gemini, Claude) crawl differently from Google, weight structured data more heavily, and tend to cite sources with cleaner entity signals. The technical foundations that matter most for AI Search visibility: comprehensive Article and Person schema, llms.txt with site context, clean canonical structures, and self-contained paragraphs that AI extractors can lift cleanly. The work overlaps significantly with traditional SEO but with three additions: llms.txt deployment, knowledge-graph entity disambiguation through structured data, and content formatting for AI extraction.

Want this audit run on your B2B SaaS site?

Send us the domain. On a 30-minute call you will get a first read on indexation, rendering and architecture, plus the two or three fixes worth doing before anything else.

Or email Rizwan

Hi Rizwan, I'm from . We want to and I'd like an audit written as engineering tickets. Reach me at .

Opens the calendar with this filled in. Nothing is stored until you book.