A senior strategist's desk at golden hour — leather notebook, polished walnut surface, warm sunlight, a thin laptop showing an analytics dashboard
Editorial · Web Design × SEO

Why Most Canadian Web Design Hurts Your SEO (And the Framework We Use to Fix It)

The typical Canadian agency-built redesign loses 30–50% of organic traffic in the months after launch. After auditing hundreds of these projects, the cause is rarely incompetence — it is a structural pattern in how design and SEO are commissioned separately. This is the pattern, the seven decisions that cause it, and the framework that prevents it.

22 min read
·
4,600 words
·
Updated April 2026
·
By Martin Vassilev

The pattern: every Canadian agency-built redesign loses rankings

We have audited hundreds of Canadian agency-built redesigns over the last decade — service businesses, professional services firms, B2B SaaS companies, ecommerce brands, multi-location operators — and the pattern is so consistent it can be predicted before the audit begins. The site relaunches. Brand presentation is dramatically better. The team is initially thrilled. Three months later, organic traffic is down 30–50%. Six months later, it has not recovered. The CMO is asked what happened, and they cannot give a precise answer because the agency that built the site is not the agency responsible for SEO, and neither will own the cause.

The pattern is not caused by incompetent designers. The designers we have worked with at Canadian agencies are, on the whole, excellent at their craft. The pattern is caused by a structural issue in how design and SEO are commissioned: as two sequential vendor relationships, with the design vendor making decisions that have major SEO consequences months before the SEO vendor is even hired. By the time the SEO vendor sees the finished site, the consequential decisions are already locked in and the only remaining work is recovery — slow, expensive, and only partially effective.

This piece is the agency-tested breakdown of why the pattern persists, what specifically causes it, and the framework that prevents it. It is also, intentionally, the explanation we wish every Canadian founder had read before commissioning their last redesign — because most of the recovery work we get hired to do would not have been necessary if the framework had been applied from the wireframe stage.

The 7 design decisions that quietly kill SEO

Infographic · The seven decisions
1
SPA architecture without SSR
2
Heavy hero media
3
URL structure rewrites
4
Schema omitted from templates
5
Internal linking erased
6
Conversion paths designed only on the homepage
7
Migration without redirect mapping

The design decisions that cause post-launch rankings dips are not exotic. They are predictable, well-documented, and entirely avoidable when SEO is part of the wireframe conversation. The seven below are the ones that show up in roughly 80% of the audits we run on agency-built rebuilds.

1. Single-page-application architecture without server-side rendering

The single most damaging decision is the choice to ship a heavy client-side React application without server-side rendering or static generation. The site looks beautiful in the browser, the design team is satisfied, and Google's crawler sees a near-empty HTML document with the actual content only loadable via JavaScript execution. Crawl budget gets wasted, indexation lags or fails, and pages that should rank for commercial intent show up empty in Search Console. Recovery requires either retrofitting SSR (often a multi-month engineering project) or rebuilding the front end on a different stack. Both are expensive enough that most clients live with the suppressed rankings rather than fix the cause.

2. Heavy hero media that destroys Core Web Vitals

The second most damaging decision is the giant hero video or 4K hero image that the design team falls in love with during creative review. Mobile LCP scores collapse from sub-2-second to 5+ seconds, INP degrades because the hero blocks main thread work, and Google quietly demotes the affected pages in mobile rankings. The fix is straightforward — modern image formats, proper srcset, deferred autoplay, performance budget enforcement at the component level — but it has to be applied at design time, because retrofitting it after launch usually requires redoing the entire hero treatment.

3. URL structure rewrites without redirect mapping

Design agencies routinely rewrite URL structures during a rebuild because the new IA suggests a cleaner taxonomy. When the rewrite ships without comprehensive 301 redirect mapping, every external backlink to the old URLs returns a 404 and every accumulated authority signal evaporates. Recovery requires identifying every old URL, mapping it to the closest new equivalent, deploying the redirects, and waiting for the indexation cycle to catch up — a 3–6 month process that does not fully recover the lost authority.

4. Schema markup omitted because it didn't fit the template

Schema markup is the highest-leverage SEO infrastructure most design agencies skip because it does not have a visible visual representation. FAQs render without FAQPage schema. Breadcrumbs render without BreadcrumbList schema. Products render without Product or Offer schema. Articles render without Article or NewsArticle schema. Reviews render without Review schema. Each omission costs visibility in classic search and citation share in AI search. The cumulative effect across an entire site is significant — and the fix is straightforward at design time, because schema can be designed into the component library so it serializes automatically. Bolted on after launch, it costs C$4K–C$12K of retrofit work that the original build should have included.

5. Internal linking discipline erased

Pre-rebuild sites accumulate internal linking patterns over years — the body copy links from a service page to a related service, from a blog post to a hub page, from a hub page to its supporting articles. The rebuild flattens that linking pattern because the new templates were designed before the editorial inventory was reviewed, and the editorial team is left to either manually re-link every page (rarely happens) or ship without the linking that was accumulated over years (usually happens). Topical authority drops, internal PageRank distribution flattens, and pages that ranked from accumulated linking lose their footing.

