Include proper alt text for images
Not only is alt text important for SEO, it’s crucial for accessibility. The alt attribute is meant to provide "alternate text" descriptions of images to help ensure people do not miss out on information conveyed by graphics. Alternative text can help people using assistive technology, such as screen readers, or people who have images turned off on their mobile devices (to save data, for instance).
The alternative text describes the primary purpose of an image and is rarely a detailed description of the image itself (unless, for example, the page is actually about a specific image).
When uploading new images into your content management system (CMS), it’s important to get into the habit of adding a distinct title and alt text, especially for images that are used as more than decoration.
Here are some quick tips:
- Describe the image as specifically as possible.
- Keep it (relatively) short.
- Don't begin alternative text with "photo of..." or "picture of..."
- Don't put line breaks in alt text.
- Emotion is important.
Here are some examples:

Okay alt text: | <img src="bird.png" alt="Rooster"> |
Better alt text: | <img src="bird.png" alt="Rooster crowing"> |
Best alt text: | <img src="bird.png" alt="Red-crested rooster crowing"> |

Okay alt text: | <img src="escalator.jpg" alt="man on escalator"> |
Better alt text: | <img src="escalator.jpg" alt="man walking on escalator"> |
Best alt text: | <img src="escalator.jpg" alt="man wearing backpack walking down escalator"> |