RLWiki:Alt text: Difference between revisions
Appearance
AZMindroma (talk | contribs) Added wikilinks Tags: Mobile edit Mobile web edit Advanced mobile edit |
AZMindroma (talk | contribs) m Updated procedure |
||
| Line 1: | Line 1: | ||
'''Alt text''' is important for [[wikipedia:Search engine optimization|SEO]] and for wiki [[wikipedia:Web accessibility|accessibility]]. Therefore, alt texts shall be implemented in every page. | '''Alt text''' is important for [[wikipedia:Search engine optimization|SEO]] and for wiki [[wikipedia:Web accessibility|accessibility]]. Therefore, alt texts shall be implemented in every page. | ||
If you want to quickly identify which images don't have an alt text, you can insert this in your common.css userpage (example: [[User:AZMindroma/common.css]]): | If you want to quickly identify which images don't have an alt text, you can insert this in your common.css userpage (example: [[User:AZMindroma/common.css]]): | ||
| Line 11: | Line 9: | ||
This will put a red frame around every non-alt text image. | This will put a red frame around every non-alt text image. | ||
Currently the project is done in chronological order of the articles (via [[Special:AllPages]]). | |||
=== Current progress: [[CentiCodes' Ultimate NCS Collection]] === | |||
Revision as of 12:29, 14 May 2026
Alt text is important for SEO and for wiki accessibility. Therefore, alt texts shall be implemented in every page.
If you want to quickly identify which images don't have an alt text, you can insert this in your common.css userpage (example: User:AZMindroma/common.css):
img:not([alt]), img[alt=""] {
outline: 5px solid red !important;
}
This will put a red frame around every non-alt text image.
Currently the project is done in chronological order of the articles (via Special:AllPages).