6. Conversion paths designed only on the homepage

Design agencies optimize the homepage with surgical care and treat every other template as a transport mechanism for content. The result is service pages, blog posts, and landing pages with weaker calls to action, missing trust signals, and no thumb-friendly mobile click-to-call. Even when traffic recovers, conversion rates do not — because the post-launch site has substantially worse conversion infrastructure on every template that isn't the homepage.

7. Migration shipped without pre-launch crawl validation

The seventh sin is procedural rather than structural: the rebuild ships without anyone running a pre-launch crawl that validates indexation, schema, redirects, and metadata against the migration plan. Discrepancies that would have been caught in 90 minutes of crawl time go live and stay live for weeks before anyone notices. The first weeks post-launch are when ranking volatility is highest, and this is also when the avoidable indexation issues do their most damage.

Looking at the audit, every single one of the seven decisions had been made on our rebuild. The design agency was good at design. They were just not the right people to be making decisions about server-side rendering, schema, and URL taxonomy.

— VP Marketing, Canadian B2B SaaS company (post-rebuild audit)

The framework: SEO-led wireframes

An architect's desk with a precise schematic — sapphire and amber line work on cream paper, beside a polished walnut frame at golden hour
The framework is not complicated. It is the discipline of putting SEO into the wireframe stage so the seven decisions cannot be made in isolation.

The framework that prevents every one of the seven failure modes is procedurally simple and structurally hard. Procedurally: SEO is part of the wireframe stage, not the post-launch stage. Structurally: it requires the design and SEO teams to be in the same room from kickoff, with explicit shared ownership of decisions that touch both halves. The framework runs in five phases.

  • Phase 1 · Joint discovery
    SEO audit, keyword and intent map, sitemap, URL structure, and migration plan are produced as one integrated deliverable signed off by both the SEO and design leads. No design work begins until the joint discovery deliverable is signed off.
  • Phase 2 · SEO-informed wireframes
    Every page wireframe is reviewed against the keyword and intent strategy for that page before visual design begins. Pages that need to rank for specific intents are wireframed to support those intents from the start.
  • Phase 3 · Schema-aware component library
    Schema markup is designed into the component library at the component level. Every FAQ component renders FAQPage schema. Every breadcrumb renders BreadcrumbList schema. Every product renders Product schema. The library enforces it rather than leaving it to the build team to remember.
  • Phase 4 · Performance budget enforcement
    Image weights, font loading strategies, animation budgets, and JavaScript bundle limits are written into the design system documentation and enforced by the build pipeline. The design system makes performance failures hard to ship rather than easy to ship.
  • Phase 5 · Pre-launch crawl validation + monitoring
    Before launch, a full crawl validates indexation, schema, redirects, and metadata against the migration plan. Discrepancies are fixed before go-live. After launch, weekly monitoring catches any drift in the first 90 days.

None of the five phases requires exotic tooling. None of them requires SEO expertise the team does not already have. What they require is the structural decision to put SEO into the wireframe stage rather than the post-launch stage. The framework's value is exactly that procedural discipline — and the absence of that discipline is exactly what causes the pattern this piece opened with.

What recovery actually looks like (directional)

Recovery is possible, but it is slow, expensive, and only partially effective. The directional ranges below are drawn from the recovery engagements we have run on agency-built sites that came to us after their post-launch rankings dip. Specific projects vary widely; the patterns are consistent.

Recovery workTypical investmentTypical timelineTypical recovery vs. pre-rebuild
Schema retrofit at component levelC$4,000 – C$12,0004–6 weeksRecovers most schema-driven citation share within 60 days
Core Web Vitals remediationC$6,000 – C$25,0006–10 weeksRecovers most mobile rankings affected by CWV failures within 90 days
URL structure remap + redirectsC$4,000 – C$12,0008–12 weeks indexationRecovers 60–80% of authority lost to broken backlinks
SSR / SSG retrofit (if shipped as SPA)C$15,000 – C$50,000+10–16 weeks build + 90 day indexationRecovers most rankings suppressed by SPA architecture, but not all
Internal linking re-establishmentC$8,000 – C$25,000Ongoing over 6–9 monthsSlowly rebuilds topical authority that flattened during the rebuild
Conversion infrastructure retrofit on every templateC$6,000 – C$20,0004–8 weeksRecovers conversion rate to pre-rebuild level (sometimes better)
Total typical recovery cost (most projects)C$30,000 – C$80,000+6–12 monthsRecovers most rankings, rarely all

The frustrating part is that almost every line item on that table is avoidable if SEO is part of the build from the wireframe stage. The recovery engagement is essentially the client paying twice for work that should have been included in the original build. The bundled engagement model exists specifically to prevent that pattern — see our bundled SEO + web design service for the full breakdown.

What to ask your web design agency before kickoff

The agencies that get this right will answer the questions below confidently and specifically. The agencies that don't will answer vaguely. Vague answers are an early warning worth taking seriously.

