Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 27.6s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 33.7 MB (17.2 MB transferred)
Performance issues directly impact user engagement and conversion rates.
63 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/56659f1b-2cd3-424a-a8a2-4bb777528152)<a href="https://beavercheck.com/results/56659f1b-2cd3-424a-a8a2-4bb777528152"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fnationalgeographic.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fnationalgeographic.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 27.6s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
9 barrier(s) likely increasing bounce by ~32%.
Page takes 27.6s to load
+12% bounceUsers abandon at ~3s — you're 25.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 7.3s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
63 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
5 broken link(s) on the page
+5% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€425 investment → €4.00/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€4.00 /mo
~€48 / year
EUR 120,500,000
if kept compliant
€128 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,671 / month at risk
~€120,500,048 / year if left unfixed
€120,500,000
+6 more
€4.00 /mo
54036.5 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
6.15 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
27.61 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
7.34 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.132
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
10.54 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
54.91 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image | /n/6a4eb9ed-c462-4ce1-be32-99384747f90b/LoveWar_NetEffect... | 264.0 KiB | 157.9 KiB |
test alt div.fitt-tracker > figure.Image > div.Image__Wrapper > img | /appboy/communication/assets/image_assets/images/69cc127c... | 167.1 KiB | 143.0 KiB |
div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image | /n/d85364ff-6e49-46ff-8f03-d6fbb079925a/SuperAnimals_S3_N... | 210.7 KiB | 104.7 KiB |
div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image | /n/75f1df2d-3189-47a2-a733-f188ad01ede5/LastRhinos_NG-Hom... | 203.6 KiB | 97.6 KiB |
div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image | /n/95f1fa16-091c-48b3-a075-8e3f93e9d9fc/DUCWBG_NG-Homepag... | 197.4 KiB | 91.4 KiB |
figure.Image > div.Image__Wrapper > picture > img figure.Image > div.Image__Wrapper > picture > img | /n/817349b5-4234-4a85-8e7c-61091f77b3eb/STOCK_MM10568_IMG... | 116.1 KiB | 86.6 KiB |
div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image | /n/2fdbbd95-2214-45ec-b01c-59b495cb2a33/SUCWBG_NetEffects... | 190.5 KiB | 84.4 KiB |
div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image | /n/519d9877-c130-493d-a8d3-e119a87d0b21/TITANIC_NetEffect... | 182.9 KiB | 76.8 KiB |
div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image | /n/afde4ae9-2394-48b4-b784-07007eca95c2/BillyAndMolly_NG-... | 182.5 KiB | 76.4 KiB |
div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image | /n/671a7ff7-4f42-41e5-9124-9518c7986ae1/ARBL_NetEffects_1... | 160.6 KiB | 54.6 KiB |
div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image | /n/569daf1d-d8c3-4533-b395-7cf1da7c95ca/IAJ_NG-Homepage_1... | 155.6 KiB | 49.6 KiB |
div.FrameBackgroundFull > div.FrameBackgroundFull__BackgroundImage > div.BackgroundImage > span.BackgroundImage__Image div.FrameBackgroundFull > div.FrameBackgroundFull__BackgroundImage > div.BackgroundImage > span.BackgroundImage__Image | /n/7182c9cb-b0f1-4490-8386-ce2ae7ab900a/nationalgeographi... | 97.7 KiB | 41.1 KiB |
div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image | /n/b1fbb1a9-f769-4fbb-a367-c9dfde0f7d5b/BecomingCousteau_... | 143.9 KiB | 37.9 KiB |
div.CardContainer__Card > article.PromoTile__Type--hero > footer.BackgroundImage > span.BackgroundImage__Image div.CardContainer__Card > article.PromoTile__Type--hero > footer.BackgroundImage > span.BackgroundImage__Image | /n/6706b6aa-039c-4911-a6eb-df4435d2ea33/AlexGrabham_3x4.j... | 64.4 KiB | 29.7 KiB |
THE BEST OF NATIONAL GEOGRAPHIC DELIVERED TO YOUR INBOX
Sign up for more inspir… aside > div.ScrollSpy_container > div.InlineEmail__Container > div.InlineEmail__Content | /n/2e2421a3-f3cb-485f-b482-753cce8baaa0/MossForest.adapt.... | 45.7 KiB | 27.3 KiB |
div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image | /n/6d8ef413-9ffe-41ec-a71e-6dddbf07647d/PPA_S7_NG-Homepag... | 133.0 KiB | 27.0 KiB |
div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image | /n/73117292-3131-4ff4-97ed-2a38d2a954cd/SUGARCANE_NG-Home... | 131.7 KiB | 25.6 KiB |
article.PromoTile__Type--image > header.PromoTile__Header > div.BackgroundImage > span.BackgroundImage__Image article.PromoTile__Type--image > header.PromoTile__Header > div.BackgroundImage > span.BackgroundImage__Image | /n/09a3425b-071b-4c2e-a0fa-c4e9d142b88d/myce9_4x3.jpg?wp=... | 37.2 KiB | 25.4 KiB |
article.PromoTile__Type--image > header.PromoTile__Header > div.BackgroundImage > span.BackgroundImage__Image article.PromoTile__Type--image > header.PromoTile__Header > div.BackgroundImage > span.BackgroundImage__Image | /n/d69f8e44-5726-4534-be34-3b0793242d5b/SecretsOfTheBees_... | 34.9 KiB | 23.2 KiB |
div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image | /n/42d1c1c1-1e39-4701-9562-7d626bf465d7/Blink_NG-Homepage... | 127.1 KiB | 21.0 KiB |
aside > div.RegularStandardPrismTile > div.BackgroundImage > span.BackgroundImage__Image aside > div.RegularStandardPrismTile > div.BackgroundImage > span.BackgroundImage__Image | /n/5fb3be88-fe4f-468a-8a7b-15f3ddd99432/wonderlist_3x2.pn... | 30.6 KiB | 19.8 KiB |
div.BgImagePromo > div.BgImagePromo__Container > div.BackgroundImage > span.BackgroundImage__Image div.BgImagePromo > div.BgImagePromo__Container > div.BackgroundImage > span.BackgroundImage__Image | /n/a86033aa-96aa-4be7-989e-20d97e121715/Nat_Geo_Socotra_F... | 146.8 KiB | 19.5 KiB |
div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image | /n/2bdd51f8-5de4-4a71-896f-36818f4c21da/CheetahsUpClose_N... | 124.3 KiB | 18.3 KiB |
ul.Carousel__Inner > li.CarouselSlide > div.BackgroundImage > span.BackgroundImage__Image ul.Carousel__Inner > li.CarouselSlide > div.BackgroundImage > span.BackgroundImage__Image | /n/948585c4-3ab0-4946-a863-e18e7086155f/PoleToPole_NG-Hom... | 22.1 KiB | 14.9 KiB |
div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image | /n/aa0dfdba-7964-4b53-91d1-e1c08af34a40/EarthMoods_NG-Hom... | 118.6 KiB | 12.6 KiB |
div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image | /n/01c7157e-5997-4b4c-94fc-635cf5e3fc2a/NTLH_NetEffects_1... | 116.8 KiB | 10.8 KiB |
ul.Carousel__Inner > li.CarouselSlide > div.BackgroundImage > span.BackgroundImage__Image ul.Carousel__Inner > li.CarouselSlide > div.BackgroundImage > span.BackgroundImage__Image | /n/ef6e53b9-1f8b-4fe0-a6d3-1e0c871b9f65/GE_NG-Homepage_19... | 17.1 KiB | 9.9 KiB |
div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image div.TileCard > div.fitt-tracker > div.BackgroundImage > span.BackgroundImage__Image | /n/89f16364-9faa-4a01-a242-468766399dd4/SOTP_NetEffects_1... | 111.4 KiB | 5.3 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| nationalgeographic.com/ | 775 ms |
| www.nationalgeographic.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
Subscribe for full access to read stories from National Geographic.
LATEST STOR… div.PageLayout > div.PageLayout__Main > div.FrameBackgroundFull > div.GridListContainer | 0.111 |
Subscribe for full access to read stories from National Geographic.
LATEST STOR… body > div#natgeo | 0.058 |
Subscribe for full access to read stories from National Geographic.
LATEST STOR… div.PageLayout > div.PageLayout__Main > div.FrameBackgroundFull > div.GridListContainer | 0.021 |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /natgeo/d7413107ddeb-release-04-14-2026.1/client/natgeo/c... | 59.3 KiB | 59.3 KiB |
| /natgeo/d7413107ddeb-release-04-14-2026.1/client/natgeo/c... | 29.9 KiB | 25.8 KiB |
| 30.6 KiB | 25.6 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 11.6 s |
| Other | 3.9 s |
| Style & Layout | 2.8 s |
| Script Parsing & Compilation | 2.0 s |
| Rendering | 424 ms |
| Garbage Collection | 347 ms |
| Parse HTML & CSS | 285 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /profile/visit/js/1_0?dtm_cid=81687&dtm_cmagic=ec9cee&dtm... | 12.6 KiB | 3.1 KiB |
| cdn.espn.com/onetrust/otCCPAiab.js | 6.9 KiB | 3.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
figure.Image > div.Image__Wrapper > picture > img figure.Image > div.Image__Wrapper > picture > img | /n/817349b5-4234-4a85-8e7c-61091f77b3eb/STOCK_MM10568_IMG... |
figure.Image > div.Image__Wrapper > picture > img figure.Image > div.Image__Wrapper > picture > img | /n/8eade75c-c03f-4c38-bdf3-9f3cc2031b0c/NS119398537_Cerra... |
National Geographic Logo - Home div.GlobalFooter__Container > div.fitt-tracker > a.AnchorLink > img.Image | /n/4da26b5c-18ee-413f-96dd-4cf3fb4a68a0/2fl-white.png?wp=... |
National Geographic Logo - Home div.NavBar__Logo > div.fitt-tracker > a.AnchorLink > img.Image | assets-cdn.nationalgeographic.com/natgeo/static/icons/redesign-logo.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
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 |
|---|
An up-close look at NASA's mission to return humans to the moon
ARTEMIS II MISS… section.Carousel > div.Carousel__Wrapper > div > div.Carousel__Outer |
Secrets of the Bees
Pole to Pole
Ghost Elephants
The Tale of Silyan
A Real Bug'… section.Carousel > div.Carousel__Wrapper > div > div.Carousel__Outer |
Everything to know about North Cascades National Park
TRAVEL
Everything to know… section.Carousel > div.Carousel__Wrapper > div > div.Carousel__Outer |
15 breathtaking photos of bees in their habitat
IMPACT
15 breathtaking photos o… section.Carousel > div.Carousel__Wrapper > div > div.Carousel__Outer |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
An up-close look at NASA's mission to return humans to the moon
ARTEMIS II MISS… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
The Wonder List
SEE THE PROMPTS
The Wonder List div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
What's after Artemis II? Inside NASA's plan to build a moon base.
ARTEMIS II MI… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Secrets of the bees: How science is revealing their sneaky genius
EARTH MONTH
S… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Teleportation is no longer just science fiction—at the quantum level
AUDIO: 9 M… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
National Geographic 33: The visionary changemakers of 2026
SEE OUR LIST
Nationa… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Biruté Galdikas's iconic story helped change the fate of orangutans
FROM THE VA… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
The bizarre raptor-like dinosaurs that menaced the Mesozoic, Video Story
DEAD W… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Watch Artemis II roll out aboard the heaviest vehicle on Earth
WATCH VIDEO
Watc… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
These are the best wellness experiences in the world for 2026
TRAVELBEST OF THE… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Best places to see cherry blossoms in the U.S.
CHERRY BLOSSOM SEASON
Best place… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Everything to know about Capitol Reef National Park
NATIONAL PARK GUIDES
Everyt… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Secrets of the Bees div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Pole to Pole div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Ghost Elephants div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
The Tale of Silyan div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
A Real Bug's Life div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Ocean div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Secrets of the Whales div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Secrets of the Elephants div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Secrets of the Penguins div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Secrets of the Octopus div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Underdogs div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Cheetahs Up Close div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Jane div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Tucci in Italy div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
David Blaine: Do Not Attempt div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Dolphins Up Close div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Everything to know about North Cascades National Park
TRAVEL
Everything to know… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
What to know about Lake Clark National Park and Preserve
TRAVEL
What to know ab… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Everything to know about Haleakalā National Park
TRAVEL
Everything to know abou… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Everything to know about Rocky Mountain National Park
TRAVEL
Everything to know… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
15 breathtaking photos of bees in their habitat
IMPACT
15 breathtaking photos o… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
How Sammy Ramsey redefines the mission to save bees
How Sammy Ramsey redefines … div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
How Felicity Muth is decoding bee intelligence
IMPACT
How Felicity Muth is deco… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Animals
Animal Profiles
Pets
Endangered Species
Animal Behaviors
Animal Discov… body > div#nav-container > div.MobileWrapperTop |
When an input field 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 more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
An up-close look at NASA's mission to return humans to the moon
ARTEMIS II MISS… section.Carousel > div.Carousel__Wrapper > div > div.Carousel__Outer |
Secrets of the Bees
Pole to Pole
Ghost Elephants
The Tale of Silyan
A Real Bug'… section.Carousel > div.Carousel__Wrapper > div > div.Carousel__Outer |
Everything to know about North Cascades National Park
TRAVEL
Everything to know… section.Carousel > div.Carousel__Wrapper > div > div.Carousel__Outer |
15 breathtaking photos of bees in their habitat
IMPACT
15 breathtaking photos o… section.Carousel > div.Carousel__Wrapper > div > div.Carousel__Outer |
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 |
|---|
Everything to know about North Cascades National Park
TRAVEL
Everything to know… div.GeneralContainer > div.CarouselModule > div.CarouselModule__CarouselContainer > section.Carousel |
15 breathtaking photos of bees in their habitat
IMPACT
15 breathtaking photos o… div.GeneralContainer > div.CarouselModule > div.CarouselModule__CarouselContainer > section.Carousel |
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.
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.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > 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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
An up-close look at NASA's mission to return humans to the moon
ARTEMIS II MISS… div.Carousel__Wrapper > div > div.Carousel__Outer > ul.Carousel__Inner |
Secrets of the Bees
Pole to Pole
Ghost Elephants
The Tale of Silyan
A Real Bug'… div.Carousel__Wrapper > div > div.Carousel__Outer > ul.Carousel__Inner |
Everything to know about North Cascades National Park
TRAVEL
Everything to know… div.Carousel__Wrapper > div > div.Carousel__Outer > ul.Carousel__Inner |
15 breathtaking photos of bees in their habitat
IMPACT
15 breathtaking photos o… div.Carousel__Wrapper > div > div.Carousel__Outer > ul.Carousel__Inner |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SCIENCE ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
ENVIRONMENT ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
FROM THE VAULT ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
ENVIRONMENT ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
PERPETUAL PLANET ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
HISTORY & CULTURE ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
FROM THE VAULT ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
HISTORY & CULTURE ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
TRAVEL ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
ANIMALS div.SectionLabelWrapper > div.SectionLabel > div.fitt-tracker > a.AnchorLink |
ANIMALS ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
ASK AN EXPERT ANYTHING ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
HISTORY & CULTURE div.SectionLabelWrapper > div.SectionLabel > div.fitt-tracker > a.AnchorLink |
ANIMALS div.SectionLabelWrapper > div.SectionLabel > div.fitt-tracker > a.AnchorLink |
HISTORY & CULTURE div.SectionLabelWrapper > div.SectionLabel > div.fitt-tracker > a.AnchorLink |
ENVIRONMENT ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
PERPETUAL PLANET ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
PHOTOGRAPHY ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
EXPOSURE ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
ENVIRONMENT ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
PERPETUAL PLANET ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
SCIENCE ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
HISTORY & CULTURE ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
FROM THE VAULT ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | www.nationalgeographic.com/ line 195, col 30157 |
| Topics | micro.rubiconproject.com/prebid/dynamic/18138.js line 23, col 84959 |
| AttributionReporting |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
cdn.disneyaccount.com/v5/sdk.js line 1, col 67409 | [ERROR] Error during tokenRefresh: pe: User not logged in
at https://cdn.disneyaccount.com/v5/sdk.js:2:98069
at https://cdn.disneyaccount.com/v5/sdk.js:2:98136
at Generator.next (<anonymous>)
at o (https://cdn.disneyaccount.com/v5/sdk.js:2:97348)
at nrWrapper (https://www.nationalgeographic.com/:196:30158) |
cdn.disneyaccount.com/v5/sdk.js line 1, col 67409 | [ERROR] Error fetching guest data: pe: User not logged in
at https://cdn.disneyaccount.com/v5/sdk.js:2:98069
at https://cdn.disneyaccount.com/v5/sdk.js:2:98136
at Generator.next (<anonymous>)
at o (https://cdn.disneyaccount.com/v5/sdk.js:2:97348)
at nrWrapper (https://www.nationalgeographic.com/:196:30158) |
cdn.disneyaccount.com/v5/sdk.js line 1, col 67409 | [ERROR] Error fetching guest data: pe: User not logged in
at https://cdn.disneyaccount.com/v5/sdk.js:2:98069
at https://cdn.disneyaccount.com/v5/sdk.js:2:98136
at Generator.next (<anonymous>)
at o (https://cdn.disneyaccount.com/v5/sdk.js:2:97348)
at nrWrapper (https://www.nationalgeographic.com/:196:30158) |
cdn.disneyaccount.com/v5/sdk.js line 1, col 67409 | [ERROR] Error fetching guest data: pe: User not logged in
at https://cdn.disneyaccount.com/v5/sdk.js:2:98069
at https://cdn.disneyaccount.com/v5/sdk.js:2:98136
at Generator.next (<anonymous>)
at o (https://cdn.disneyaccount.com/v5/sdk.js:2:97348)
at nrWrapper (https://www.nationalgeographic.com/:196:30158) |
cdn.disneyaccount.com/v5/sdk.js line 1, col 67409 | [ERROR] Failed to return token pe: User not logged in
at https://cdn.disneyaccount.com/v5/sdk.js:2:98069
at https://cdn.disneyaccount.com/v5/sdk.js:2:98136
at Generator.next (<anonymous>)
at o (https://cdn.disneyaccount.com/v5/sdk.js:2:97348)
at nrWrapper (https://www.nationalgeographic.com/:196:30158) |
Access to XMLHttpRequest at 'https://disney.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=AAM&d_rtbd=json&d_ver=2&d_orgid=5BFD123F5245AECB0A490D45%40AdobeOrg&d_nsid=0&d_mid=40388739110660159019196452987829137974&d_coppa=true&ts=1776796788793' from origin 'https://www.nationalgeographic.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://disney.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=AAM&d_rtbd=json&d_ver=2&d_orgid=5BFD123F5245AECB0A490D45%40AdobeOrg&d_nsid=0&d_mid=40388739110660159019196452987829137974&d_coppa=true&ts=1776796789488' from origin 'https://www.nationalgeographic.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://disney.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=AAM&d_rtbd=json&d_ver=2&d_orgid=5BFD123F5245AECB0A490D45%40AdobeOrg&d_nsid=0&d_mid=40388739110660159019196452987829137974&d_coppa=true&ts=1776796789856' from origin 'https://www.nationalgeographic.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://disney.demdex.net/id?d_visid_ver=5.5.0&d_fieldgroup=MC&d_rtbd=json&d_ver=2&d_verify=1&d_orgid=5BFD123F5245AECB0A490D45%40AdobeOrg&d_nsid=0&d_coppa=true&ts=1776796788115' from origin 'https://www.nationalgeographic.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.nationalgeographic.com/pages/topic/latest-stories | SEE MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
test alt div > div#91a7bd94-7968-48df-91e4-225dfe129c6d > div > a.AnchorLink |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.26 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.92 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.06 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.137
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.57 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
10.75 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
figure.Image > div.Image__Wrapper > picture > img figure.Image > div.Image__Wrapper > picture > img | /n/817349b5-4234-4a85-8e7c-61091f77b3eb/STOCK_MM10568_IMG... | 203.3 KiB | 172.9 KiB |
test alt div.fitt-tracker > figure.Image > div.Image__Wrapper > img | /appboy/communication/assets/image_assets/images/69cc1294... | 162.9 KiB | 118.4 KiB |
article.PromoTile__Type--image > header.PromoTile__Header > div.BackgroundImage > span.BackgroundImage__Image article.PromoTile__Type--image > header.PromoTile__Header > div.BackgroundImage > span.BackgroundImage__Image | /n/09a3425b-071b-4c2e-a0fa-c4e9d142b88d/myce9_4x3.jpg?wp=... | 27.4 KiB | 15.6 KiB |
article.PromoTile__Type--image > header.PromoTile__Header > div.BackgroundImage > span.BackgroundImage__Image article.PromoTile__Type--image > header.PromoTile__Header > div.BackgroundImage > span.BackgroundImage__Image | /n/d69f8e44-5726-4534-be34-3b0793242d5b/SecretsOfTheBees_... | 25.1 KiB | 13.3 KiB |
aside > div.RegularStandardPrismTile > div.BackgroundImage > span.BackgroundImage__Image aside > div.RegularStandardPrismTile > div.BackgroundImage > span.BackgroundImage__Image | /n/5fb3be88-fe4f-468a-8a7b-15f3ddd99432/wonderlist_3x2.pn... | 20.6 KiB | 9.8 KiB |
ul.Carousel__Inner > li.CarouselSlide > div.BackgroundImage > span.BackgroundImage__Image ul.Carousel__Inner > li.CarouselSlide > div.BackgroundImage > span.BackgroundImage__Image | /n/948585c4-3ab0-4946-a863-e18e7086155f/PoleToPole_NG-Hom... | 15.4 KiB | 8.2 KiB |
ul.Carousel__Inner > li.CarouselSlide > div.BackgroundImage > span.BackgroundImage__Image ul.Carousel__Inner > li.CarouselSlide > div.BackgroundImage > span.BackgroundImage__Image | /n/b69d99fb-b0df-4a42-80c2-d17adf314571/ARBL_S2_720x1080_... | 15.1 KiB | 7.9 KiB |
ul.Carousel__Inner > li.CarouselSlide > div.BackgroundImage > span.BackgroundImage__Image ul.Carousel__Inner > li.CarouselSlide > div.BackgroundImage > span.BackgroundImage__Image | /n/ef6e53b9-1f8b-4fe0-a6d3-1e0c871b9f65/GE_NG-Homepage_19... | 11.3 KiB | 4.1 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| nationalgeographic.com/ | 228 ms |
| www.nationalgeographic.com/ | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
div.PageLayout > div.PageLayout__Main > div.FrameBackgroundFull > div.FrameBackgroundFull__BackgroundImage div.PageLayout > div.PageLayout__Main > div.FrameBackgroundFull > div.FrameBackgroundFull__BackgroundImage | 0.124 |
div.PageLayout > div.PageLayout__Main > div.FrameBackgroundFull > div.FrameBackgroundFull__BackgroundImage div.PageLayout > div.PageLayout__Main > div.FrameBackgroundFull > div.FrameBackgroundFull__BackgroundImage | 0.013 |
Watch Bruce the parrot defeat his rivals with only half a beak div.PromoTile__Title > div.PromoTile__Title--truncated > span.Truncate > span | 0.003 |
Log In
Subscribe body > div#nav-container > nav.DesktopNavBar > ul.DesktopNavBar__List | 0.001 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /natgeo/d7413107ddeb-release-04-14-2026.1/client/natgeo/c... | 59.3 KiB | 59.3 KiB |
| /natgeo/d7413107ddeb-release-04-14-2026.1/client/natgeo/c... | 29.9 KiB | 27.0 KiB |
| 30.6 KiB | 25.6 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 3.7 s |
| Other | 1.0 s |
| Style & Layout | 727 ms |
| Script Parsing & Compilation | 614 ms |
| Rendering | 164 ms |
| Garbage Collection | 80 ms |
| Parse HTML & CSS | 72 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /profile/visit/js/1_0?dtm_cid=81687&dtm_cmagic=ec9cee&dtm... | 12.5 KiB | 3.1 KiB |
| cdn.espn.com/onetrust/otCCPAiab.js | 6.8 KiB | 2.9 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
figure.Image > div.Image__Wrapper > picture > img figure.Image > div.Image__Wrapper > picture > img | /n/817349b5-4234-4a85-8e7c-61091f77b3eb/STOCK_MM10568_IMG... |
figure.Image > div.Image__Wrapper > picture > img figure.Image > div.Image__Wrapper > picture > img | /n/8eade75c-c03f-4c38-bdf3-9f3cc2031b0c/NS119398537_Cerra... |
National Geographic Logo - Home div.GlobalFooter__Copyright__Item > div.fitt-tracker > a.AnchorLink > img.Image | /n/4da26b5c-18ee-413f-96dd-4cf3fb4a68a0/2fl-white.png?wp=... |
National Geographic Logo - Home div.DesktopNavBar__Logo__Container > div.fitt-tracker > a.AnchorLink > img.Image | assets-cdn.nationalgeographic.com/natgeo/static/icons/redesign-logo.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
More nav.MegaMenuWrapper > div > div.fitt-tracker > a.MegaMenu__Title |
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 |
|---|
An up-close look at NASA's mission to return humans to the moon
ARTEMIS II MISS… section.Carousel > div.Carousel__Wrapper > div > div.Carousel__Outer |
Secrets of the Bees
Pole to Pole
Ghost Elephants
The Tale of Silyan
A Real Bug'… section.Carousel > div.Carousel__Wrapper > div > div.Carousel__Outer |
Everything to know about North Cascades National Park
TRAVEL
Everything to know… section.Carousel > div.Carousel__Wrapper > div > div.Carousel__Outer |
15 breathtaking photos of bees in their habitat
IMPACT
15 breathtaking photos o… section.Carousel > div.Carousel__Wrapper > div > div.Carousel__Outer |
Some ARIA child roles must be contained by specific parent roles to properly perform their intended accessibility functions. Learn more about ARIA roles and required parent element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
An up-close look at NASA's mission to return humans to the moon
ARTEMIS II MISS… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
The Wonder List
SEE THE PROMPTS
The Wonder List div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
What's after Artemis II? Inside NASA's plan to build a moon base.
ARTEMIS II MI… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Secrets of the bees: How science is revealing their sneaky genius
EARTH MONTH
S… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Teleportation is no longer just science fiction—at the quantum level
AUDIO: 9 M… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
National Geographic 33: The visionary changemakers of 2026
SEE OUR LIST
Nationa… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Biruté Galdikas's iconic story helped change the fate of orangutans
FROM THE VA… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
The bizarre raptor-like dinosaurs that menaced the Mesozoic, Video Story
DEAD W… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Watch Artemis II roll out aboard the heaviest vehicle on Earth
WATCH VIDEO
Watc… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
These are the best wellness experiences in the world for 2026
TRAVELBEST OF THE… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Best places to see cherry blossoms in the U.S.
CHERRY BLOSSOM SEASON
Best place… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Everything to know about Capitol Reef National Park
NATIONAL PARK GUIDES
Everyt… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Secrets of the Bees div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Pole to Pole div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Ghost Elephants div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
The Tale of Silyan div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
A Real Bug's Life div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Ocean div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Secrets of the Whales div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Secrets of the Elephants div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Secrets of the Penguins div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Secrets of the Octopus div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Underdogs div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Cheetahs Up Close div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Jane div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Tucci in Italy div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
David Blaine: Do Not Attempt div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Dolphins Up Close div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Everything to know about North Cascades National Park
TRAVEL
Everything to know… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
What to know about Lake Clark National Park and Preserve
TRAVEL
What to know ab… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Everything to know about Haleakalā National Park
TRAVEL
Everything to know abou… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
Everything to know about Rocky Mountain National Park
TRAVEL
Everything to know… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
15 breathtaking photos of bees in their habitat
IMPACT
15 breathtaking photos o… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
How Sammy Ramsey redefines the mission to save bees
How Sammy Ramsey redefines … div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
How Felicity Muth is decoding bee intelligence
IMPACT
How Felicity Muth is deco… div > div.Carousel__Outer > ul.Carousel__Inner > li.CarouselSlide |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.PageLayout > div.PageLayout__Main > div.FrameBackgroundFull > div.FrameBackgroundFull__BackgroundImage div.PageLayout > div.PageLayout__Main > div.FrameBackgroundFull > div.FrameBackgroundFull__BackgroundImage |
When an input field 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 more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
An up-close look at NASA's mission to return humans to the moon
ARTEMIS II MISS… section.Carousel > div.Carousel__Wrapper > div > div.Carousel__Outer |
Secrets of the Bees
Pole to Pole
Ghost Elephants
The Tale of Silyan
A Real Bug'… section.Carousel > div.Carousel__Wrapper > div > div.Carousel__Outer |
Everything to know about North Cascades National Park
TRAVEL
Everything to know… section.Carousel > div.Carousel__Wrapper > div > div.Carousel__Outer |
15 breathtaking photos of bees in their habitat
IMPACT
15 breathtaking photos o… section.Carousel > div.Carousel__Wrapper > div > div.Carousel__Outer |
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 |
|---|
Search nav.DesktopNavBar > ul.DesktopNavBar__List > li.DesktopNavBar__List--item > div.InlineSearchWrapper |
Everything to know about North Cascades National Park
TRAVEL
Everything to know… div.GeneralContainer > div.CarouselModule > div.CarouselModule__CarouselContainer > section.Carousel |
15 breathtaking photos of bees in their habitat
IMPACT
15 breathtaking photos o… div.GeneralContainer > div.CarouselModule > div.CarouselModule__CarouselContainer > section.Carousel |
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.
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 |
|---|
Next div.CarouselModule__CarouselContainer > section.Carousel > div.Carousel__Wrapper > button.CarouselArrow |
Next div.CarouselModule__CarouselContainer > section.Carousel > div.Carousel__Wrapper > button.CarouselArrow |
Next div.CarouselModule__CarouselContainer > section.Carousel > div.Carousel__Wrapper > button.CarouselArrow |
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.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink |
div.TileCard > div.fitt-tracker > div.BackgroundImage > a.AnchorLink div.TileCard > div.fitt-tracker > div.BackgroundImage > 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.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
An up-close look at NASA's mission to return humans to the moon
ARTEMIS II MISS… div.Carousel__Wrapper > div > div.Carousel__Outer > ul.Carousel__Inner |
Secrets of the Bees
Pole to Pole
Ghost Elephants
The Tale of Silyan
A Real Bug'… div.Carousel__Wrapper > div > div.Carousel__Outer > ul.Carousel__Inner |
Everything to know about North Cascades National Park
TRAVEL
Everything to know… div.Carousel__Wrapper > div > div.Carousel__Outer > ul.Carousel__Inner |
15 breathtaking photos of bees in their habitat
IMPACT
15 breathtaking photos o… div.Carousel__Wrapper > div > div.Carousel__Outer > ul.Carousel__Inner |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
SCIENCE ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
ENVIRONMENT ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
FROM THE VAULT ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
ENVIRONMENT ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
PERPETUAL PLANET ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
HISTORY & CULTURE ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
FROM THE VAULT ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
HISTORY & CULTURE ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
TRAVEL ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
ANIMALS div.SectionLabelWrapper > div.SectionLabel > div.fitt-tracker > a.AnchorLink |
ANIMALS ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
ASK AN EXPERT ANYTHING ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
HISTORY & CULTURE div.SectionLabelWrapper > div.SectionLabel > div.fitt-tracker > a.AnchorLink |
ANIMALS div.SectionLabelWrapper > div.SectionLabel > div.fitt-tracker > a.AnchorLink |
HISTORY & CULTURE div.SectionLabelWrapper > div.SectionLabel > div.fitt-tracker > a.AnchorLink |
ENVIRONMENT ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
PERPETUAL PLANET ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
PHOTOGRAPHY ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
EXPOSURE ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
ENVIRONMENT ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
PERPETUAL PLANET ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
SCIENCE ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
HISTORY & CULTURE ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
FROM THE VAULT ul.SectionLabelWrapper > li.SectionLabel > div.fitt-tracker > a.AnchorLink |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Unload event listeners are deprecated and will be removed. | www.nationalgeographic.com/ line 195, col 30157 |
| Topics | micro.rubiconproject.com/prebid/dynamic/18138.js line 23, col 84959 |
| AttributionReporting |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
cdn.disneyaccount.com/v5/sdk.js line 1, col 67409 | [ERROR] Error during tokenRefresh: pe: User not logged in
at https://cdn.disneyaccount.com/v5/sdk.js:2:98069
at https://cdn.disneyaccount.com/v5/sdk.js:2:98136
at Generator.next (<anonymous>)
at o (https://cdn.disneyaccount.com/v5/sdk.js:2:97348)
at nrWrapper (https://www.nationalgeographic.com/:196:30158) |
cdn.disneyaccount.com/v5/sdk.js line 1, col 67409 | [ERROR] Error fetching guest data: pe: User not logged in
at https://cdn.disneyaccount.com/v5/sdk.js:2:98069
at https://cdn.disneyaccount.com/v5/sdk.js:2:98136
at Generator.next (<anonymous>)
at o (https://cdn.disneyaccount.com/v5/sdk.js:2:97348)
at nrWrapper (https://www.nationalgeographic.com/:196:30158) |
cdn.disneyaccount.com/v5/sdk.js line 1, col 67409 | [ERROR] Error fetching guest data: pe: User not logged in
at https://cdn.disneyaccount.com/v5/sdk.js:2:98069
at https://cdn.disneyaccount.com/v5/sdk.js:2:98136
at Generator.next (<anonymous>)
at o (https://cdn.disneyaccount.com/v5/sdk.js:2:97348)
at nrWrapper (https://www.nationalgeographic.com/:196:30158) |
cdn.disneyaccount.com/v5/sdk.js line 1, col 67409 | [ERROR] Error fetching guest data: pe: User not logged in
at https://cdn.disneyaccount.com/v5/sdk.js:2:98069
at https://cdn.disneyaccount.com/v5/sdk.js:2:98136
at Generator.next (<anonymous>)
at o (https://cdn.disneyaccount.com/v5/sdk.js:2:97348)
at nrWrapper (https://www.nationalgeographic.com/:196:30158) |
cdn.disneyaccount.com/v5/sdk.js line 1, col 67409 | [ERROR] Failed to return token pe: User not logged in
at https://cdn.disneyaccount.com/v5/sdk.js:2:98069
at https://cdn.disneyaccount.com/v5/sdk.js:2:98136
at Generator.next (<anonymous>)
at o (https://cdn.disneyaccount.com/v5/sdk.js:2:97348)
at nrWrapper (https://www.nationalgeographic.com/:196:30158) |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.nationalgeographic.com/pages/topic/latest-stories | SEE MORE |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
More nav.MegaMenuWrapper > div > div.fitt-tracker > a.MegaMenu__Title |
test alt div > div#91a7bd94-7968-48df-91e4-225dfe129c6d > div > a.AnchorLink |
To appear in search results, crawlers need access to your app.
Send Feedback