Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.FHeading HierarchyAction18 headings, 1 skip(s)FIX
- H1 Paramount Home page
- H2 More Of What you love
- H2 More Of
- H1 What you love duplicate H1
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H3 (empty)
- H2 SHAPE THE
- H1 FUTURE duplicate H1
A page should have only one H1. Multiple H1s dilute the document outline.
Multiple H1s blur the page's primary topic — screen-reader users and Google both prefer one H1.
Learn more ▾ ▴
HTML5's outline algorithm technically allows multiple H1s within sectioning content, but no browser implements it. In practice: one H1 per page. Use H2-H6 for subsections.
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
Empty headings appear in the document outline but provide no information.
Empty <hN> tags break the document outline — screen-reader users navigating by heading hit dead silence.
Source: WCAG 2.4.6
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
CLink & Button QualityAction4 issue(s) across 92 links and 15 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://career41.sapsf.com/career?career… | Applicant Login | new tab | Add '(opens in new tab)' to text |
| https://ir.paramount.com/ | Investors | new tab | Add '(opens in new tab)' to text |
| https://ir.paramount.com/quarterly-resul… | Quarterly Results | new tab | Add '(opens in new tab)' to text |
| https://ir.paramount.com/events-webcasts… | Events & Webcasts | new tab | Add '(opens in new tab)' to text |
| https://ir.paramount.com/sec-filings/par… | SEC Filings | new tab | Add '(opens in new tab)' to text |
| https://ir.paramount.com/press-releases | Press Releases | new tab | Add '(opens in new tab)' to text |
| https://www.paramountplus.com/ | paramount plus | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/paramou… | Follow on Linkedin | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/paramountco/ | Follow on Instgram | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/ParamountCompan… | Follow on Facebook | new tab | Add '(opens in new tab)' to text |
| https://www.threads.net/@paramountco | Follow on Thread | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/c/ParamountCompa… | Follow on Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.paramountplus.com/ | paramount plus | new tab | Add '(opens in new tab)' to text |
| https://pluto.tv/ | pluto tv | new tab | Add '(opens in new tab)' to text |
| https://career41.sapsf.com/career?career… | Applicant Login, opens in new … | new tab | Add '(opens in new tab)' to text |
| https://ir.paramount.com/ | Investors | new tab | Add '(opens in new tab)' to text |
| https://ir.paramount.com/quarterly-resul… | Quarterly Results, opens in ne… | new tab | Add '(opens in new tab)' to text |
| https://ir.paramount.com/events-webcasts… | Events & Webcasts, opens in ne… | new tab | Add '(opens in new tab)' to text |
| https://ir.paramount.com/sec-filings/par… | SEC Filings, opens in new tab | new tab | Add '(opens in new tab)' to text |
| https://ir.paramount.com/press-releases | Press Releases, opens in new t… | new tab | Add '(opens in new tab)' to text |
| https://www.paramountplus.com | Paramount Plus | new tab | Add '(opens in new tab)' to text |
| https://pluto.tv/ | Pluto-Tv | new tab | Add '(opens in new tab)' to text |
| https://www.linkedin.com/company/paramou… | Follow on Linkedin | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/paramountco/ | Follow on Instgram | new tab | Add '(opens in new tab)' to text |
| https://www.facebook.com/ParamountCompan… | Follow on Facebook | new tab | Add '(opens in new tab)' to text |
| https://www.threads.net/@paramountco | Follow on Thread | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/c/ParamountCompa… | Follow on Youtube | new tab | Add '(opens in new tab)' to text |
| https://privacy.paramount.com/policy | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://privacy.paramount.com/en/policy#… | California Notice | 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 |
Add '(opens in new tab)' to link text or aria-label.
https://career41.sapsf.com/career?career_company=viacomcbsi&lang=en_US&compan…; https://ir.paramount.com/; https://ir.paramount.com/quarterly-results; https://ir.paramount.com/events-webcasts-annual-meetings; https://ir.paramount.com/sec-filings/paramount; https://ir.paramount.com/press-releases; https://www.paramountplus.com/; https://www.linkedin.com/company/paramountco; https://www.instagram.com/paramountco/; https://www.facebook.com/ParamountCompany (+19 more)
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.coh-button (#1059 on page); button.coh-button (#1106 on page); button.coh-button (#1123 on page); button.coh-button (#1160 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
B404 Error PageHTTP 404, custom pageREVIEW
CFavicon & BrandingAction5 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 14 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 |
|---|---|---|---|---|---|
| h1 Paramount Home page | 4.27:1 | 3.0:1 | #000000 | #0064FF | Pass |
| h1 What you love | 4.27:1 | 3.0:1 | #000000 | #0064FF | Pass |
| h1 FUTURE | 4.27:1 | 3.0:1 | #000000 | #0064FF | Pass |
| h2 More Of What you lov… | 4.27:1 | 3.0:1 | #000000 | #0064FF | Pass |
| h2 More Of | 4.27:1 | 3.0:1 | #000000 | #0064FF | Pass |
| h2 SHAPE THE | 4.27:1 | 3.0:1 | #000000 | #0064FF | Pass |
| title Home | Paramount | 1.11:1 | 4.5:1 | #000000 | #000A3C | Fail |
| a Skip to main content | 1.11:1 | 4.5:1 | #000000 | #000A3C | Fail |
| a About | 1.11:1 | 4.5:1 | #000000 | #020B3A | Fail |
| button About | 1.13:1 | 4.5:1 | #000000 | #0E0F30 | Fail |
| a Brands | 1.18:1 | 4.5:1 | #000000 | #21131F | Fail |
| a Businesses | 1.31:1 | 4.5:1 | #000000 | #341A16 | Fail |
| a Leadership | 1.54:1 | 4.5:1 | #000000 | #462519 | Fail |
| a Board of Directors | 1.85:1 | 4.5:1 | #000000 | #55311F | Fail |
| a History | 1.83:1 | 4.5:1 | #000000 | #55301E | Fail |
| a Compliance Resources | 1.57:1 | 4.5:1 | #000000 | #472718 | Fail |
| a News | 1.54:1 | 4.5:1 | #000000 | #402819 | Fail |
| button News | 1.68:1 | 4.5:1 | #000000 | #423020 | Fail |
| a Press Releases | 1.82:1 | 4.5:1 | #000000 | #493522 | Fail |
| a Careers | 2.21:1 | 4.5:1 | #000000 | #594126 | Fail |
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.
A+Landmark Structure4 landmarksPASS
AAlt Text Quality2 of 39 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 2 image(s) |
A+Form AccessibilityNo form controlsPASS
A+Lighthouse Accessibility AuditsScore 95/100 — 2 failing, 24 passedPASS
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.coh-container > div.coh-container > div.coh-container > button.coh-button div.coh-container > div.coh-container > div.coh-container > button.coh-button |
div.coh-container > div.coh-container > div.coh-container > button.coh-button div.coh-container > div.coh-container > div.coh-container > button.coh-button |
div.coh-container > div.coh-container > div.coh-container > button.coh-button div.coh-container > div.coh-container > div.coh-container > button.coh-button |
div.coh-container > div.coh-container > div.coh-container > button.coh-button div.coh-container > div.coh-container > div.coh-container > button.coh-button |
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 |
|---|
Cookie Details div.coh-container > ul.coh-list-container > li.coh-list-item > a.coh-link |