How is SEO reflected in the wireframes?

Listen for: 'We work with the SEO team to produce SEO-informed wireframes before visual design begins.' Not: 'Our designers think about SEO.'

Who owns schema design at the component level?

Listen for: 'Schema is designed into our component library by the SEO team during the design phase.' Not: 'We add schema after launch.'

What's your performance budget for hero media?

Listen for: a specific KB number, a specific LCP target, and a specific enforcement mechanism. Not: 'We optimize images.'

What's your URL migration playbook?

Listen for: 'We map every existing URL to its new equivalent, ship 301 redirects, run a pre-launch crawl validation, and monitor for 90 days post-launch.' Not: 'We do redirects.'

What's your stack and why?

Listen for: a specific stack with a specific reason rooted in performance and SEO. Not: 'We use whatever the client prefers.'

Can you show us a Core Web Vitals report from a recent launch?

Listen for: 'Yes — here are real numbers from real launches.' Not: 'Our sites are fast.'

What to ask your SEO agency about the rebuild

If you have a separate SEO agency that is not running the build, the questions below help establish whether they will be able to protect your rankings through the launch — or whether they will be in recovery mode the day after go-live.

  • "Are you part of the wireframe review?" If no, the structural framework is already broken. If yes, the engagement has a chance.
  • "Have you reviewed the design agency's stack and migration plan?" If no, the SEO agency is not in a position to protect rankings. If yes, ask what concerns they have raised and what was done about them.
  • "What's your pre-launch crawl validation plan?" Listen for a specific procedural answer with specific tooling. Vague answers mean the validation will not happen.
  • "How will you monitor the first 90 days post-launch?" Listen for: weekly indexation reports, weekly Core Web Vitals reports, weekly rankings reports, and a documented escalation path for any drift.
  • "What's your authority for stopping the launch if validation fails?" The right answer is "we have stop-launch authority and we will use it if pre-launch validation surfaces blocking issues." Anything else means launch happens regardless of what validation finds.

When to redesign vs. rebuild from scratch

Not every project that feels like it needs a rebuild actually does. Sometimes the right answer is a surgical refresh of components and visuals while preserving the underlying architecture, URL structure, and schema. The decision matrix below is the one we use during scoping conversations.

SituationRecommendationWhy
Visual design dated, but technical foundation is soundComponent refresh + visual updatePreserves accumulated rankings and authority. Lower cost, faster timeline, lower risk.
Visual design dated AND technical foundation is broken (failing CWV, no schema, SPA without SSR)Full rebuild with bundled SEO + web designThe technical issues are blocking ranking growth and cannot be fixed inside the existing template.
Site recently rebuilt by a design-only agency with poor SEO outcomesSEO recovery engagement first; full rebuild only if recovery doesn't restore performanceRecovery typically restores 70–85% of pre-rebuild performance at 30–50% of full rebuild cost.
Site is fundamentally fine but has 5–10 specific issues blocking ranking growthTargeted technical SEO + content engagementNo need to rebuild. The targeted scope produces most of the upside at a fraction of the rebuild cost.
Site is on a platform that fundamentally does not support modern SEO requirements (legacy proprietary CMS, very old WordPress with deep technical debt)Full rebuild with bundled SEO + web designThe platform itself is the constraint and cannot be remediated in place.

The cost of doing nothing

A senior strategist's late-evening workspace with warm desk lamp light, leather notebook open, polished walnut surface, and a cup of dark coffee
Most rebuilds that hurt SEO were preventable. The cost of doing nothing is that the next rebuild repeats the same pattern.

The cost of doing nothing — letting the next rebuild repeat the pattern — is rarely visible on any single invoice. It is the lost organic revenue during the recovery period, the recovery engagement cost, the months of compounding that did not happen, and the senior team time spent litigating responsibility between two vendors who will not own the cause. For a Canadian business doing C$1M+ in organic-attributable revenue, the cost of doing nothing on a single rebuild can run six figures over the first 18 months post-launch.

The cost of doing it right is procedural discipline at the wireframe stage and a small premium on the build invoice. The math is unambiguous, and the premium is far smaller than the cost of recovery. The framework above is the framework we use on every bundled engagement we run. If you are commissioning a build and want it pressure-tested against this framework before kickoff, request a free site review.

Related reading: Our bundled SEO + web design service — the engagement model that prevents every failure mode covered above. Our web design approach — the design-led version for clients who already have a senior SEO partner in place. Our broader SEO services — the retainer-only scope for clients with a recently rebuilt site that doesn't need a redesign. The 2026 Schema Citation Lift Study — original research on the schema work that gets bolted on after most rebuilds. ChatGPT vs Perplexity vs Gemini for brand visibility — the AI search context that makes schema work even more consequential than it used to be.

Web design × SEO FAQ

The questions Canadian founders and marketing leads ask us most often after living through a redesign that hurt their rankings.

Free Site Review

See exactly which design decisions are quietly capping your organic revenue.

A written, site-specific design and SEO review in three business days. No sales pitch — just findings prioritized by revenue impact.