Critical | Use the lang attribute to identify the language of the page. | WCAG 2.1 A 3.1.1 Section 508 (2017) A 3.1.1
| |
| <html><head><title>Example Domain</title><meta charset='utf-8'>...</head>...</html>
| 2 | |
Critical | A document must not include both a
meta element with an
http-equiv attribute
whose value is content-type,
and a meta element with a
charset attribute. | HTML5
| |
| <meta http-equiv='content-type' content='text/html; charset=utf-8'>
| 7 | |
Critical | Offer an HTML site map to your users with links that point to the important parts of your site. Links embedded in menus, list boxes, and similar elements are not accessible to web crawlers unless they appear in your site map. If the site map is larger than 100 or so links, you may want to break the site map into separate pages. | Google Bing
| |
| | 1 | |
Very Important | If you set any of the colors on the body or a elements you must set all of them. | WCAG 2.1 AA F24 Section 508 (2017) AA F24
| |
| The colors used are: | | |
| color: rgb(0,0,0) from browser settings
background: rgb(253,253,255) from www.example.com
<h1>Example Domain</h1>
| 40 | |
| color: rgb(0,0,0) from browser settings
background: rgb(253,253,255) from www.example.com
<p>This domain is for use in ... or asking for permission.</p>
| 41 | |
Very Important | Provide a search option on each page of content-rich web sites. | Usability.gov 17:4
| |
| | 1 | |
Important | No meta description tag found. Use a description tag that accurately describes the contents of a web page. | Yahoo Google Bing
| |
| <html><head><title>Example Domain</title><meta charset='utf-8'>...</head>...</html>
| 2 | |
Less Important | Use site maps for web sites that have many pages. | Usability.gov 7:10
| |
| | 1 | |