dyreschlock / schlock-website

Personal Website code to be run locally or generate a static website hosted through github pages.
http://theschlock.com/
0 stars 0 forks source link

Look into Page Regions and Aria Labels. #69

Closed dyreschlock closed 1 year ago

dyreschlock commented 1 year ago

Modern Accessibility for Websites use extra tags and properties to split up the information on the site. Read a description of this from the following link: https://www.w3.org/WAI/tutorials/page-structure/regions/

Adding this stuff into the site can increase its accessibility and SEO scores.

dyreschlock commented 1 year ago

This has been implemented and now there are no accessibility errors on the site.