Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.F404 Error PageActionHTTP 403, bare pageFIX
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
BHeading Hierarchy10 headingsREVIEW
- H3 Watch Episodes
- H2 SpongeBob
- H2 SpongeBob
- H3 Play Games
- H3 Watch SpongeBob Clips
- H3 Watch PAW Patrol Clips
- H2 PAW Patrol
- H2 PAW Patrol
- H3 Watch More Clips
- H2 ABOUT NICKELODEON
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
BLink & Button Quality7 issue(s) across 40 links and 16 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /video-clips/jow55z | Click Here | generic text | Replace with descriptive text |
Before: Click Here Suggested: Jow55z | |||
| /video-clips/dd93kb | Click Here | generic text | Replace with descriptive text |
Before: Click Here Suggested: Dd93kb | |||
| /fan-hub/paw-patrol | Click Here | generic text | Replace with descriptive text |
Before: Click Here Suggested: Paw Patrol | |||
| /games | Click Here | generic text | Replace with descriptive text |
Before: Click Here Suggested: Games | |||
| https://www.nickourworld.com/ | Click Here | generic text | Replace with descriptive text |
Before: Click Here Suggested: Home page | |||
| /episodes/v2k142 | Loud House | img no alt | Add alt attribute to the image |
| /episodes/u3smw8 | Wylde Pak | img no alt | Add alt attribute to the image |
| /episodes/bztwbe | SpongeBob | img no alt | Add alt attribute to the image |
| /episodes/4abeer | Paw Patrol | img no alt | Add alt attribute to the image |
| /episodes/7hh7sz | Peppa Pig | img no alt | Add alt attribute to the image |
| /fan-hub/spongebob-squarepants | Click Here | generic text | Replace with descriptive text |
Before: Click Here Suggested: Spongebob Squarepants | |||
| /video-clips/vhcxur/spongebob-squarepant… | SpongeBob SquarePants: "Plankt… | img no alt | Add alt attribute to the image |
| /video-clips/n2swik/spongebob-squarepant… | SpongeBob SquarePants: "Wingin… | img no alt | Add alt attribute to the image |
| /video-clips/ez806d/spongebob-squarepant… | SpongeBob SquarePants: "Cursed… | img no alt | Add alt attribute to the image |
| /video-clips/izjpzs/spongebob-squarepant… | SpongeBob SquarePants: "Baby K… | img no alt | Add alt attribute to the image |
| /video-clips/8lywiw/spongebob-squarepant… | SpongeBob SquarePants: "The Ic… | img no alt | Add alt attribute to the image |
| /video-clips/57cdr1/paw-patrol-charged-u… | Charged Up: Pups vs. a Super M… | img no alt | Add alt attribute to the image |
| /video-clips/5mtqvs/paw-patrol-these-pup… | These Pups Have Talent!Ready f… | img no alt | Add alt attribute to the image |
| /video-clips/d4wi57/paw-patrol-spot-the-… | Spot the Difference #7 with PA… | img no alt | Add alt attribute to the image |
| /video-clips/ceos0v/rubble-crew-rubble-s… | Rubble's Real Trucks Guessing … | img no alt | Add alt attribute to the image |
| /video-clips/3mmb91/paw-patrol-saving-su… | Saving Super-Powered Puplantis… | img no alt | Add alt attribute to the image |
| /fan-hub/paw-patrol | Click Here | generic text | Replace with descriptive text |
Before: Click Here Suggested: Paw Patrol | |||
| /video-clips/9xc1ws/the-loud-house-the-l… | The Loud House: "The Sister So… | img no alt | Add alt attribute to the image |
| /video-clips/8hdq43/the-loud-house-put-a… | Put A Sock In ItPut A Sock In … | img no alt | Add alt attribute to the image |
| /video-clips/e6jee1/wylde-pak-wylde-pak-… | Wylde Pak - Pipe ProblemWillia… | img no alt | Add alt attribute to the image |
| /video-clips/68u2zi/wylde-pak-wylde-pak-… | Wylde Pak - Flamingo FanJack t… | img no alt | Add alt attribute to the image |
| /video-clips/c3jsg4/wylde-pak-wylde-pak-… | Wylde Pak - Woori WorldThe fam… | img no alt | Add alt attribute to the image |
| https://privacy.paramount.com/childrens-… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://privacy.paramount.com/closed-cap… | Closed Captioning Contact | new tab | Add '(opens in new tab)' to text |
| http://www.tvguidelines.org/ratings.html | TV Ratings | new tab | Add '(opens in new tab)' to text |
Generic link text like 'click here' doesn't describe the destination.
/video-clips/jow55z ("Click Here"); /video-clips/dd93kb ("Click Here"); /fan-hub/paw-patrol ("Click Here"); /games ("Click Here"); https://www.nickourworld.com/ ("Click Here"); /fan-hub/spongebob-squarepants ("Click Here"); /fan-hub/paw-patrol ("Click Here")
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://privacy.paramount.com/childrens-short; https://privacy.paramount.com/closed-captioning; http://www.tvguidelines.org/ratings.html
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
CFavicon & BrandingAction7 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 2 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
1 contrast failures on background images/gradients
These failures are invisible to CSS-based accessibility tools like Lighthouse. The text may be fine on a solid background, but fails when rendered over an image or gradient.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h2 SpongeBob | 1.47:1 | 3.0:1 | #000000 | #252B32 | Fail |
| h2 SpongeBob | 3.57:1 | 3.0:1 | #000000 | #6E606F | Pass |
| h2 PAW Patrol | 13.53:1 | 3.0:1 | #000000 | #FAC77D | Pass |
| h2 PAW Patrol | 13.53:1 | 3.0:1 | #000000 | #FAC77D | Pass |
| h2 ABOUT NICKELODEON | 13.53:1 | 3.0:1 | #000000 | #FAC77D | Pass |
| h3 Watch Episodes | 5.35:1 | 3.0:1 | #000000 | #6C8491 | Pass |
| h3 Play Games | 3.64:1 | 3.0:1 | #000000 | #965532 | Pass |
| h3 Watch SpongeBob Clip… | 6.22:1 | 3.0:1 | #000000 | #A68757 | Pass |
| h3 Watch PAW Patrol Cli… | 13.53:1 | 3.0:1 | #000000 | #FAC77D | Pass |
| h3 Watch More Clips | 13.53:1 | 3.0:1 | #000000 | #FAC77D | Pass |
| title Nickelodeon | Homepa… | 2.37:1 | 4.5:1 | #000000 | #464B4D | Fail |
| p Advertisement | 9.58:1 | 4.5:1 | #000000 | #A5B1B8 | Pass |
| p Watch Weekdays on Ni… | 17.58:1 | 4.5:1 | #000000 | #DBEEF7 | Pass |
| span Click Here | 17.20:1 | 4.5:1 | #000000 | #D6ECF7 | Pass |
| p New episodes Fridays… | 16.83:1 | 4.5:1 | #000000 | #D2EAF5 | Pass |
| span Click Here | 16.61:1 | 4.5:1 | #000000 | #CEE9F6 | Pass |
| p Watch Weekdays on Ni… | 15.67:1 | 4.5:1 | #000000 | #C7E3F0 | Pass |
| span Click Here | 13.25:1 | 4.5:1 | #000000 | #B5D2DF | Pass |
| p Play Your Favorite N… | 11.18:1 | 4.5:1 | #000000 | #A7C1D0 | Pass |
| span Click Here | 9.52:1 | 4.5:1 | #000000 | #98B2C6 | 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.
ALandmark Structure12 landmarksPASS
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
A+Alt Text QualityAll 37 images OKPASS
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| #homepage_module-0_XL-16x9-hero_autoplay-checkbox | checkbox | Uncheck this box to disable Auto-Advance for content on this page. | aria-label |
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 28 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.