Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BLandmark Structure4 landmarksREVIEW
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
BAlt Text Quality1 of 117 images have issuesREVIEW
| Issue | Count |
|---|---|
| missing | 1 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
B404 Error PageHTTP 404, custom pageREVIEW
BFavicon & Branding7 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 1 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| title Paste Magazine: Your… | 3.77:1 | 4.5:1 | #000000 | #686868 | Fail |
| a Skip to the content | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a Paste | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a A.V. Club | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a Jezebel | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a Splinter | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a Daytrotter | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a Music | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a Movies | 14.09:1 | 4.5:1 | #000000 | #B3DBDD | Pass |
| a Comedy | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Games | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Books | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Food | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Drink | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Travel | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Tech | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Video | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Daytrotter | 19.26:1 | 4.5:1 | #000000 | #F5F5F5 | Pass |
| a Newsletter | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | Pass |
| a Bluesky | 16.98:1 | 4.5:1 | #000000 | #E7E7E7 | 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 81/100 — 5 failing, 23 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 |
|---|
Accept all div.cmpboxbtns > span#cmpwelcomebtnyes > a.cmpboxbtn > span#cmpbntyestxt |
Settings div.cmpboxbtns > span#cmpwelcomebtncustom > a.cmpboxbtn > span#cmpbntcustomtxt |
Privacy notice div.cmpboxinner > div.cmpboxbtns > div.cmpmore > a.cmpmorelink |
More div#landing-reviews > ul.articles > li.more > a |
These are opportunities to improve the legibility of your content.
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 |
|---|
div.top-bar-container > div.bottom-link-row > a > img.search-small div.top-bar-container > div.bottom-link-row > a > img.search-small |
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 |
|---|
header#master-header > div.top-bar-container > div.bottom-link-row > a header#master-header > div.top-bar-container > div.bottom-link-row > a |
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.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Paste
|
A.V. Club
|
Jezebel
|
Splinter
|
Daytrotter div.grid-container > header#master-header > div#site-bar > ul |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Newsletter div.top-bar-container > div.title-bar > span.show-for-small-only > a |
These items highlight common accessibility best practices.
A+Heading Hierarchy1 headingsPASS
- H1 xmlns="http://www.w3.org/2000/svg"> Paste Magazine: Your Guide to the Best Music, Movies & TV Shows
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #master-search | text | Search | aria-label |
ALink & Button Quality1 issue(s) across 293 links and 0 buttonsPASS
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.pastemagazine.com/search | <img class="search-small no-la… | img no alt | Add alt attribute to the image |
| https://www.pastemagazine.com/articles/a… | More | generic text | Replace with descriptive text |
Before: More Suggested: Music | |||
| https://www.wolfgangs.com/paste-magazine… | Store | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/PasteMagazine | new tab | Add '(opens in new tab)' to text | |
| https://www.instagram.com/pastemagazine/ | new tab | Add '(opens in new tab)' to text | |
Generic link text like 'click here' doesn't describe the destination.
https://www.pastemagazine.com/articles/article-type/music ("More")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://www.wolfgangs.com/paste-magazine-merch/; https://www.facebook.com/PasteMagazine; https://www.instagram.com/pastemagazine/
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