On-page

Image alt text

Checks if all images have descriptive alt text.

Pourquoi est-ce important ?

Alt text helps Google understand images and include them in Google Images. It's also essential for accessibility - screen readers read the alt text aloud for visually impaired users.

Comment le corriger ?

Add a descriptive alt attribute to every image. Describe what's in the image, not "image of..." or "photo of...". Decorative images get an empty alt="".

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

Checks if all images have descriptive alt text.

Alt text helps Google understand images and include them in Google Images. It's also essential for accessibility - screen readers read the alt text aloud for visually impaired users.

Add a descriptive alt attribute to every image. Describe what's in the image, not "image of..." or "photo of...". Decorative images get an empty alt="".

Exemple

Copiez le code ci-dessous et adaptez le nom de domaine, la marque et le contenu à votre situation.

<img
    src="/images/seo-dashboard.webp"
    alt="SEOCrawler dashboard showing total score 87 for yourdomain.com"
    width="1200"
    height="630"
    loading="lazy"
>
Essai gratuit