Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionSoft 404 detectedFIX
The server returned HTTP 200 for a non-existent path. Search engines will index this page as real content. Configure your server to return HTTP 404 for missing pages.
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction2 landmarksREVIEW
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
BHeading Hierarchy2 headingsREVIEW
- H2 About Your Privacy
- H3 If you click "Accept All", we and our partners may process personal data for the following purposes:
Every page should have one H1 that describes the page content.
No H1 means screen-reader users can't identify the page's primary topic, and Google's content-extraction degrades.
Learn more ▾ ▴
The H1 is the document title for assistive tech and a strong signal to search engines about page topic. Pages without one force screen readers to fall back to the <title> attribute or page chrome. Add a single H1 that names the page's primary subject.
Source: WCAG 2.4.6 / Google Search Central
CLink & Button QualityAction3 issue(s) across 56 links and 4 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /story/news/politics/2026/04/22/iowa-leg… | Iowa's speed limit would rise … | img no alt | Add alt attribute to the image |
| https://www.facebook.com/DesMoinesRegist… | (empty) | empty | Add link text or aria-label |
| https://twitter.com/DMRegister | (empty) | empty | Add link text or aria-label |
| http://www.pinterest.com/dmregister/ | (empty) | empty | Add link text or aria-label |
| /privacy | More information about your pr… | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
https://www.facebook.com/DesMoinesRegister; https://twitter.com/DMRegister; http://www.pinterest.com/dmregister/
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
/privacy
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
CFavicon & BrandingAction4 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
3 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 About Your Privacy | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 If you click "Accept… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title Home | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Skip to main content | 20.12:1 | 4.5:1 | #000000 | #FAFAFA | Pass |
| a Home | 19.43:1 | 4.5:1 | #000000 | #F6F6F6 | Pass |
| a News | 4.03:1 | 4.5:1 | #000000 | #716B6D | Fail |
| a Politics | 3.80:1 | 4.5:1 | #000000 | #706761 | Fail |
| a Sports | 3.40:1 | 4.5:1 | #000000 | #6A6231 | Fail |
| a Things To Do | 4.78:1 | 4.5:1 | #000000 | #86756E | Pass |
| a Business | 4.97:1 | 4.5:1 | #000000 | #837978 | Pass |
| a Metro News | 11.63:1 | 4.5:1 | #000000 | #C2C0C4 | Pass |
| a Opinion | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a Obituaries | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a About Us | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a eNewspaper | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a Advertise with Us | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a Archives | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a Crosswords | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a Comics | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
| a Newsletters | 19.60:1 | 4.5:1 | #000000 | #F7F7F7 | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
BLighthouse Accessibility AuditsScore 85/100 — 6 failing, 22 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Share your feedback div.content-well > div#post-content > cta-generic-text.feedback > span.emphasis |
These are opportunities to improve the legibility of your content.
Navigation
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Most Recent Videos div#container > a.has-padding > h5.label-news |
These are opportunities to improve keyboard navigation in your application.
Names and labels
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
a.container-link > div.container > img a.container-link > div.container > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#footer > div#footerContainer > div#footerButtons > a#Facebook div#footer > div#footerContainer > div#footerButtons > a#Facebook |
div#footer > div#footerContainer > div#footerButtons > a#Twitter div#footer > div#footerContainer > div#footerButtons > a#Twitter |
div#footer > div#footerContainer > div#footerButtons > a#Pinterest div#footer > div#footerContainer > div#footerButtons > a#Pinterest |
Including a skip link can help users skip to the main content to save time. Learn more about skip links.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Skip to main content body.partner-placements-inactive > a#skipToMain |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
For more information about how we use your data visit our Privacy Policy. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |