
The best SEO tool stack for a website redesign
You do not need a dashboard zoo. You need tools that answer launch-critical questions.
| Tool type | What it checks | Why it matters before redesign |
|---|---|---|
| Sitemap validator | XML sitemap quality, live URLs, indexable pages | Confirms search engines receive the right URL list |
| Robots.txt tester | Crawl rules and blocked paths | Prevents staging rules from blocking production pages |
| Header checker | Status codes, redirects, cache rules, X-Robots-Tag | Catches invisible launch bugs |
| Metadata checker | Titles, descriptions, canonicals, social tags | Protects search appearance and duplicate-control signals |
| Page speed tool | Core Web Vitals and load bottlenecks | Shows whether the new experience is heavy or usable |
| Analytics debugger | GA4, key events, consent, form tracking | Confirms the team can measure the launch |
| Conversion path tester | Forms, booking flows, CRM routing | Protects the actions that create pipeline |
The order matters. Start with crawlability and indexability, then move into performance, analytics, and conversion. A faster page that Google cannot crawl fails the job. A clean sitemap attached to a broken demo form fails it too.
1. Sitemap validator
A sitemap validator checks whether your XML sitemap is readable, available, and filled with URLs that deserve to be there.
That last part matters most.
During a redesign, teams often change routes, content models, page templates, filters, blog categories, and landing page structure. The sitemap can become a junk drawer if nobody owns it. It may include staging URLs, redirected URLs, noindex pages, duplicate filters, thin archive pages, or old paths from the previous CMS.
Before launch, use a sitemap validator to check:
- the sitemap returns a 200 status;
- URLs use the final production domain;
- listed pages are canonical and indexable;
- the sitemap excludes redirected URLs;
- the sitemap includes missing priority pages;
- CMS collections do not generate low-value pages by default.
Google treats sitemaps as a discovery signal, not a command. A sitemap will not make weak pages valuable. It can help Google find the right pages faster after a redesign when URL structure changes.
For a custom website, sitemap quality also tests maintainability. If the sitemap depends on one developer remembering to edit a file by hand, the system is fragile. The routing layer and CMS should produce the right sitemap as part of normal publishing.
2. Robots.txt tester
A robots.txt tester checks which parts of the site crawlers can access.
This file creates launch drama because teams use it to block staging sites. That is fine in staging. It becomes expensive when the same rule reaches production.
Before launch, test the production robots.txt file and confirm:
- Disallow: / is not blocking the public site;
- important page groups are crawlable;
- CSS, JavaScript, and image assets needed for rendering are not blocked;
- sitemap references point to the production sitemap;
- private, duplicate, or low-value areas have intentional rules.
Robots.txt is not a privacy system. Google’s documentation is clear on the distinction: robots.txt controls crawler access, but it does not guarantee a URL stays out of search results. If a page should stay private, use authentication, noindex where appropriate, or remove the page.
The redesign question is simple: can search engines reach the pages you expect to earn visibility?
If the answer is no, fix crawl rules before anyone debates title tags.
3. Header checker
A header checker shows what the server sends before the browser paints the page.
That makes it one of the most useful tools in a redesign. Headers reveal problems that a visual review misses: temporary redirects, soft 404s, accidental noindex headers, stale cache rules, missing compression, or CDN behavior that differs from the application.
Check these paths before launch:
- homepage;
- core service pages;
- use-case pages;
- case studies;
- blog posts;
- forms and booking pages;
- sitemap and robots.txt;
- high-value old URLs.
For each path, verify:
- live pages return 200;
- permanent redirects use 301 or 308 when the move requires it;
- removed pages return 404 or 410;
- X-Robots-Tag does not noindex public pages;
- cache rules fit the content type;
- HTML, CSS, JavaScript, and JSON use sensible compression.
Caching deserves attention. MDN describes HTTP caching as the mechanism that controls how browsers and shared caches reuse responses. In redesign terms, caching decides whether visitors see the new site or a stale version of it.
If your launch plan includes telling stakeholders to hard refresh, keep working.
4. Metadata and canonical checker
Metadata tools check whether each page has the right title, description, canonical tag, Open Graph tags, and other page-level signals.
This is where polished redesigns often start to feel unfinished. The page looks premium, but the title tag says “Home.” A service page has a generic description. A campaign page canonicalizes to the wrong URL. A social share preview pulls the wrong image.
Before launch, check priority pages for:
- unique title tags that match the page intent;
- specific meta descriptions;
- one H1 that supports the same topic;
- self-referencing canonicals on indexable pages;
- no staging domains in metadata;
- Open Graph and social images that match the page;
- schema where the visible page supports it.
Canonical tags need extra care during redesigns because old URL models and new URL models can collide. If a page is strong enough to include in the sitemap, it should canonicalize to itself unless you have a deliberate consolidation plan.
5. Page speed and Core Web Vitals tools
Page speed tools show whether the redesign is usable under real constraints.
A new site can feel fast on a designer’s laptop and slow for everyone else. Heavy animation, oversized media, third-party scripts, unoptimized fonts, and client-side rendering choices can turn a strong visual direction into a weak experience.
Use PageSpeed Insights, Lighthouse, or your preferred performance tooling to check:
- Largest Contentful Paint;
- Interaction to Next Paint;
- Cumulative Layout Shift;
- render-blocking resources;
- image weight;
- font loading;
- third-party scripts;
- mobile behavior.
Do not treat a lab score as the whole truth. Use it as a debugging surface. The practical question is whether the pages that support revenue load fast enough for the buyers who need them.
For Virdis-style custom work, the team should design performance into the build. It should not arrive as a cleanup ticket after the homepage reaches approval.
6. Analytics and key event debugger
A redesign changes more than pages. It changes what you can measure.
Before launch, confirm GA4 or your analytics stack records the actions the business cares about. Google now frames conversion-style actions as key events in GA4. The naming has changed, but the release question has not: can you trust the data after launch?
Check:
- analytics loads once, not twice;
- consent behavior works where required;
- form submissions fire the right event;
- booking clicks and calendar completions record the right event;
- thank-you pages use the right indexation and tracking rules;
- UTM parameters survive redirects;
- internal traffic is understood;
- CRM or email notifications receive the right fields.
Test with real paths. Submit the form. Click the booking CTA. Use the mobile menu. Trigger validation errors. Confirm what happens after submission.
A redesign that breaks measurement gives the team a fog machine instead of a dashboard.
7. Conversion path tester
SEO tools can tell you whether the site can be found. Conversion testing tells you whether the site can do its job.
Run the site like a buyer:
- Land on the homepage from search.
- Move to a service or use-case page.
- Review proof, process, or technical depth.
- Click the main CTA.
- Submit the form or book a call.
- Confirm the next step makes sense.
Then repeat on mobile.
Look for friction that tools cannot judge well:
- vague button copy;
- forms asking for information before the buyer has enough context;
- missing context before the CTA;
- calendar rules that block qualified buyers;
- error states that hide the fix;
- confirmation pages that leave the buyer wondering what happens next.
This is where web strategy matters. The tool can flag a broken form. It cannot decide whether the form asks the right question.
How to use these tools without creating busywork
The point is not to produce a giant QA spreadsheet nobody reads.
Use the tools to create release evidence:
| Phase | Tool focus | Owner question |
|---|---|---|
| Before build | Crawl, sitemap, analytics baseline | What must survive the redesign? |
| Before content freeze | Metadata, URL mapping, conversion paths | Does the new structure match buyer intent? |
| Before launch | Sitemap, robots.txt, headers, performance | Can the site ship without hidden blockers? |
| Launch day | Redirects, Search Console, analytics events | Did production behave like staging? |
| After launch | Indexing, speed, key events, form routing | What changed, and what needs attention? |
The best workflow keeps these checks close to design and development. If SEO, analytics, and conversion checks happen after the site looks done, the team has to choose between delaying launch or shipping known risk.
That is not a process. It is a coin toss with nicer typography.
Red flags before a redesign goes live
Stop the launch conversation if you find any of these:
- production robots.txt blocks the site;
- priority pages have noindex directives;
- the sitemap includes staging, redirected, or duplicate URLs;
- old high-value URLs redirect to the homepage;
- title tags or canonicals reference the old domain;
- forms submit but nobody receives the lead;
- GA4 fires duplicate page views;
- the main CTA fails on mobile;
- cache rules hide fresh CMS content;
- the team cannot say who owns post-launch monitoring.
None of these issues require a branding debate. They need ownership, a fix, and a retest.
What Virdis checks in a serious website build
A custom website should not separate design quality from operational quality.
For Virdis, redesign QA connects the content model, routing, sitemap generation, robots rules, headers, analytics, performance, CMS editing, and conversion paths. That is how a site stays useful after the launch meeting ends.
The goal is a website your team can trust:
- search engines can crawl the pages that matter;
- buyers can move from interest to action;
- analytics can show what changed;
- the CMS can support future pages;
- the technical system can keep up with the brand.
Tools help because they make hidden problems visible. The strategy is deciding what those problems mean, which ones matter now, and how to build a site that does not recreate them every quarter.
