Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureAction3 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
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
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
DHeading HierarchyAction59 headings, 1 skip(s)FIX
- H1 (empty)
- H1 (empty)
- H1 'GMA' Deals & Steals for Earth Day duplicate H1
- H2 Top Stories
- H1 Elizabeth Smart posts bodybuilding photo, urges others to 'try new things' duplicate H1
- H1 UK set to ban smoking products for those born after 2008 duplicate H1
- H1 Earth Day 2026: What it's like to live in a car-free town in America duplicate H1
- H1 'Sassy' baby Asian elephant is National Zoo's newest star duplicate H1
- H1 'Michael' premieres Friday: Why the biopic already has people talking duplicate H1
- H1 Fashion this week: What's new, what's cool and what's on sale duplicate H1
- H2 (empty)
- H1 'GMA' Deals & Steals for Earth Day duplicate H1
- H1 The best last-minute gifts for Mother's Day duplicate H1
- H1 Stylish matching sets for spring: Loungewear, workwear and more duplicate H1
- H1 McDonald's announces new refreshers, variety of sodas coming soon duplicate H1
- H1 Nikki Glaser talks new special ‘Good Girl’ duplicate H1
- H1 Shop the books seen on 'GMA' for your next read duplicate H1
- H2 Seen on the Show
- H1 America the Beautiful: 'GMA' travels to 50 states in 50 weeks duplicate H1
- H1 Shop 'GMA' Book Club YA picks duplicate H1
- H1 'Yesteryear' by Caro Claire Burke is our 'GMA' Book Club pick for April duplicate H1
- H1 Pokémon heists point to high demand for collectible cards duplicate H1
- H2 Money Matters
- H1 What to know about Trader Joe's settlement, how to submit a claim duplicate H1
- H1 If Spirit Airlines liquidates, here's what experts say it could mean for travelers duplicate H1
- H1 What a top airline CEO says about state of airfare prices duplicate H1
- H2 What to Cook This Week
- H1 Chef Mario Carbone shares chicken Sorrentina recipe duplicate H1
- H1 How to make zucchini salad with tyrokafteri and other Mediterranean recipes duplicate H1
- H1 Good Housekeeping shares healthy, nutrient-dense Mediterranean recipes duplicate H1
- H1 How to make chef Michael Symon's beef keftedes with fresh pea‑lemon yogurt spread duplicate H1
- H1 3 Easter recipes with Latin flare to make this holiday duplicate H1
- H1 Chef Sheldon Simeon dishes out recipes from his new cookbook 'Ohana Style' duplicate H1
- H1 Cauliflower brown butter pasta, shrimp skewers and lemon cookies: Recipes to try duplicate H1
- H1 High-protein, plant-based recipes from Robin Arzón's new cookbook duplicate H1
- H1 How to make smoky black beans and 'life-changing' ragù duplicate H1
- H1 Blood orange salad and puttanesca recipes to try duplicate H1
- H1 How to spring clean the green way duplicate H1
- H2 Must-See Videos
- H1 Nat Geo launches 'Step Into Wonder' campaign duplicate H1
- H1 'Cats: The Jellicle Ball' performs on 'GMA' duplicate H1
- H1 Tips to spring-clean your outdoor areas duplicate H1
- H1 The best '90s toys making a comeback for today's kids and families duplicate H1
- H1 Meryl Streep and more step out in glamorous looks at 'Devil Wears Prada 2' NYC carpet duplicate H1
- H1 Man builds 80 ‘Catirondack’ chairs for cats over 9 years duplicate H1
- H2 The Good News You Need
- H1 Nonverbal woman with cerebral palsy hopes to break state skydiving record duplicate H1
- H1 3-year-old's baseball walk-up performance is must-see duplicate H1
- H1 Doctor delivers 2 sets of twins on his 34th birthday duplicate H1
- H1 British royals lead celebrations for late Queen Elizabeth II's 100th birthday duplicate H1
- H2 (empty)
- H1 Prince Harry says Princess Diana's death made him want out of royal role duplicate H1
- H1 New details released on King Charles, Queen Camilla's US state visit duplicate H1
- H1 Prince Harry, Meghan in Australia for 1st visit since leaving royal roles duplicate H1
- H1 A cool girl's guide to pregnancy style: 5 essentials to add to your wardrobe duplicate H1
- H1 Top jewelry picks for every style and budget: Mother's Day gift ideas, trending brooches and more duplicate H1
- H1 Fallout after Fed nominee grilled on Capitol Hill duplicate H1
- H3 Terms & Conditions skipped
- H1 (empty)
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
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
CLink & Button QualityAction33 issue(s) across 156 links and 2 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| / | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/GoodMorningAmer… | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/goodmorningame… | (empty) | empty | Add link text or aria-label |
| https://www.tiktok.com/@gma | (empty) | empty | Add link text or aria-label |
| https://twitter.com/gma | (empty) | empty | Add link text or aria-label |
| https://www.pinterest.com/gma/ | (empty) | empty | Add link text or aria-label |
| https://privacy.thewaltdisneycompany.com… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://privacy.thewaltdisneycompany.com… | Your US State Privacy Rights | new tab | Add '(opens in new tab)' to text |
| https://privacy.thewaltdisneycompany.com… | Children's Online Privacy Poli… | new tab | Add '(opens in new tab)' to text |
| https://privacy.thewaltdisneycompany.com… | Interest-Based Ads | new tab | Add '(opens in new tab)' to text |
| https://disneytermsofuse.com/ | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://privacy.thewaltdisneycompany.com… | Do Not Sell My Info | new tab | Add '(opens in new tab)' to text |
| http://abcnews.com/Contact | Contact Us | new tab | Add '(opens in new tab)' to text |
| /shop/story/gma-deals-steals-earth-day-1… | (empty) | empty | Add link text or aria-label |
| /living/story/baby-asian-elephant-makes-… | (empty) | empty | Add link text or aria-label |
| /culture/story/michael-biopic-cast-jacks… | (empty) | empty | Add link text or aria-label |
| https://www.goodmorningamerica.com/shop | (empty) | empty | Add link text or aria-label |
| /shop/story/fashion-week-best-new-launch… | (empty) | empty | Add link text or aria-label |
| https://www.goodmorningamerica.com/shop | (empty) | empty | Add link text or aria-label |
| /food/story/mcdonalds-announces-new-refr… | (empty) | empty | Add link text or aria-label |
| /video/132268713 | (empty) | empty | Add link text or aria-label |
| /shop/story/gma-shop-the-book-105712441 | (empty) | empty | Add link text or aria-label |
| /living/story/pokmon-heists-point-high-d… | (empty) | empty | Add link text or aria-label |
| /video/132268734 | (empty) | empty | Add link text or aria-label |
| /shop/story/best-90s-toys-making-comebac… | (empty) | empty | Add link text or aria-label |
| /culture/story/anne-hathaway-meryl-stree… | (empty) | empty | Add link text or aria-label |
| /living/story/retiree-crafts-colorful-ca… | (empty) | empty | Add link text or aria-label |
| https://www.goodmorningamerica.com/topic… | (empty) | empty | Add link text or aria-label |
| /culture/story/british-royals-commemorat… | (empty) | empty | Add link text or aria-label |
| https://www.goodmorningamerica.com/topic… | (empty) | empty | Add link text or aria-label |
| /shop/story/cool-girls-guide-pregnancy-s… | (empty) | empty | Add link text or aria-label |
| /shop/story/jewelry-gift-guide-126936869 | (empty) | empty | Add link text or aria-label |
| /video/132266872 | (empty) | empty | Add link text or aria-label |
| / | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/GoodMorningAmer… | (empty) | empty | Add link text or aria-label |
| https://www.instagram.com/goodmorningame… | (empty) | empty | Add link text or aria-label |
| https://www.tiktok.com/@gma | (empty) | empty | Add link text or aria-label |
| https://twitter.com/gma | (empty) | empty | Add link text or aria-label |
| https://www.pinterest.com/gma/ | (empty) | empty | Add link text or aria-label |
| https://disneytermsofuse.com/ | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://privacy.thewaltdisneycompany.com… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://privacy.thewaltdisneycompany.com… | Do Not Sell My Info | new tab | Add '(opens in new tab)' to text |
| https://privacy.thewaltdisneycompany.com… | Children’s Online Privacy Po… | new tab | Add '(opens in new tab)' to text |
| https://www.disneyadvertising.com/ | Advertise with us | new tab | Add '(opens in new tab)' to text |
| https://privacy.thewaltdisneycompany.com… | Your US State Privacy Rights | new tab | Add '(opens in new tab)' to text |
| https://privacy.thewaltdisneycompany.com… | Interest-Based Ads | new tab | Add '(opens in new tab)' to text |
| https://www.nielsen.com/digitalprivacy | About Nielsen Measurement | new tab | Add '(opens in new tab)' to text |
| https://abcnewspr.tumblr.com | Press | new tab | Add '(opens in new tab)' to text |
| http://abcnews.com/feedback | Feedback | new tab | Add '(opens in new tab)' to text |
| https://support.abc.com/hc/en-us/section… | Shop FAQs | new tab | Add '(opens in new tab)' to text |
| http://abcnews.com/ | ABC News | new tab | Add '(opens in new tab)' to text |
| http://abc.com | ABC | new tab | Add '(opens in new tab)' to text |
| https://privacy.thewaltdisneycompany.com… | Privacy Policy | new tab | Add '(opens in new tab)' to text |
| https://privacy.thewaltdisneycompany.com… | Your US State Privacy Rights | new tab | Add '(opens in new tab)' to text |
| https://privacy.thewaltdisneycompany.com… | Children's Online Privacy Poli… | new tab | Add '(opens in new tab)' to text |
| https://privacy.thewaltdisneycompany.com… | Interest-Based Ads | new tab | Add '(opens in new tab)' to text |
| https://disneytermsofuse.com/ | Terms of Use | new tab | Add '(opens in new tab)' to text |
| https://privacy.thewaltdisneycompany.com… | Do Not Sell My Info | new tab | Add '(opens in new tab)' to text |
| http://abcnews.com/contact | Contact Us | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
/; /; https://www.facebook.com/GoodMorningAmerica/; https://www.instagram.com/goodmorningamerica/; https://www.tiktok.com/@gma; https://twitter.com/gma; https://www.pinterest.com/gma/; /shop/story/gma-deals-steals-earth-day-132207760; /living/story/baby-asian-elephant-makes-national-zoo-debut-earth-132267034; /culture/story/michael-biopic-cast-jackson-family-reaction-132250554 (+23 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://privacy.thewaltdisneycompany.com/en/; https://privacy.thewaltdisneycompany.com/en/current-privacy-policy/your-us-st…; https://privacy.thewaltdisneycompany.com/en/for-parents/childrens-online-priv…; https://privacy.thewaltdisneycompany.com/en/privacy-controls/online-tracking-…; https://disneytermsofuse.com/; https://privacy.thewaltdisneycompany.com/en/dnssmpi/; http://abcnews.com/Contact; https://disneytermsofuse.com/; https://privacy.thewaltdisneycompany.com/en/; https://privacy.thewaltdisneycompany.com/en/dnssmpi/ (+17 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
B404 Error PageHTTP 404, custom pageREVIEW
BColor Contrast (Screenshot)20 text elements analyzed, 0 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 Top Stories | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Seen on the Show | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| h2 Money Matters | 21.00:1 | 3.0:1 | #000000 | #FFFFFF | Pass |
| title GMA - Good Morning A… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Open menu | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Video | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Shop | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Culture | 9.60:1 | 4.5:1 | #000000 | #B6B182 | Pass |
| a Family | 9.96:1 | 4.5:1 | #000000 | #B9B48A | Pass |
| a Wellness | 10.28:1 | 4.5:1 | #000000 | #C0B686 | Pass |
| a Food | 9.61:1 | 4.5:1 | #000000 | #B9B175 | Pass |
| a Living | 8.94:1 | 4.5:1 | #000000 | #B0AB77 | Pass |
| a Style | 4.70:1 | 4.5:1 | #000000 | #877642 | Pass |
| a Travel | 6.76:1 | 4.5:1 | #000000 | #999461 | Pass |
| a News | 18.09:1 | 4.5:1 | #000000 | #DBF2FA | Pass |
| a Book Club | 18.09:1 | 4.5:1 | #000000 | #DBF2FA | Pass |
| a Newsletter | 18.09:1 | 4.5:1 | #000000 | #DBF2FA | Pass |
| a Privacy Policy | 18.09:1 | 4.5:1 | #000000 | #DBF2FA | Pass |
| a Your US State Privac… | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Children's Online Pr… | 21.00:1 | 4.5: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.
BLighthouse Accessibility AuditsScore 86/100 — 5 failing, 22 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 element 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 how to make command elements more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
article.PosterView > div.twoup-skin > a.AnchorLink > div.icon-button article.PosterView > div.twoup-skin > a.AnchorLink > div.icon-button |
article.PosterView > div.twoup-skin > a.AnchorLink > div.icon-button article.PosterView > div.twoup-skin > a.AnchorLink > div.icon-button |
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
Igor Golovniov/SOPA Images via LightRocket via Getty Images, FILE
How to make z… div > div.lbJqa > div.qspDq > div.CarouselSlide |
Danielle Occhiogrosso Daly
Good Housekeeping shares healthy, nutrient-dense Med… div > div.lbJqa > div.qspDq > div.CarouselSlide |
How to make chef Michael Symon's beef keftedes with fresh pea‑lemon yogurt spre… div > div.lbJqa > div.qspDq > div.CarouselSlide |
3 Easter recipes with Latin flare to make this holiday div > div.lbJqa > div.qspDq > div.CarouselSlide |
Kevin Miyazaki
Chef Sheldon Simeon dishes out recipes from his new cookbook 'Oh… div > div.lbJqa > div.qspDq > div.CarouselSlide |
Erin Scott
Cauliflower brown butter pasta, shrimp skewers and lemon cookies: Re… div > div.lbJqa > div.qspDq > div.CarouselSlide |
Johnny Miller
High-protein, plant-based recipes from Robin Arzón's new cookbook div > div.lbJqa > div.qspDq > div.CarouselSlide |
How to make smoky black beans and 'life-changing' ragù div > div.lbJqa > div.qspDq > div.CarouselSlide |
Blood orange salad and puttanesca recipes to try div > div.lbJqa > div.qspDq > div.CarouselSlide |
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.
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 |
|---|
Terms & Conditions div.row-content > section.container > div.Disclaimer > h3.Disclaimer__title |
These are opportunities to improve keyboard navigation in your application.
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.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div > div.band-title-container > div.band-title-inner > a.AnchorLink div > div.band-title-container > div.band-title-inner > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
article.headlines > div.four-up-title > h2.index-header > a.AnchorLink article.headlines > div.four-up-title > h2.index-header > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div > div.band-title-container > div.band-title-inner > a.AnchorLink div > div.band-title-container > div.band-title-inner > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
article.headlines > div.four-up-title > h2.index-header > a.AnchorLink article.headlines > div.four-up-title > h2.index-header > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink div.hero-sugar > div.headlineCard > span.go-arrow > a.AnchorLink |
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.
AAlt Text QualityAll 49 images OKPASS
| Issue | Count |
|---|---|
| too long | 11 image(s) |
A+Form AccessibilityAll 1 controls labeledPASS
| Control | Type | Label | Method |
|---|---|---|---|
| input | input | Search topics, writers and more | aria-label |