Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLink & Button QualityAction5 issue(s) across 204 links and 27 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://bitly.com/pages/ai/bitly-assist | Bitly Assist AI-powered link a… | img no alt | Add alt attribute to the image |
| https://bitly.com/pages/ai/llm-integrati… | Bitly LLM Integrations Bring l… | img no alt | Add alt attribute to the image |
| https://bitly.com/pages/ai/mcp | Bitly MCP Connect to AI agents… | img no alt | Add alt attribute to the image |
| https://bitly.com/pages/use-case/order-c… | Order Confirmation | img no alt | Add alt attribute to the image |
| https://bitly.com/pages/use-case/surveys… | Surveys and Feedback | img no alt | Add alt attribute to the image |
| https://bitly.com/pages/use-case/product… | Product Packaging | img no alt | Add alt attribute to the image |
| https://bitly.com/pages/use-case/print-a… | Print Advertising | img no alt | Add alt attribute to the image |
| https://bitly.com/pages/use-case/digital… | Digital Advertising | img no alt | Add alt attribute to the image |
| https://bitly.com/pages/use-case/content… | Content Sharing | img no alt | Add alt attribute to the image |
| https://mkt-static.bitly.com/static/1775… | Accessibility Report | new tab | Add '(opens in new tab)' to text |
| https://mkt-static.bitly.com/static/1775… | Accessibility Report | new tab | Add '(opens in new tab)' to text |
| https://twitter.com/bitly | Link to Bitly's Twitter | new tab | Add '(opens in new tab)' to text |
| https://instagram.com/bitly | Link to Bitly's Instagram | new tab | Add '(opens in new tab)' to text |
| https://facebook.com/bitly | Link to Bitly's Facebook | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/552285 | Link to Bitly's LinkedIn | new tab | Add '(opens in new tab)' to text |
| https://www.onetrust.com/products/cookie… | Powered by OneTrust Opens in a… | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
| <button> | (empty) | empty | Add button text or aria-label |
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="https://bitly.com/pages/ai/bitly-assist"]; a[href="https://bitly.com/pages/ai/llm-integrations"]; a[href="https://bitly.com/pages/ai/mcp"]; a[href="https://bitly.com/pages/use-case/order-confirmation-and-fulfillment"]; a[href="https://bitly.com/pages/use-case/surveys-and-feedback"]; a[href="https://bitly.com/pages/use-case/product-packaging"]; a[href="https://bitly.com/pages/use-case/print-advertising"]; a[href="https://bitly.com/pages/use-case/digital-advertising"]; a[href="https://bitly.com/pages/use-case/content-sharing"]
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://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/…; https://mkt-static.bitly.com/static/1775658203/pages/wp-content/uploads/2025/…; https://twitter.com/bitly; https://instagram.com/bitly; https://facebook.com/bitly; https://www.linkedin.com/company/552285; https://www.onetrust.com/products/cookie-consent/
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
Icon-only buttons need an aria-label so screen readers can announce them.
button (#1366 on page); button (#1376 on page); button (#1390 on page); button (#1404 on page); button (#1418 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
FFavicon & BrandingAction2 icon(s) detectedFIX
FWeb ManifestActionInvalid JSONFIX
Manifest contains invalid JSON.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CHeading HierarchyAction33 headings, 1 skip(s)REVIEW
- H3 Products
- H3 Features
- H3 Integrations
- H3 Discover more
- H3 AI Features
- H3 AI Resources
- H3 What's New
- H3 By industry
- H3 By Team
- H3 By Business
- H3 Use Cases
- H3 learn more
- H3 Get inspired
- H3 Find Answers
- H3 What's new
- H3 The Bitly Connections Platform
- H3 Adopted and loved by millions of users for over a decade
- H2 What our customers are saying
- H3 See how other businesses use Bitly
- H3 More than a link shortener
- H3 More than a link shortener
- H5 Start now: skipped
- H5 Shorten a URL
- H5 Create a QR Code
- H2 Our website is sweeter with cookies 🍪
- H2 We use cookies on our website
- H3 Manage cookie preferences
- H4 Essential Cookies
- H4 Marketing Cookies
- H4 Performance Cookies
- H4 Targeting Cookies
- H4 Web Analytics
- H3 Cookie List
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
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
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 |
|---|---|---|---|---|---|
| h2 What our customers a… | 18.73:1 | 3.0:1 | #000000 | #EDF2FE | Pass |
| h2 Our website is sweet… | 18.73:1 | 3.0:1 | #000000 | #EDF2FE | Pass |
| h2 We use cookies on ou… | 18.73:1 | 3.0:1 | #000000 | #EDF2FE | Pass |
| h3 Products | 1.26:1 | 3.0:1 | #000000 | #031F39 | Fail |
| h3 Features | 18.73:1 | 3.0:1 | #000000 | #EDF2FE | Pass |
| h3 Integrations | 18.73:1 | 3.0:1 | #000000 | #EDF2FE | Pass |
| h3 Discover more | 18.73:1 | 3.0:1 | #000000 | #EDF2FE | Pass |
| h3 AI Features | 18.73:1 | 3.0:1 | #000000 | #EDF2FE | Pass |
| h3 AI Resources | 18.73:1 | 3.0:1 | #000000 | #EDF2FE | Pass |
| h3 What's New | 18.73:1 | 3.0:1 | #000000 | #EDF2FE | Pass |
| h3 By industry | 18.73:1 | 3.0:1 | #000000 | #EDF2FE | Pass |
| h3 By Team | 18.73:1 | 3.0:1 | #000000 | #EDF2FE | Pass |
| h3 By Business | 18.73:1 | 3.0:1 | #000000 | #EDF2FE | Pass |
| h3 Use Cases | 18.73:1 | 3.0:1 | #000000 | #EDF2FE | Pass |
| h3 learn more | 18.73:1 | 3.0:1 | #000000 | #EDF2FE | Pass |
| h3 Get inspired | 18.73:1 | 3.0:1 | #000000 | #EDF2FE | Pass |
| h3 Find Answers | 18.73:1 | 3.0:1 | #000000 | #EDF2FE | Pass |
| h3 What's new | 18.73:1 | 3.0:1 | #000000 | #EDF2FE | Pass |
| h3 The Bitly Connection… | 18.73:1 | 3.0:1 | #000000 | #EDF2FE | Pass |
| h3 Adopted and loved by… | 18.73:1 | 3.0:1 | #000000 | #EDF2FE | 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 89/100 — 4 failing, 29 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
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Small Bitly Logo div.pcta > div#pcta > div.pcta-tabs-container > ul#pcta-tabs |
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 |
|---|
GREAT CONNECTIONS START WITH A CLICK OR SCAN div.inner-content > div.cell > div.block-intro > p.preheading |
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 |
|---|
Use our URL shortener, QR Codes, and landing pages to engage your audience and … div.bg-core-navy > div.container > div.px-4 > h3.p0 |
Start now: div#pcta > div.pctabanner > div.pctabanner-inner > h5.banner-heading |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Small Bitly Logo div#pcta > div.pcta-tabs-container > ul#pcta-tabs > li |
Close popup div#pcta > div.pcta-tabs-container > ul#pcta-tabs > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
ALandmark Structure8 landmarksPASS
Multiple navigations need aria-label to distinguish them for screen readers.
Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.
Learn more ▾ ▴
When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.
Source: WAI-ARIA Authoring Practices
AAlt Text Quality1 of 87 images have issuesPASS
| 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
A+Form AccessibilityAll 13 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #pcta-short-link-long-url | url | Enter your URL destination | none |
| #pcta-short-link-submit | button | Shorten URL | aria-label |
| #pcta-qr-long-url | url | Enter your QR Code destination | none |
| #pcta-qr-submit | button | Create QR Code | aria-label |
| #ot-group-id-C0007 | checkbox | Marketing Cookies | for/id |
| #ot-group-id-C0002 | checkbox | Performance Cookies | for/id |
| #ot-group-id-C0004 | checkbox | Targeting Cookies | for/id |
| #ot-group-id-C0008 | checkbox | Web Analytics | for/id |
| #vendor-search-handler | text | Cookie list search | aria-label |
| #chkbox-id | checkbox | checkbox label | for/id |
| #select-all-hosts-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-groups-handler | checkbox | checkbox label | for/id |
| #select-all-vendor-leg-handler | checkbox | checkbox label | for/id |