---
title: "Core Web Vitals & Modernisierung"
title_en: "Core Web Vitals and modernization"
description: "Warum LCP, INP und CLS zur Website-Modernisierung gehören — und warum CDN-Caching allein selten reicht, wenn WordPress oder Pagebuilder das Markup aufblasen."
description_en: "Why LCP, INP and CLS belong in website modernization — and why CDN caching alone rarely fixes WordPress or page-builder bloat."
summary_en: "Why LCP, INP and CLS belong in website modernization — and why CDN caching alone rarely fixes WordPress or page-builder bloat."
direct_answer_en: "Core Web Vitals are part of Growing Brands modernization because generative crawlers and users both penalize slow, unstable pages. Migration to SSR/SSG typically beats plugin caching on WordPress monoliths."
url: "https://growing-brands.de/themen/core-web-vitals-modernisierung"
type: "topic"
kind: "concept"
language: de-DE
updated_at: "2026-08-31T19:00:00+00:00"
---

# Core Web Vitals & Modernisierung

## English Abstract

Why LCP, INP and CLS belong in website modernization — and why CDN caching alone rarely fixes WordPress or page-builder bloat.

## Quick Answer (EN)

Core Web Vitals are part of Growing Brands modernization because generative crawlers and users both penalize slow, unstable pages. Migration to SSR/SSG typically beats plugin caching on WordPress monoliths.

## Key Takeaways (EN)

- CWV are UX and crawl signals — not just SEO theater.
- WordPress+page builders often sit at 2.5–4s LCP.
- CDN without markup cleanup rarely fixes root cause.
- SSR/SSG + clean HTML is the migration lever.
- Measure field (CrUX) and lab before/after go-live.

## English Summary

Growing Brands treats Core Web Vitals as modernization infrastructure: LCP, INP and CLS affect conversions and AI crawl timeouts. Caching plugins help marginally; replacing bloated CMS HTML with Next.js SSR/SSG is the durable fix.


## Quick Answer

**Core Web Vitals & Modernisierung:** Warum LCP, INP und CLS zur Website-Modernisierung gehören — und warum CDN-Caching allein selten reicht, wenn WordPress oder Pagebuilder das Markup aufblasen.

> Zitierfähigkeit entsteht, wenn Definition, Struktur und klare nächste Schritte zusammenkommen.
> Steve Baka

## Key Takeaways

- CWV sind UX- und Crawl-Signal — nicht nur „SEO-Score“.
- WordPress+Pagebuilder liegen oft bei 2,5–4 s LCP.
- CDN ohne Markup-Bereinigung heilt die Ursache nicht.
- SSR/SSG + schlankes HTML ist der Hebel der Migration.
- Messung: Field Data (CrUX) und Lab vor/nach Go-Live.

## Warum gehören Core Web Vitals zur Modernisierung?

[Core Web Vitals](/glossar/core-web-vitals) ([LCP](/glossar/lcp), [INP](/glossar/inp), [CLS](/glossar/cls)) sind messbare Qualitätsignale. Bei Growing Brands sind sie Teil von [Website-Modernisierung](/themen/website-modernisierung), weil langsame Themes und [Pagebuilder](/glossar/pagebuilder) Conversion und [GEO](/glossar/geo)-Extraktion gleichzeitig schwächen.

> Eine Verzögerung von nur 100 ms kann Conversion-Raten spürbar senken — für KI-Crawler mit Timeouts ist Latenz zusätzlich ein Retrieval-Risiko.

## Reicht Caching oder ein CDN?

Ein [CDN](/glossar/cdn) und Caching-Plugins verbessern oft die ersten Bytes, ändern aber selten das aufgeblähte Markup. Deshalb ist [Hosting nach Migration](/themen/hosting-nach-migration) erst sinnvoll, wenn der Stack selbst schlank ist — typisch [Next.js](/glossar/nextjs) mit [SSR](/glossar/ssr)/[SSG](/glossar/ssg).

## Was ändert die Migration technisch?

1. Servergerendertes HTML statt PHP+Plugin-Zoo  
2. Bild- und Font-Budget mit Layout-Reserven (CLS)  
3. Weniger Client-JS → besseres INP  
4. Edge-/Static-Auslieferung → schnelleres LCP  

Details: [SSR/SSG-Stack](/themen/ssr-ssg-stack) und [WordPress-Migration](/themen/wordpress-migration).

