Pourquoi est-ce important ?
Google's Panda update penalizes websites with many thin, low-quality pages. Thin content pages "dilute" your domain's authority and can lead to an overall ranking drop.
Comment le corriger ?
Consolidate thin pages or enrich them with real value. Consider noindexing pages without content. Remove or merge pages that contain only minimal information.
Ce check note de 0 à 100. Sous 50 c’est un échec, 50 à 89 un avertissement, 90 ou plus c’est bon. Après chaque crawl vous voyez la note par page dans le rapport, avec une courte explication.
Questions fréquentes
Detects pages with too little unique content.
Google's Panda update penalizes websites with many thin, low-quality pages. Thin content pages "dilute" your domain's authority and can lead to an overall ranking drop.
Consolidate thin pages or enrich them with real value. Consider noindexing pages without content. Remove or merge pages that contain only minimal information.
Exemple
Copiez le code ci-dessous et adaptez le nom de domaine, la marque et le contenu à votre situation.
<!-- Option 1: noindex for pages with insufficient content --> <meta name="robots" content="noindex, follow"> <!-- Option 2: canonical to main page when content overlaps --> <link rel="canonical" href="https://www.yourdomain.com/services/"> <!-- Option 3: merge pages and set up a 301 redirect --> <!-- In .htaccess or Nginx: --> Redirect 301 /thin-page/ https://www.yourdomain.com/comprehensive-page/