| Critical | This button element contains no text and has no accessible name. | WCAG 2.2 A 4.1.2 Section 508 (2017) A 4.1.2
| |
| <button onclick='...' type='button' id='...' class='search-trigger ...'>...</button>
| 183 | |
| Critical | Headings should not be empty. | ARIA 1.2 5.2.8
| |
| <h1 class='...'><a href='https://allpanel-exch.com'>...</a></h1>
| 153 | |
| Critical | alt text should not be a meaningless image file name. | WCAG 2.2 A F30 Section 508 (2017) A F30
| |
| Placeholder alt text: AllPanelExch<img fetchpriority='high' decoding='async' width='1024' height='320' src='...g' class='attachment-large ...' alt='AllPanelExch' srcset='...' sizes='(max-width: 1024px) ...'>
| 200 | |
| Placeholder alt text: AllPanelExch<img decoding='async' width='600' height='400' src='...g' class='attachment-large ...' alt='AllPanelExch' srcset='...' sizes='(max-width: 600px) ...'>
| 217 | |
| Critical | alt text should not contain placeholders like 'picture' or 'spacer'. | WCAG 2.2 A F30 Section 508 (2017) A F30
| |
| Placeholder text: AllPanelExch<img fetchpriority='high' decoding='async' width='1024' height='320' src='...g' class='attachment-large ...' alt='AllPanelExch' srcset='...' sizes='(max-width: 1024px) ...'>
| 200 | |
| Placeholder text: AllPanelExch<img decoding='async' width='600' height='400' src='...g' class='attachment-large ...' alt='AllPanelExch' srcset='...' sizes='(max-width: 600px) ...'>
| 217 | |
| Critical | Links must have an accessible name. | WCAG 2.2 A F89 Section 508 (2017) A F89
| |
| <a href='https://twitter.com' target='_blank'>...</a>
| 143 | |
| <a href='https://www.facebook.com' target='_blank'>...</a>
| 143 | |
| <a href='https://www.linkedin.com' target='_blank'>...</a>
| 143 | |
| <a href='https://www.youtube.com' target='_blank'>...</a>
| 143 | |
| <a href='https://www.instagram.com' target='_blank'>...</a>
| 143 | |
| Critical | Web pages must not contain large images that flash more than three times in any one second period. | WCAG 2.2 A 2.3.1 Section 508 (2017) A 2.3.1
| |
| Flashing image: | | |
| 24.32 flashes per second,
730px x 280px
<img loading='lazy' decoding='async' width='730' height='280' src='https://allpanel-exch.com/wp-content/uploads/2025/11/aviator-730-280.gif' class='attachment-large ...' alt='aviator'>
| 364 | |
| Critical | Invalid CSS color value. | CSS Validation
| |
| color: #d5d5d5px | 67 | |
| Critical | The label element may contain at most one descendant
input element,
button element,
select element,
or textarea element. | HTML5
| |
| <label>...</label>
| 510 | |
| <label>...</label>
| 533 | |
| Critical | Bad value for attribute type. | HTML5
| |
| Expected a token character or '/' but saw | | |
| <script type='speculationrules'>...</script>
| 1433 | |
| 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 | The banner role is unnecessary for element header. | HTML5
| |
| <header role='banner' class='...'>...</header>
| 147 | |
| Important | Avoid specifying a new window as the target of a link with target=_blank. | WCAG 2.2 AAA F22
| |
| <a href='https://twitter.com' target='_blank'>...</a>
| 143 | |
| <a href='https://www.facebook.com' target='_blank'>...</a>
| 143 | |
| <a href='https://www.linkedin.com' target='_blank'>...</a>
| 143 | |
| <a href='https://www.youtube.com' target='_blank'>...</a>
| 143 | |
| <a href='https://www.instagram.com' target='_blank'>...</a>
| 143 | |
| Less Important | Use site maps for web sites that have many pages. | Usability.gov 7:10
| |
| | 1 | |