Alt Text And Caption Pass
Alt text serves screen readers first and image search second, and the two goals mostly agree. Bulk generation ignores the surrounding copy and produces descriptions that repeat what the paragraph already said, which helps neither. The opposite failure is as common: descriptive alt on every icon and divider, so a screen reader user hears noise between paragraphs. Sort the images that carry meaning from the ones that do not before writing anything.
FORMATO
image-alt-and-caption-pass.md
PRECIO
Gratis, sin cuenta
CUÁNDO USAR ESTO
Use when a page set has alt text that was generated in bulk, left empty, or filled with file names.
El archivo de la habilidad
image-alt-and-caption-pass.md
---
name: image-alt-and-caption-pass
description: Use when a page set has alt text that was generated in bulk, left empty, or filled with file names.
---
# Alt Text And Caption Pass
Alt text serves screen readers first and image search second, and the two goals mostly agree. Bulk generation ignores the surrounding copy and produces descriptions that repeat what the paragraph already said, which helps neither. The opposite failure is as common: descriptive alt on every icon and divider, so a screen reader user hears noise between paragraphs. Sort the images that carry meaning from the ones that do not before writing anything.
## Qué necesitas antes
- Every image on the page set with its surrounding paragraph, current alt, caption and file name
- A decision on which images are decorative, which needs whoever chose them
- Image-search impressions from Search Console for any images already earning traffic
## Método
1. List each image next to the sentence it sits beside. Alt written without the surrounding copy is what produces duplicates of the body text, the standard bulk-tool output.
2. Split into three groups: images carrying information not in the text, images illustrating text already present, and decorative images. Mixing these is what produces bad alt at scale.
3. Give informational images alt that states the information rather than the appearance. For a chart, that is the finding, not the words "bar chart".
4. Give decorative images an empty alt attribute rather than no attribute. Empty alt tells assistive technology to skip the image; a missing attribute can make it read the file name aloud.
5. Write captions for the images people will actually stop at. Captions are read far more than body copy and, unlike alt, they are visible to every reader.
6. Rename meaningful files to describe the content in words, but restrict renames to new images or a deliberate batch, since renaming a file that already earns image-search traffic resets its history.
7. Check the result with a screen reader or the accessibility tree on the two or three most image-heavy pages. Counting alt attributes tells you nothing about whether the page is listenable.
## Qué produce esto
Per page: revised alt for informational images, empty alt on decorative ones, captions where they earn attention, and a rename list scoped to new files.
## Dónde falla esto
- Generating alt in bulk without the surrounding paragraph, producing text that duplicates the copy for both readers and image search
- Adding descriptive alt to icons and dividers, which makes the page slower and more confusing to listen to
- Renaming image files that already rank, which discards their history for a cosmetic gain
- Treating alt as a place for keywords, which reads as spam to a person listening and does not help the ranking it was meant to
---
De la biblioteca de habilidades de QuQi - https://www.quqi.io/es/skills/image-alt-and-caption-pass
Descarga gratis · sin cuenta, sin correo
Qué necesitas antes
-
Every image on the page set with its surrounding paragraph, current alt, caption and file name
-
A decision on which images are decorative, which needs whoever chose them
-
Image-search impressions from Search Console for any images already earning traffic
Método
-
01
List each image next to the sentence it sits beside. Alt written without the surrounding copy is what produces duplicates of the body text, the standard bulk-tool output.
-
02
Split into three groups: images carrying information not in the text, images illustrating text already present, and decorative images. Mixing these is what produces bad alt at scale.
-
03
Give informational images alt that states the information rather than the appearance. For a chart, that is the finding, not the words "bar chart".
-
04
Give decorative images an empty alt attribute rather than no attribute. Empty alt tells assistive technology to skip the image; a missing attribute can make it read the file name aloud.
-
05
Write captions for the images people will actually stop at. Captions are read far more than body copy and, unlike alt, they are visible to every reader.
-
06
Rename meaningful files to describe the content in words, but restrict renames to new images or a deliberate batch, since renaming a file that already earns image-search traffic resets its history.
-
07
Check the result with a screen reader or the accessibility tree on the two or three most image-heavy pages. Counting alt attributes tells you nothing about whether the page is listenable.
Qué produce esto
Per page: revised alt for informational images, empty alt on decorative ones, captions where they earn attention, and a rename list scoped to new files.
Dónde falla esto
-
Generating alt in bulk without the surrounding paragraph, producing text that duplicates the copy for both readers and image search
-
Adding descriptive alt to icons and dividers, which makes the page slower and more confusing to listen to
-
Renaming image files that already rank, which discards their history for a cosmetic gain
-
Treating alt as a place for keywords, which reads as spam to a person listening and does not help the ranking it was meant to
Usa esta skill en tu propia IA
El archivo es markdown simple, con el nombre y el disparador en su frontmatter. Cuando un asistente sabe cargar skills por su cuenta, es ese frontmatter lo que lee para decidir que esta le aplica.
Claude Code
Guárdala como ~/.claude/skills/image-alt-and-caption-pass/SKILL.md y Claude la carga solo cuando lo que haces coincide con el disparador. Ponla en .claude/skills dentro de un proyecto si la debe tener todo el equipo.
Claude
Sube el archivo en la sección de skills de tus ajustes. Una vez ahí se aplica solo en cualquier conversación donde encaje el disparador, sin que tengas que acordarte.
ChatGPT
No hay un formato de skills donde instalarla, así que pega el contenido del archivo en las instrucciones de un Proyecto o de un GPT personalizado. Así se aplica a todos los chats de ese proyecto y no solo a aquel donde lo pegaste.
Cualquier otro
Pega el markdown en el chat antes de tu pregunta. Funciona en cualquier asistente, solo hay que volver a pegarlo cada vez.
Más en SEO on-page