Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FAlt Text QualityAction50 of 60 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 50 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
FLink & Button QualityAction21 issue(s) across 157 links and 18 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| https://my.brandwatch.com/ | Consumer … | new tab | Add '(opens in new tab)' to text |
| https://app.falcon.io/ | Social Media … | new tab | Add '(opens in new tab)' to text |
| https://home.influence.brandwatch.com/ | Influence … | new tab | Add '(opens in new tab)' to text |
| https://www.brandwatch.com/suite/consume… | Consumer Intelligence … | img no alt | Add alt attribute to the image |
| https://www.brandwatch.com/suite/social-… | Social Media Management … | img no alt | Add alt attribute to the image |
| https://www.brandwatch.com/products/infl… | Influencer Marketing … | img no alt | Add alt attribute to the image |
| ./datanetworks/facebook/ | (empty) | empty | Add link text or aria-label |
| ./datanetworks/youtube/ | (empty) | empty | Add link text or aria-label |
| ./datanetworks/whatsapp/ | (empty) | empty | Add link text or aria-label |
| ./datanetworks/instagram/ | (empty) | empty | Add link text or aria-label |
| ./datanetworks/tiktok/ | (empty) | empty | Add link text or aria-label |
| ./datanetworks/facebook-messenger/ | (empty) | empty | Add link text or aria-label |
| ./datanetworks/linkedin/ | (empty) | empty | Add link text or aria-label |
| ./datanetworks/reddit/ | (empty) | empty | Add link text or aria-label |
| ./datanetworks/tumblr/ | (empty) | empty | Add link text or aria-label |
| ./datanetworks/x/ | (empty) | empty | Add link text or aria-label |
| https://www.brandwatch.com/case-studies/… | Better audience engagement … | img no alt | Add alt attribute to the image |
| https://www.brandwatch.com/case-studies/… | Take the lead … | img no alt | Add alt attribute to the image |
| https://www.brandwatch.com/case-studies/… | Double the ROI … | img no alt | Add alt attribute to the image |
| https://www.brandwatch.com/case-studies/… | Turn crisis into opportunity … | img no alt | Add alt attribute to the image |
| https://www.brandwatch.com/demo/ | Book a meetingto get started … | img no alt | Add alt attribute to the image |
| https://www.x.com/brandwatch | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/Brandwatch | (empty) | empty | Add link text or aria-label |
| https://www.linkedin.com/company/brandwa… | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/brandwatch | (empty) | empty | Add link text or aria-label |
| https://www.youtube.com/c/BrandwatchVide… | (empty) | empty | Add link text or aria-label |
| Continue to brandwatch.com | new tab | Add '(opens in new tab)' to text | |
| Continue to brandwatch.com | new tab | Add '(opens in new tab)' to text | |
| https://www.brandwatch.com/legal/cookie-… | More information about your pr… | 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 |
Links without text are announced as raw URLs by screen readers.
/; ./datanetworks/facebook/; ./datanetworks/youtube/; ./datanetworks/whatsapp/; ./datanetworks/instagram/; ./datanetworks/tiktok/; ./datanetworks/facebook-messenger/; ./datanetworks/linkedin/; ./datanetworks/reddit/; ./datanetworks/tumblr/ (+6 more)
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.
https://my.brandwatch.com/; https://app.falcon.io/; https://home.influence.brandwatch.com/; ; ; https://www.brandwatch.com/legal/cookie-policy/; 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.cursor-pointer (#910 on page); button (#2149 on page); button (#2163 on page); button (#2177 on page); button (#2191 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
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
CLandmark StructureAction5 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
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
BHeading Hierarchy36 headings, 2 skip(s)REVIEW
- H1 The most intelligent social suite
- H2 Consumer Intelligence
- H2 Social Media Management
- H2 Influencer Marketing
- H6 News skipped
- H5 Big news! Cision has acquired Trajaan. Find out how Brandwatch and Trajaan can help you turn social and search intelligence into action.
- H4 All-in-one suite for all your social media channels
- H4 Trusted by thousands of the world’s biggest brands
- H2 A complementary suite of specialized, best in class tools
- H4 Conduct deep research skipped
- H4 Monitor your brand
- H4 Create winning content
- H4 Engage with consumers
- H2 React to the trends that matter
- H2 Collaborate on data-driven content
- H2 Shield your brand from threats
- H2 Manage all channels with ease
- H2 Get better results and ROI
- H3 Better audience engagement
- H3 Take the lead
- H3 Double the ROI
- H3 Turn crisis into opportunity
- H2 “My favourite thing about Brandwatch is the ability to really customize the data. We’re able to customize what we’re looking for and the audiences we’re speaking to.”
- H2 A solution that fits
- H3 Use Cases
- H3 Industries
- H3 Roles
- H2 The #1 trusted enterprise solution
- H2 Book a meetingto get started
- H2 Cookie consent settings
- H3 Manage Consent Preferences
- H4 Advertising Cookies
- H4 Functionality Cookies
- H4 Performance Cookies
- H4 Operationally Necessary Cookies
- H3 Cookie List
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
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
C404 Error PageActionCould not testREVIEW
404 page quality check not available.
BFavicon & Branding5 icon(s) detectedREVIEW
BLighthouse Accessibility AuditsScore 82/100 — 7 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
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
AI assistant body.blog > q-focus-sentinel > div |
After AI assistant body.blog > q-focus-sentinel > div |
AI assistant, start div#qualified-multimodal-host > div |
AI assistant, end div#qualified-multimodal-host > div |
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 |
|---|
CONTACT ul.df > li.f1 > a.c-tertiary > span.db |
SUPPORT ul.df > li.f1 > a.c-tertiary > span.db |
Consumer Intelligence li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Social Media Management li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Influencer Marketing li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Media Intelligence & Insights li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Search Intelligence li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
APIs li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Innovation Spotlight li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Blog li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Events li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Webinars li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Reports li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Case Studies li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Guides li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Social Media Glossary li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Brandwatch Academy li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Community li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
About Us li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Careers li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Contact Us li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Press li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Partnerships li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Integrations li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Environmental Commitment li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Awards li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Legal Hub li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
User Privacy Statement li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Author Privacy Statement li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Terms & Conditions li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Information Security li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Gender Pay Gap Report li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Modern Slavery Act Statement li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Do Not Sell My Personal Data li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Cookies Policy li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Customer Support li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Help Center li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Platform Status li.lh-tight > ul.pt1 > li.mb1 > a.c-simple-link-light |
Copyright © 2026 Brandwatch. All Rights Reserved. Cision Group Ltd, 7th Floor, … div.l-container > div.l-grid > div.l-grid__item > p.color-text-grey-5 |
Cookie policy. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
Manage cookie settings div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-pc-btn-handler |
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 |
|---|
Big news! Cision has acquired Trajaan. Find out how Brandwatch and Trajaan can … a.pa5 > div.df-xs > div.ml5-sm > h5.c-heading |
Conduct deep research div > div.df > div.df > h4.c-heading |
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 |
|---|
div.c-asset-border-radius > div.w-100 > div > img.w-100 div.c-asset-border-radius > div.w-100 > div > img.w-100 |
div.color-bg-transparent > div.w-100 > div > img.js-lazy-img div.color-bg-transparent > div.w-100 > div > img.js-lazy-img |
div.color-bg-transparent > div.w-100 > div > img.js-lazy-img div.color-bg-transparent > div.w-100 > div > img.js-lazy-img |
div.color-bg-transparent > div.w-100 > div > img.js-lazy-img div.color-bg-transparent > div.w-100 > div > img.js-lazy-img |
div.relative > div.color-bg-transparent > div.w-100 > img.js-lazy-img div.relative > div.color-bg-transparent > div.w-100 > img.js-lazy-img |
div.color-bg-transparent > div.w-100 > div > img.js-lazy-img div.color-bg-transparent > div.w-100 > div > img.js-lazy-img |
div.color-bg-grey-2 > div.w-100 > div > img.js-lazy-img div.color-bg-grey-2 > div.w-100 > div > img.js-lazy-img |
div.mx-auto > div > div.w-100 > img.w-100 div.mx-auto > div > div.w-100 > img.w-100 |
div > div.w-100 > div > img.w-100 div > div.w-100 > div > img.w-100 |
div.absolute--fill > div.color-bg-grey-7 > div.w-100 > img.js-lazy-img div.absolute--fill > div.color-bg-grey-7 > div.w-100 > img.js-lazy-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.l-container > div.df > div.df > a.df div.l-container > div.df > div.df > a.df |
div.l-grid__item > ul.l-grid > li.l-grid__item > a.color-text-grey-7 div.l-grid__item > ul.l-grid > li.l-grid__item > a.color-text-grey-7 |
div.l-grid__item > ul.l-grid > li.l-grid__item > a.color-text-grey-7 div.l-grid__item > ul.l-grid > li.l-grid__item > a.color-text-grey-7 |
div.l-grid__item > ul.l-grid > li.l-grid__item > a.color-text-grey-7 div.l-grid__item > ul.l-grid > li.l-grid__item > a.color-text-grey-7 |
div.l-grid__item > ul.l-grid > li.l-grid__item > a.color-text-grey-7 div.l-grid__item > ul.l-grid > li.l-grid__item > a.color-text-grey-7 |
div.l-grid__item > ul.l-grid > li.l-grid__item > a.color-text-grey-7 div.l-grid__item > ul.l-grid > li.l-grid__item > a.color-text-grey-7 |
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.js html.js |
These items highlight common accessibility best practices.
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 |
|---|
Cookie policy. div#onetrust-group-container > div#onetrust-policy > div#onetrust-policy-text > a.ot-cookie-policy-link |
AForm Accessibility1 of 9 controls have issuesPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #ot-group-id-C0004 | checkbox | Advertising Cookies | for/id |
| #ot-group-id-C0003 | checkbox | Functionality Cookies | for/id |
| #ot-group-id-C0002 | checkbox | Performance Cookies | 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 |
| s | text | (Search...) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="s">
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
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
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 |
|---|---|---|---|---|---|
| h1 The most | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h1 social suite | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Consumer Intelligenc… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Social Media Managem… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Influencer Marketing | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 React to the | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 that matter | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 on data-driven conte… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Shield your brand fr… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 all channels with ea… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Get better results a… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 A solution that | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 The | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 trusted enterprise s… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Book a meeting | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Cookie consent setti… | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Better audience | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Take the | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Double the | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h3 Turn crisis into | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | 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.