On-page

Image alt text

Checks if all images have descriptive alt text.

¿Por qué importa esto?

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.

¿Cómo se soluciona?

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="".

Este check puntúa de 0 a 100. Bajo 50 es un fallo, 50 a 89 un aviso, 90 o más es bueno. Tras cada crawl ve la nota por página en el informe, con una breve explicación.

Preguntas frecuentes

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="".

Ejemplo

Copie el código de abajo y adapte el dominio, la marca y el contenido a su situación.

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