blog
Website Relaunch Checklist: 10 Steps for Launch & AI Search | Webnique
Kira Stürzer
  |  
8.5.2026
  |  
10 Minutes reading time

Website Relaunch Checklist: 10 Steps for Launch & AI Search | Webnique

Only 47% of websites pass their Core Web Vitals assessment. 10 checkpoints for a flawless go-live and AI visibility in ChatGPT and Google AI Overviews.

Key Takeaways

  • Only 47% of websites pass their Core Web Vitals check — every 1-second delay costs up to 7% conversion rate (DebugBear, 2025)
  • Google AI Overviews appear in 85%+ of searches — pages with FAQ schema are 3.2× more likely in AI-generated answers (Frase.io, 2025)
  • 58% of users now replace traditional search engines with AI tools for product research — GEO optimization is no longer optional
  • Since June 28, 2025, the EAA/BFSG is in force in Europe — fines up to €100,000 for violations (BMAS, 2025)
  • This 10-point checklist covers all critical areas — from technical performance to visibility in ChatGPT and Perplexity

Why a Checklist Determines the Success of Your Website Relaunch

Only 47% of websites pass their Core Web Vitals assessment (DebugBear, 2025). Launch errors — broken redirects, missing tracking, poor performance — are hard to fix retroactively and cost you rankings, conversions, and users. A systematic checklist isn’t bureaucratic overhead — it’s insurance against preventable mistakes.

In 2025, there’s a new dimension: a technically clean launch isn’t enough. Your website also needs to be visible in AI search. ChatGPT, Perplexity, and Google AI Overviews are reshaping how people find information. Point 10 of this checklist covers exactly what that requires.

Only 47% of all websites pass their Core Web Vitals check (DebugBear, 2025). Google AI Overviews appear in 85%+ of searches (SingleGrain, 2025). This 10-point checklist covers both: a technically clean go-live and the structural prerequisites for AI visibility.

1. Web Design and Responsive Layout

Over 60% of global web traffic comes from mobile devices. A layout that looks great on desktop but breaks on iPhone costs users and rankings. Test your design on at least three screen sizes before go-live: smartphone, tablet, desktop.

  • Visual consistency across all subpages (fonts, colors, spacing)?
  • Images, icons, and multimedia correctly scaled on mobile viewports?
  • No horizontal scrolling on smartphones?
  • Touch targets at least 48×48px?
  • Dark mode rendering checked (if applicable)?

2. Navigation and User Interface Testing

A broken navigation is the fastest path to a high bounce rate. Every defective link or misdirected button sends negative user signals to Google. Test all paths systematically — not just the main nav, but footer links, CTAs, and all internal links.

  • All links, buttons, and menu items lead to the correct page?
  • Breadcrumbs present and correctly structured?
  • Custom 404 error page present and branded?
  • Search function tested (if applicable)?
  • Mobile navigation (hamburger menu) fully functional?

3. Content Quality and SEO Review

Missing alt text, duplicate meta descriptions, and generic copy are the three most common content problems at website launch. Google rewards unique, informative content — and AI systems cite pages that answer questions directly and precisely. Review content not just for spelling, but for clarity and uniqueness.

  • All images have descriptive alt text? (Decorative images: alt="")
  • Copy proofread for grammar, spelling, and factual accuracy?
  • Each page has a unique meta description (150–160 characters)?
  • Content aligns with brand identity and tone of voice?
  • No duplicate content across different URLs?

4. Functionality and Cross-Browser Compatibility

What works in Chrome can break in Safari. Cross-browser issues are among the most common causes of user drop-off — especially on Apple devices, where Safari dominates. Test systematically across all major browsers and operating systems.

  • Tests run in Chrome, Firefox, Safari, and Edge?
  • Compatibility verified on iOS and Android?
  • All forms work and send correct email notifications?
  • Interactive elements (sliders, accordions, tabs, popups) tested?
  • Payment or booking systems fully tested end-to-end?

5. Performance and Core Web Vitals

Every second counts literally: a 1-second page load delay reduces conversion rate by up to 7%; a 0.1-second improvement boosts retail conversions by up to 8.4% (Google, 2024). Bounce probability increases by 32% when load time goes from 1 to 3 seconds. Performance isn’t a nice-to-have — it’s a revenue driver.

  • Lighthouse Performance score ≥ 80 in Chrome DevTools? Target: ≥ 90
  • All three Core Web Vitals in “Good” range? (LCP < 2.5s | INP < 200ms | CLS < 0.1)
  • Images compressed in modern formats (WebP, AVIF)?
  • Caching, compression (Gzip/Brotli), and minification active?
  • 301 redirects set up for all old URLs? (Avoid redirect chains!)

Based on web performance audits across multiple projects: Core Web Vitals are consistently the most underestimated area at launch. Only 47% of websites pass the Core Web Vitals check (DebugBear, 2025). A 1-second delay costs up to 7% conversion rate; a 0.1-second improvement delivers up to 8.4% more retail conversions (Google, 2024).

6. HTTPS, Security, and Privacy

Chrome marks all HTTP pages as “Not secure” — an immediate trust signal failure. Since websites collect user data the moment they embed analytics or forms, EU privacy law (GDPR) makes these checks mandatory before launch, not after.

  • SSL certificate installed and HTTPS active on all pages?
  • HTTP to HTTPS redirects configured?
  • Cookie Consent Management Platform (CMP) correctly set up?
  • Privacy policy current and complete (GDPR-compliant)?
  • Legal notice present and correct?
  • All third-party services documented in the privacy policy?