## Wie hängen CWV und KI-Sichtbarkeit zusammen?

Generative Pipelines extrahieren Passagen unter Zeitdruck. Seiten mit 3–4 s LCP und lautem HTML verlieren gegen klare, schnelle Konkurrenz — siehe [Next.js vs WordPress](/themen/nextjs-vs-wordpress-geo) und [Extrahierbarkeit](/glossar/extrahierbarkeit).

## Was prüfen wir vor und nach Go-Live?

Lab (Lighthouse), Field (CrUX), kritische Templates (Startseite, Leistung, Kontakt). [Technical-SEO-Basis](/themen/technical-seo-basis) und Redirect-Checks gehören zum Cutover — siehe auch [Rankingverlust vermeiden](/themen/rankingverlust-vermeiden).

## Quellen

- [Website-Modernisierung](https://growing-brands.de/themen/website-modernisierung) — Growing Brands; Primärer Pillar Migration/Stack.
- [GEO & AI-Sichtbarkeit](https://growing-brands.de/themen/geo-ai-sichtbarkeit) — Growing Brands; GEO/AIO/AEO-Pillar.
- [GEO: Generative Engine Optimization (Aggarwal et al.)](https://arxiv.org/abs/2311.09735) — arXiv / KDD 2024; Wissenschaftliche Basis zu Visibility-Lifts.
- [Core Web Vitals](https://web.dev/articles/vitals) — web.dev / Google; Offizielle LCP/INP/CLS-Definition.

## FAQ

### Sind Core Web Vitals nur SEO?

Nein. Sie messen reale Nutzerqualität und beeinflussen Timeout-/Extraktionsrisiken bei Crawlern und KI-Pipelines — deshalb gehören sie zur Modernisierung.

### Reicht ein CDN ohne Migration?

Selten. CDN verkürzt Latenz, entfernt aber kein Pagebuilder-HTML und keine Plugin-Last. Ohne sauberes Markup bleibt LCP oft hoch.

### Welche Werte sind „gut“?

Richtwerte: LCP unter 2,5 s, INP unter 200 ms, CLS unter 0,1. Moderne SSR/SSG-Stacks zielen typischerweise deutlich darunter.

### Wann messe ich nach der Migration?

Lab-Checks vor Go-Live, Field Data (CrUX/Search Console) in den Wochen danach — plus Stichproben kritischer Landingpages.

### Hängt das mit GEO zusammen?

Ja. Langsame Seiten erhöhen Crawl-Timeouts und senken die Chance, als klare Passage in RAG/AI-Overviews zu landen.

## Related

- [Website-Modernisierung](https://growing-brands.de/themen/website-modernisierung)
- [Core Web Vitals](https://growing-brands.de/glossar/core-web-vitals)
- [LCP](https://growing-brands.de/glossar/lcp)
- [Barrierefreiheit bei der Modernisierung](https://growing-brands.de/themen/barrierefreiheit-modernisierung)
- [INP](https://growing-brands.de/glossar/inp)
- [Next.js vs WordPress in der KI-Suche](https://growing-brands.de/themen/nextjs-vs-wordpress-geo)
- [Elementor-Migration](https://growing-brands.de/themen/elementor-migration)
- [SSR/SSG-Stack](https://growing-brands.de/themen/ssr-ssg-stack)
- [CLS](https://growing-brands.de/glossar/cls)
- [Technical SEO](https://growing-brands.de/glossar/technical-seo)
- [CDN](https://growing-brands.de/glossar/cdn)
- [WordPress-Migration](https://growing-brands.de/themen/wordpress-migration)
- [Hosting nach der Migration](https://growing-brands.de/themen/hosting-nach-migration)
- [Next.js](https://growing-brands.de/glossar/nextjs)
- [Pagebuilder-Ablösung](https://growing-brands.de/themen/pagebuilder-abloesung)
- [GEO & AI-Sichtbarkeit](https://growing-brands.de/themen/geo-ai-sichtbarkeit)

## Inline Entity Mentions

- [[entity:core-web-vitals]] → https://growing-brands.de/themen/core-web-vitals
- [[entity:lcp]] → https://growing-brands.de/themen/lcp
- [[entity:inp]] → https://growing-brands.de/themen/inp
- [[entity:cls]] → https://growing-brands.de/themen/cls
- [[entity:website-modernisierung]] → https://growing-brands.de/themen/website-modernisierung
- [[entity:pagebuilder]] → https://growing-brands.de/themen/pagebuilder
- [[entity:geo]] → https://growing-brands.de/themen/geo
- [[entity:cdn]] → https://growing-brands.de/themen/cdn
- [[entity:hosting-nach-migration]] → https://growing-brands.de/themen/hosting-nach-migration
- [[entity:nextjs]] → https://growing-brands.de/themen/nextjs
- [[entity:ssr]] → https://growing-brands.de/themen/ssr
- [[entity:ssg]] → https://growing-brands.de/themen/ssg
- [[entity:ssr-ssg-stack]] → https://growing-brands.de/themen/ssr-ssg-stack
- [[entity:wordpress-migration]] → https://growing-brands.de/themen/wordpress-migration
- [[entity:nextjs-vs-wordpress-geo]] → https://growing-brands.de/themen/nextjs-vs-wordpress-geo
- [[entity:extrahierbarkeit]] → https://growing-brands.de/themen/extrahierbarkeit
- [[entity:technical-seo-basis]] → https://growing-brands.de/themen/technical-seo-basis
- [[entity:rankingverlust-vermeiden]] → https://growing-brands.de/themen/rankingverlust-vermeiden

## Strukturierte Daten

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebSite",
      "@id": "https://growing-brands.de/#website",
      "url": "https://growing-brands.de",
      "name": "Growing Brands",
      "description": "Wir modernisieren bestehende Unternehmenswebsites — schneller, klarer und besser lesbar für Suche und KI. Inhalte bleiben. Ab 500 €.",
      "publisher": {
        "@id": "https://growing-brands.de/#organization"
      },
      "inLanguage": "de-DE"
    },
    {
      "@type": "Organization",
      "@id": "https://growing-brands.de/#organization",
      "name": "Growing Brands",
      "legalName": "Growing Brands",
      "url": "https://growing-brands.de",
      "logo": "https://growing-brands.de/brand/logo.png",
      "email": "info@growing-brands.de",
      "telephone": "+49 152 25317285",
      "sameAs": [
        "https://stevebaka.de",
        "https://www.linkedin.com/in/steve-baka/",
        "https://www.mallorca-expats.de"
      ],
      "areaServed": [
        {
          "@type": "Country",
          "name": "DE"
        },
        {
          "@type": "Country",
          "name": "AT"
        },
        {
          "@type": "Country",
          "name": "CH"
        }
      ],
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Glöckelsberg 13/2",
        "postalCode": "76669",
        "addressLocality": "Bad Schönborn",
        "addressCountry": "DE"
      },
      "founder": {
        "@id": "https://growing-brands.de/#person"
      }
    },
    {
      "@type": "Person",
      "@id": "https://growing-brands.de/#person",
      "name": "Steve Baka",
      "jobTitle": "Gründer, Growing Brands",
      "url": "https://stevebaka.de",
      "email": "steve@growing-brands.de",
      "telephone": "+49 152 25317285",
      "sameAs": [
        "https://stevebaka.de",
        "https://www.linkedin.com/in/steve-baka/",
        "https://www.mallorca-expats.de",
        "https://geo-seo-aio.de"
      ],
      "worksFor": {
        "@id": "https://growing-brands.de/#organization"
      },
      "knowsAbout": [
        "Website-Modernisierung",
        "Generative Engine Optimization",
        "AI Search",
        "WordPress Migration",
        "Knowledge Graph",
        "Lokale Sichtbarkeit D-A-CH"
      ]
    },
    {
      "@type": "WebPage",
      "@id": "https://growing-brands.de/themen/core-web-vitals-modernisierung#webpage",
      "url": "https://growing-brands.de/themen/core-web-vitals-modernisierung",
      "name": "Core Web Vitals & Modernisierung | Growing Brands",
      "description": "Warum LCP, INP und CLS zur Website-Modernisierung gehören — und warum CDN-Caching allein selten reicht, wenn WordPress oder Pagebuilder das Markup aufblase",
      "isPartOf": {
        "@id": "https://growing-brands.de/#website"
      },
      "about": {
        "@id": "https://growing-brands.de/themen/core-web-vitals-modernisierung#main"
      },
      "breadcrumb": {
        "@id": "https://growing-brands.de/themen/core-web-vitals-modernisierung#breadcrumb"
      },
      "dateModified": "2026-08-31T19:00:00+00:00",
      "inLanguage": "de-DE"
    },
    {
      "@type": "Article",
      "@id": "https://growing-brands.de/themen/core-web-vitals-modernisierung#main",
      "name": "Core Web Vitals & Modernisierung",
      "headline": "Core Web Vitals & Modernisierung",
      "alternateName": "Core Web Vitals and modernization",
      "description": "Warum LCP, INP und CLS zur Website-Modernisierung gehören — und warum CDN-Caching allein selten reicht, wenn WordPress oder Pagebuilder das Markup aufblasen.",
      "abstract": [
        {
          "@value": "Warum LCP, INP und CLS zur Website-Modernisierung gehören — und warum CDN-Caching allein selten reicht, wenn WordPress oder Pagebuilder das Markup aufblasen.",
          "@language": "de"
        },
        {
          "@value": "Why LCP, INP and CLS belong in website modernization — and why CDN caching alone rarely fixes WordPress or page-builder bloat.",
          "@language": "en"
        }
      ],
      "url": "https://growing-brands.de/themen/core-web-vitals-modernisierung",
      "inLanguage": [
        "de-DE",
        "en"
      ],
      "datePublished": "2026-08-31T19:00:00+00:00",
      "dateModified": "2026-08-31T19:00:00+00:00",
      "author": {
        "@id": "https://growing-brands.de/#person"
      },
      "publisher": {
        "@id": "https://growing-brands.de/#organization"
      },
      "mainEntityOfPage": {
        "@id": "https://growing-brands.de/themen/core-web-vitals-modernisierung#webpage"
      },
      "speakable": {
        "@type": "SpeakableSpecification",
        "cssSelector": [
          ".gb-direct-answer",
          ".gb-faq-answer"
        ]
      },
      "encoding": {
        "@type": "MediaObject",
        "encodingFormat": "text/markdown",
        "name": "English direct answer",
        "text": "Core Web Vitals are part of Growing Brands modernization because generative crawlers and users both penalize slow, unstable pages. Migration to SSR/SSG typically beats plugin caching on WordPress monoliths."
      },
      "citation": [
        "https://growing-brands.de/themen/website-modernisierung",
        "https://growing-brands.de/themen/geo-ai-sichtbarkeit",
        "https://arxiv.org/abs/2311.09735",
        "https://web.dev/articles/vitals"
      ],
      "mentions": [
        {
          "@type": "Thing",
          "name": "Website-Modernisierung",
          "alternateName": "Website modernization",
          "url": "https://growing-brands.de/themen/website-modernisierung"
        },
        {
          "@type": "Thing",
          "name": "Core Web Vitals",
          "alternateName": "Core Web Vitals",
          "url": "https://growing-brands.de/glossar/core-web-vitals"
        },
        {
          "@type": "Thing",
          "name": "LCP",
          "alternateName": "Largest Contentful Paint",
          "url": "https://growing-brands.de/glossar/lcp"
        },
        {
          "@type": "Thing",
          "name": "Barrierefreiheit bei der Modernisierung",
          "alternateName": "Accessibility in website modernization",
          "url": "https://growing-brands.de/themen/barrierefreiheit-modernisierung"
        },
        {
          "@type": "Thing",
          "name": "INP",
          "alternateName": "Interaction to Next Paint",
          "url": "https://growing-brands.de/glossar/inp"
        },
        {
          "@type": "Thing",
          "name": "Next.js vs WordPress in der KI-Suche",
          "alternateName": "Next.js vs WordPress for AI Search (GEO/AIO)",
          "url": "https://growing-brands.de/themen/nextjs-vs-wordpress-geo"
        },
        {
          "@type": "Thing",
          "name": "Elementor-Migration",
          "alternateName": "Elementor migration",
          "url": "https://growing-brands.de/themen/elementor-migration"
        },
        {
          "@type": "Thing",
          "name": "SSR/SSG-Stack",
          "alternateName": "SSR/SSG stack",
          "url": "https://growing-brands.de/themen/ssr-ssg-stack"
        },
        {
          "@type": "Thing",
          "name": "CLS",
          "alternateName": "Cumulative Layout Shift",
          "url": "https://growing-brands.de/glossar/cls"
        },
        {
          "@type": "Thing",
          "name": "Technical SEO",
          "alternateName": "Technical SEO",
          "url": "https://growing-brands.de/glossar/technical-seo"
        },
        {
          "@type": "Thing",
          "name": "CDN",
          "alternateName": "Content Delivery Network",
          "url": "https://growing-brands.de/glossar/cdn"
        },
        {
          "@type": "Thing",
          "name": "WordPress-Migration",
          "alternateName": "WordPress migration",
          "url": "https://growing-brands.de/themen/wordpress-migration"
        },
        {
          "@type": "Thing",
          "name": "Hosting nach der Migration",
          "alternateName": "Hosting after migration",
          "url": "https://growing-brands.de/themen/hosting-nach-migration"
        },
        {
          "@type": "Thing",
          "name": "Next.js",
          "alternateName": "Next.js",
          "url": "https://growing-brands.de/glossar/nextjs"
        },
        {
          "@type": "Thing",
          "name": "Pagebuilder-Ablösung",
          "alternateName": "Page builder replacement",
          "url": "https://growing-brands.de/themen/pagebuilder-abloesung"
        },
        {
          "@type": "Thing",
          "name": "GEO & AI-Sichtbarkeit",
          "alternateName": "GEO and AI visibility",
          "url": "https://growing-brands.de/themen/geo-ai-sichtbarkeit"
        },
        {
          "@type": "Thing",
          "name": "Pagebuilder",
          "alternateName": "Page builder",
          "url": "https://growing-brands.de/glossar/pagebuilder"
        },
        {
          "@type": "Thing",
          "name": "GEO",
          "alternateName": "Generative Engine Optimization",
          "url": "https://growing-brands.de/glossar/geo"
        },
        {
          "@type": "Thing",
          "name": "SSR",
          "alternateName": "Server-Side Rendering",
          "url": "https://growing-brands.de/glossar/ssr"
        },
        {
          "@type": "Thing",
          "name": "SSG",
          "alternateName": "Static Site Generation",
          "url": "https://growing-brands.de/glossar/ssg"
        },
        {
          "@type": "Thing",
          "name": "Extrahierbarkeit",
          "alternateName": "Extractability",
          "url": "https://growing-brands.de/glossar/extrahierbarkeit"
        },
        {
          "@type": "Thing",
          "name": "Technical-SEO-Basis",
          "alternateName": "Technical SEO foundation",
          "url": "https://growing-brands.de/themen/technical-seo-basis"
        },
        {
          "@type": "Thing",
          "name": "Rankingverlust bei Migration vermeiden",
          "alternateName": "Prevent ranking loss during migration",
          "url": "https://growing-brands.de/themen/rankingverlust-vermeiden"
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://growing-brands.de/themen/core-web-vitals-modernisierung#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Startseite",
          "item": "https://growing-brands.de/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Themen",
          "item": "https://growing-brands.de/themen"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "Website-Modernisierung",
          "item": "https://growing-brands.de/themen/website-modernisierung"
        },
        {
          "@type": "ListItem",
          "position": 4,
          "name": "Core Web Vitals & Modernisierung",
          "item": "https://growing-brands.de/themen/core-web-vitals-modernisierung"
        }
      ]
    },
    {
      "@type": "FAQPage",
      "@id": "https://growing-brands.de/themen/core-web-vitals-modernisierung#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Sind Core Web Vitals nur SEO?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Nein. Sie messen reale Nutzerqualität und beeinflussen Timeout-/Extraktionsrisiken bei Crawlern und KI-Pipelines — deshalb gehören sie zur Modernisierung."
          }
        },
        {
          "@type": "Question",
          "name": "Reicht ein CDN ohne Migration?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Selten. CDN verkürzt Latenz, entfernt aber kein Pagebuilder-HTML und keine Plugin-Last. Ohne sauberes Markup bleibt LCP oft hoch."
          }
        },
        {
          "@type": "Question",
          "name": "Welche Werte sind „gut“?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Richtwerte: LCP unter 2,5 s, INP unter 200 ms, CLS unter 0,1. Moderne SSR/SSG-Stacks zielen typischerweise deutlich darunter."
          }
        },
        {
          "@type": "Question",
          "name": "Wann messe ich nach der Migration?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Lab-Checks vor Go-Live, Field Data (CrUX/Search Console) in den Wochen danach — plus Stichproben kritischer Landingpages."
          }
        },
        {
          "@type": "Question",
          "name": "Hängt das mit GEO zusammen?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Ja. Langsame Seiten erhöhen Crawl-Timeouts und senken die Chance, als klare Passage in RAG/AI-Overviews zu landen."
          }
        }
      ]
    }
  ]
}
```
