Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction1 landmarksFIX
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
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
FFavicon & BrandingAction2 icon(s) detectedFIX
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
BHeading HierarchyNo headingsREVIEW
No headings found
Headings create the document outline for screen reader navigation.
Headings (H1-H6) create the document outline for screen reader navigation.
A page with zero headings is unnavigable by assistive tech and reads as one undifferentiated wall of text.
Learn more ▾ ▴
Screen reader users navigate by jumping between H1-H6 elements. A page with no headings has no skip targets — users have to read every word linearly. Adding a heading hierarchy (one H1, then H2 sections, optional H3 subsections) makes the page skimmable for both AT and human readers.
Source: WCAG 1.3.1 / W3C WAI
BForm Accessibility2 of 9 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #postform-text | textarea | New Paste | aria-label |
| #postform-tag | text | Tags: | for/id |
| input | text | Tags | aria-label |
| #postform-is_password_enabled | checkbox | EnabledDisabled | for/id |
| #postform-password | text | Password | aria-label |
| #postform-is_burn | checkbox | Burn after read | for/id |
| #postform-name | text | Paste Name / Title: | for/id |
| #q | text | (Search...) | placeholder only |
| #paste-raw-on | checkbox | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="checkbox" id="paste-raw-on">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="q" id="q">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
CLink & Button QualityAction2 issue(s) across 58 links and 2 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://facebook.com/pastebin | Like us on Facebook | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/pastebin | Follow us on Twitter | new tab | Add '(opens in new tab)' to text |
| /signup | Sign Up | img no alt | Add alt attribute to the image |
| (empty) | empty | Add link text or aria-label | |
| (empty) | empty | Add link text or aria-label |
Links without text are announced as raw URLs by screen readers.
a.lb-cancel (#649 on page); a.lb-close (#656 on page)
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
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/signup"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://facebook.com/pastebin; https://twitter.com/pastebin
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
B404 Error PageHTTP 404, custom pageREVIEW
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 Pastebin.com - #1 pa… | 2.13:1 | 4.5:1 | #000000 | #02476F | Fail |
| a Pastebin | 4.80:1 | 4.5:1 | #000000 | #527E98 | Pass |
| a API | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| a tools | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| a faq | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| span paste | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| a Login | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| a Sign up | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| p Please fix the follo… | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| div New Paste | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| span Syntax Highlighting | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| div Optional Paste Setti… | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| label Category: | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| option None | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| option Cryptocurrency | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| option Cybersecurity | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| option Fixit | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| option Food | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| option Gaming | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | Pass |
| option Haiku | 15.46:1 | 4.5:1 | #000000 | #DDDDDD | 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 87/100 — 4 failing, 21 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.
ARIA
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.col-sm-9 > span.select2 > span.selection > span.select2-selection div.col-sm-9 > span.select2 > span.selection > span.select2-selection |
span.select2 > span.selection > span.select2-selection > span#select2-postform-folder_key-container span.select2 > span.selection > span.select2-selection > span#select2-postform-folder_key-container |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
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 |
|---|
NEW div.post-form__left > div.form-group > label.control-label > span.badge-new |
NEW div.post-form__left > div.form-group > div.col-sm-9 > span.badge-new |
create new paste div.container > div.footer__container > div.footer__left > a |
syntax languages div.container > div.footer__container > div.footer__left > a |
archive div.container > div.footer__container > div.footer__left > a |
faq div.container > div.footer__container > div.footer__left > a |
tools div.container > div.footer__container > div.footer__left > a |
night mode div.container > div.footer__container > div.footer__left > a |
api div.container > div.footer__container > div.footer__left > a |
scraping api div.container > div.footer__container > div.footer__left > a |
news div.container > div.footer__container > div.footer__left > a |
pro div.container > div.footer__container > div.footer__left > a.pro |
privacy statement div.container > div.footer__container > div.footer__left > a |
cookies policy div.container > div.footer__container > div.footer__left > a |
terms of service div.container > div.footer__container > div.footer__left > a |
security disclosure div.container > div.footer__container > div.footer__left > a |
dmca div.container > div.footer__container > div.footer__left > a |
report abuse div.container > div.footer__container > div.footer__left > a |
contact div.container > div.footer__container > div.footer__left > a |
These are opportunities to improve the legibility of your content.
Names and labels
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.container > div.header__container > div.header__left > a.header__btn div.container > div.header__container > div.header__left > a.header__btn |
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.
Best practices
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.