Jump to content

RLWiki:Alt text: Difference between revisions

From Rolling Lounge Wiki
Created page with "Alt text is important for SEO and for wiki accessibility. Therefore, alt texts shall be implemented in every page. Going through the files in chronological order. ==Files done== * File:2002.png * File:2002 (Generic).png"
 
m Added done notice
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
Alt text is important for SEO and for wiki accessibility. Therefore, alt texts shall be implemented in every page.
'''This project has been finished as of May 25, 2026! Contemporary because new pages and media may get added, but it's now something to keep in mind for the future and doesn't have to be done in bulk if it's done properly.'''


Going through the files in chronological order.
'''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.


==Files done==
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]]):
* [[:File:2002.png]]
<pre>
* [[:File:2002 (Generic).png]]
img:not([alt]), img[alt=""] {
    outline: 5px solid red !important;
}
</pre>
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: Done ===
 
== Mirror of [[Special:AllPages]] ==
 
{{Special:AllPages}}

Latest revision as of 00:10, 25 May 2026

This project has been finished as of May 25, 2026! Contemporary because new pages and media may get added, but it's now something to keep in mind for the future and doesn't have to be done in bulk if it's done properly.

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).

Current progress: Done[edit | edit source]

Mirror of Special:AllPages[edit | edit source]