7. Analytics and Conversion Tracking

What isn’t measured can’t be optimized. Tracking forgotten on launch day can’t be reconstructed retroactively. If you lose data in the first weeks after launch, you lose the foundation for every optimization decision in the months ahead.

  • Google Analytics 4 (GA4) installed and data stream active?
  • Google Search Console set up and sitemap submitted?
  • Conversion events correctly configured (form submissions, clicks, purchases)?
  • Google Tag Manager installed (if used)?
  • Privacy-compliant implementation verified (Consent Mode v2)?

8. On-Page SEO Finalization

SEO isn’t a one-time event, but a clean technical SEO foundation at launch is the basis for everything that follows. Errors here — a missing canonical tag, a faulty robots.txt, or an empty sitemap — can prevent crawling for weeks and cost you rankings.

  • Every page has a unique meta title (50–70 characters) with primary keyword?
  • Heading hierarchy correct (H1 → H2 → H3, no skips)?
  • XML sitemap created and submitted to Google Search Console?
  • robots.txt correctly configured (important pages not blocked)?
  • Canonical tags set on all pages?
  • Internal linking structure logical and complete?

9. Accessibility and BFSG Compliance

Since June 28, 2025, accessibility is legally mandatory for many businesses in Europe. The German BFSG threatens fines up to €100,000 for violations (BMAS, 2025). Accessibility doesn’t just protect against legal risk — it also improves SEO and user experience for everyone.

  • Lighthouse Accessibility score ≥ 90? Target: WCAG 2.1 AA
  • Color contrast ratios meet WCAG AA (minimum 4.5:1 for text)?
  • All images have alt text? (Decorative images: alt="")
  • All form fields associated with label elements?
  • Keyboard navigation fully functional?
  • lang attribute set in HTML (e.g., lang="en")?

10. AI Visibility: How to Appear in AI Overviews and ChatGPT

Google AI Overviews appear in over 85% of all searches (SingleGrain, 2025). ChatGPT has 400 million active weekly users. And 58% of users already replace traditional search engines with AI tools for product research. Building a website launch plan without AI visibility means building for yesterday’s internet.

What AI systems prefer to cite: specific facts, source citations, direct answers to questions, and structured data. According to Frase.io, pages with FAQPage schema are 3.2× more likely to appear in Google AI Overviews than pages without schema. GEO (Generative Engine Optimization) can boost visibility in AI-generated answers by up to 40% (Princeton/ACM, 2023).

Pages with FAQPage markup are 3.2× more likely to appear in Google AI Overviews than pages without structured data (Frase.io, 2025). AI Overviews appear in 85%+ of all searches (SingleGrain, 2025) — AI visibility must be built into your website launch plan from day one.

What to implement for AI visibility at launch:

  • FAQ section with FAQPage schema: Structured data for your audience’s most common questions — the preferred source for AI Overviews and ChatGPT
  • Article and Organization schema: Clear identity for AI systems — who you are, what you offer, how authoritative you are
  • Answer-first content: Answer every important question in the first 40–60 words of a section — that’s how AI systems extract answers
  • Sources and data: Statistics with source citations strengthen E-E-A-T signals — AI prefers content that itself cites sources
  • Unique insights: Your own project experience or field observations — content AI can’t replicate and therefore gladly cites
  • Page speed and clean HTML: AI crawlers need fast, semantic HTML just like search engines do

Get Professional Support for Your Website Relaunch

Want to make sure your website relaunch is technically flawless and visible in Google and AI search from day one? Webnique guides you from concept to go-live — with proven processes and measurable results.

Request your project now

Webnique guides your website relaunch

Planning a website relaunch and want to make sure it's technically flawless and visible in AI search from day one? Webnique guides you from concept to go-live — with proven processes and measurable results. Request your project now.
Contact now
Häufig gestellte Fragen

FAQs

How long does a website relaunch take?

A typical website relaunch takes 6 to 16 weeks depending on scope. Smaller relaunches (redesign without CMS migration) are often done in 4–6 weeks. Larger projects with new CMS, content migration, and technical SEO restructuring need 3–6 months. A systematic relaunch checklist significantly reduces the testing phase before go-live.

What are the most common mistakes at website launch?

The most common mistakes: missing 301 redirects for old URLs (leading to 404 errors and ranking losses), no working analytics tracking on launch day, poor Core Web Vitals from unoptimized images, missing HTTPS redirects, and incorrectly configured robots.txt. A systematic checklist prevents 90% of these errors.

What's the difference between a website launch and relaunch?

A website launch is the initial go-live on a new domain. A website relaunch is the restart of an existing website — often involving a redesign, CMS migration, or URL structure change. Relaunches require additional tasks: 301 redirects for all old URLs, ranking preservation through technical SEO, and notifying Google of changes via Search Console.

How do I optimize my website for ChatGPT and Google AI Overviews?

Three measures have the biggest impact: implement FAQPage schema on informational pages (3.2× more likely in AI Overviews, per Frase.io), write answer-first content — answer important questions in the first sentences of each section, and implement structured data (Article, Organization, BreadcrumbList). AI systems prefer fact-dense, source-backed content with clear authorship.

Does my website need to be accessible under the BFSG?

Yes, if you offer digital products or services in the EU. The BFSG has been in force since June 28, 2025, requiring WCAG 2.1 AA compliance. Only micro-enterprises with fewer than 10 employees and under €2 million annual revenue are exempt from service requirements. Fines for violations can reach €100,000.