> For the complete documentation index, see [llms.txt](https://help.anonivate.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.anonivate.com/help-center/seo/alt-text-for-images.md).

# Alt Text for Images

### Provide Alt Texts for All Images

Alt texts (or 'alternative texts') are crucial because they describe your images to search engine crawlers and make your website more accessible to users with visual impairments.

### **Why They're Important**:

1. **For SEO**: Search engines can't visually interpret images, but they can understand alt texts. This helps them index your image content, which can boost your site's rankings.
2. **For Accessibility**: Alt texts are used by screen readers to describe images, making your content accessible to all users.
3. **For Technical Issues**: If an image doesn't load, the alt text will show up, keeping your content understandable.

**Tips for Writing Effective Alt Texts:**

* **Be Descriptive**: Use clear, descriptive language to convey the content and context of the image.
* **Keyword Smart**: Include relevant keywords naturally, but avoid keyword stuffing.
* **Keep It Short & Relevant**: Ensure the alt text is directly related to the image and adds value to the surrounding content.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.anonivate.com/help-center/seo/alt-text-for-images.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
