Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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 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.
| URL | Transfer Size | Duration |
|---|---|---|
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 0 B | 230 ms |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css | 19.0 KiB | 325 ms |
| www.akc.org/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 34.9 KiB | 80 ms |
| www.akc.org/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 | 5.6 KiB |
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /js/gigya.services.plugins.base.min.js?services=gigya.ser... | 900.0 s | 342.0 KiB |
| /js/gigya.services.accounts.plugins.screenSet.min.js?lang... | 900.0 s | 297.9 KiB |
| /js/socialize.js?apiKey=3_BrqKIJCxO9rleLHMAx0cPUhKBHW6vmm... | 900.0 s | 238.4 KiB |
| cdns.gigya.com/js/gigyaGAIntegration.js?ver=6.8.3 | 900.0 s | 2.1 KiB |
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad | www.akc.org/wp-content/uploads/2025/08/find-puppies.webp | 18.1 KiB | 15.8 KiB |
div.page-home__hero-container > aside.homepage-hero-aside > div.homepage-hero-aside__image > img.attachment-square_thumbnail div.page-home__hero-container > aside.homepage-hero-aside > div.homepage-hero-aside__image > img.attachment-square_thumbnail | /wp-content/uploads/2025/02/AKC-BrandCampaign-Homepage-27... | 23.6 KiB | 12.5 KiB |
Learn About Pet Insurance div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad | www.akc.org/wp-content/uploads/2025/08/pet-insurance.webp | 12.9 KiB | 10.2 KiB |
div#welcome > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad div#welcome > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad | www.akc.org/wp-content/uploads/2025/08/register-today.webp | 13.4 KiB | 6.4 KiB |
div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad | www.akc.org/wp-content/uploads/2025/08/sports.webp | 8.0 KiB | 4.3 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 |
|---|---|
| akc.org/ | 242 ms |
| www.akc.org/ | 0.0 ms |
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.
Diagnostics
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 |
|---|---|---|
| /wp-content/themes/akc/component-library/assets/css/main.... | 116.7 KiB | 110.5 KiB |
| cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css | 18.3 KiB | 18.2 KiB |
| :root{--has-fgp:initial;--element-has-fgp:initial;--parent-has-fgp:initial} … | 13.8 KiB | 10.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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /js/gigya.services.plugins.base.min.js?services=gigya.ser... | 341.4 KiB | 240.7 KiB |
| /js/gigya.services.accounts.plugins.screenSet.min.js?lang... | 297.3 KiB | 215.3 KiB |
| /js/socialize.js?apiKey=3_BrqKIJCxO9rleLHMAx0cPUhKBHW6vmm... | 237.8 KiB | 144.5 KiB |
| /wp-content/themes/akc/component-library/assets/js/dist/m... | 137.2 KiB | 77.1 KiB |
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 | |
|---|---|
div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad | www.akc.org/wp-content/uploads/2025/08/find-puppies.webp |
div#welcome > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad div#welcome > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad | www.akc.org/wp-content/uploads/2025/08/register-today.webp |
AKC TV Logo div#akctv-container-inner > div#right-content > div#right-content-1 > img.logo-lockup | blive.imgix.net/web/generic/u1u.akc-embed-box-logo-copy-desktop.png |
Learn About Pet Insurance div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad | www.akc.org/wp-content/uploads/2025/08/pet-insurance.webp |
div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad | www.akc.org/wp-content/uploads/2025/08/sports.webp |
div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad | www.akc.org/wp-content/uploads/2025/08/training.webp |
div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad | www.akc.org/wp-content/uploads/2025/08/shop.webp |
div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad | www.akc.org/wp-content/uploads/2025/08/akc_tv.webp |
AKC branding text: At AKC, we know and love all dogs form#homepage-hero-aside__form > label.homepage-hero-aside__label > span.homepage-hero-aside__label-line-2 > img | /cdn-origin-etr.akc.org/wp-content/uploads/2025/02/101324... |
Search instructions div#right-content > div#right-content-2 > div.tv-link > img | blive.imgix.net/web/generic/upj.small_search.png |
Watch on Roku div#right-content > div#right-content-2 > a.tv-link > img | blive.imgix.net/web/generic/kww.small_roku.png |
Watch on Apple TV / iOS div#right-content > div#right-content-2 > a.tv-link > img | blive.imgix.net/web/generic/nn8.small_appletv.png |
Watch on Amazon Fire div#right-content > div#right-content-2 > a.tv-link > img | blive.imgix.net/web/generic/oml.small_fire.png |
Watch on AKC.tv div#right-content > div#right-content-2 > a.tv-link > img | blive.imgix.net/web/generic/2k8.small_watch.png |
div.content-card > div.relative > div.media-wrap > img.rectangle_thumbnail div.content-card > div.relative > div.media-wrap > img.rectangle_thumbnail | www.akc.org/wp-content/themes/akc/component-library/assets/img/1x1.trans.gif |
slowmotiongli/Getty Images Plus div.content-card > div.relative > div.media-wrap > img.rectangle_thumbnail | www.akc.org/wp-content/themes/akc/component-library/assets/img/1x1.trans.gif |
Irish Wolfhound standing in a field. div.content-card > div.relative > div.media-wrap > img.rectangle_thumbnail | www.akc.org/wp-content/themes/akc/component-library/assets/img/1x1.trans.gif |
div.content-card > div.relative > div.media-wrap > img.rectangle_thumbnail div.content-card > div.relative > div.media-wrap > img.rectangle_thumbnail | www.akc.org/wp-content/themes/akc/component-library/assets/img/1x1.trans.gif |
div.content-card > div.relative > div.media-wrap > img.rectangle_thumbnail div.content-card > div.relative > div.media-wrap > img.rectangle_thumbnail | www.akc.org/wp-content/themes/akc/component-library/assets/img/1x1.trans.gif |
div.content-card > div.relative > div.media-wrap > img.rectangle_thumbnail div.content-card > div.relative > div.media-wrap > img.rectangle_thumbnail | www.akc.org/wp-content/themes/akc/component-library/assets/img/1x1.trans.gif |
div.breed-feature__col > div.breed-of-the-day > div.media-wrap > img.media-wrap__image div.breed-feature__col > div.breed-of-the-day > div.media-wrap > img.media-wrap__image | www.akc.org/wp-content/themes/akc/component-library/assets/img/1x1.trans.gif |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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
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 |
|---|
Dog Info div.AKC-NAV__tabs > div.AKC-NAV__tabs__ul-wrap > ul.AKC-Nav__desktop__tabslist > li.AKC-Nav__desktop__tabslist__single-tab |
Registration div.AKC-NAV__tabs > div.AKC-NAV__tabs__ul-wrap > ul.AKC-Nav__desktop__tabslist > li.AKC-Nav__desktop__tabslist__single-tab |
Sports & Events div.AKC-NAV__tabs > div.AKC-NAV__tabs__ul-wrap > ul.AKC-Nav__desktop__tabslist > li.AKC-Nav__desktop__tabslist__single-tab |
Clubs & Delegates div.AKC-NAV__tabs > div.AKC-NAV__tabs__ul-wrap > ul.AKC-Nav__desktop__tabslist > li.AKC-Nav__desktop__tabslist__single-tab |
Expert Advice div.AKC-NAV__tabs > div.AKC-NAV__tabs__ul-wrap > ul.AKC-Nav__desktop__tabslist > li.AKC-Nav__desktop__tabslist__single-tab |
Dog Info div > div > ul > li.AKC-Nav__mobile__single-tab |
Registration div > div > ul > li.AKC-Nav__mobile__single-tab |
Sports & Events div > div > ul > li.AKC-Nav__mobile__single-tab |
Clubs & Delegates div > div > ul > li.AKC-Nav__mobile__single-tab |
Expert Advice div > div > ul > li.AKC-Nav__mobile__single-tab |
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 |
|---|
Dog Info
Registration
Sports & Events
Clubs & Delegates
Expert Advice div.AKC-Nav > div.AKC-NAV__tabs > div.AKC-NAV__tabs__ul-wrap > ul.AKC-Nav__desktop__tabslist |
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 |
|---|
Dog Info div.AKC-NAV__tabs__ul-wrap > ul.AKC-Nav__desktop__tabslist > li.AKC-Nav__desktop__tabslist__single-tab > span#tab__dog-info |
Registration div.AKC-NAV__tabs__ul-wrap > ul.AKC-Nav__desktop__tabslist > li.AKC-Nav__desktop__tabslist__single-tab > span#tab__registration |
Sports & Events div.AKC-NAV__tabs__ul-wrap > ul.AKC-Nav__desktop__tabslist > li.AKC-Nav__desktop__tabslist__single-tab > span#tab__sports-events |
Clubs & Delegates div.AKC-NAV__tabs__ul-wrap > ul.AKC-Nav__desktop__tabslist > li.AKC-Nav__desktop__tabslist__single-tab > span#tab__clubs-delegates |
Expert Advice div.AKC-NAV__tabs__ul-wrap > ul.AKC-Nav__desktop__tabslist > li.AKC-Nav__desktop__tabslist__single-tab > span#tab__expert-advice |
Dog Info div > ul > li.AKC-Nav__mobile__single-tab > details#tab__dog-info |
Registration div > ul > li.AKC-Nav__mobile__single-tab > details#tab__registration |
Sports & Events div > ul > li.AKC-Nav__mobile__single-tab > details#tab__sports-events |
Clubs & Delegates div > ul > li.AKC-Nav__mobile__single-tab > details#tab__clubs-delegates |
Expert Advice div > ul > li.AKC-Nav__mobile__single-tab > details#tab__expert-advice |
ARIA roles must have valid values in order to perform their intended accessibility functions. Learn more about valid ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Dog Info
Registration
Sports & Events
Clubs & Delegates
Expert Advice div.AKC-Nav__mobile > div > div > ul |
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.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.autocomplete__wrap > div.search-with-icon > form.flex-search-form > button.button div.autocomplete__wrap > div.search-with-icon > form.flex-search-form > button.button |
div.autocomplete__wrap > div.search-with-icon > form.flex-search-form > button.button div.autocomplete__wrap > div.search-with-icon > form.flex-search-form > button.button |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad |
div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad |
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#site-header > div.desktop-header__wrap > div.desktop-header > a.site-header__logo div#site-header > div.desktop-header__wrap > div.desktop-header > a.site-header__logo |
body.home > div#slim-header > div.slim-header > a.site-header__logo body.home > div#slim-header > div.slim-header > a.site-header__logo |
div#slim-header > div.slim-header > div.slim-header__mobile-utility > a.slim-header__utility-link div#slim-header > div.slim-header > div.slim-header__mobile-utility > a.slim-header__utility-link |
div.interactive-hero__inner > div#welcome > div.interactive-hero__item-inner > a.interactive-hero__image-wrap div.interactive-hero__inner > div#welcome > div.interactive-hero__item-inner > a.interactive-hero__image-wrap |
div.interactive-hero__inner > div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap div.interactive-hero__inner > div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap |
div.interactive-hero__inner > div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap div.interactive-hero__inner > div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap |
div.interactive-hero__inner > div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap div.interactive-hero__inner > div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap |
div.interactive-hero__inner > div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap div.interactive-hero__inner > div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap |
div.interactive-hero__inner > div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap div.interactive-hero__inner > div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap |
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.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Register Today div.interactive-hero__inner > div#welcome > div.interactive-hero__item-inner > a.interactive-anchor |
AKC TV div.interactive-hero__inner > div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-anchor |
Shop New Products div.interactive-hero__inner > div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-anchor |
Learn about Pet Insurance div.interactive-hero__inner > div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-anchor |
Sports & Events div.interactive-hero__inner > div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-anchor |
MAKE IT OFFICIAL TODAY div.content-block > div.content-block__bottom-content > div.content-block__button > a.button |
What to Do When Your Dog Is Lost: First 48 Hours div.grid-col > div.content-card > div.content-card__body > a.content-card__title |
The Rarest Dog Breeds of 2025 div.grid-col > div.content-card > div.content-card__body > a.content-card__title |
Fun Facts About the Irish Wolfhound div.grid-col > div.content-card > div.content-card__body > a.content-card__title |
Everything You Need to Know About Neosporin for Dogs div.grid-col > div.content-card > div.content-card__body > a.content-card__title |
Junior Handler Spotlight: Kole Brown div.grid-col > div.content-card > div.content-card__body > a.content-card__title |
Get tips and tricks from AKC’s experts in our lifestyle magazine for dog lovers div.grid-col > div.content-card > div.content-card__body > a.content-card__title |
Everything You Need to Know About Hyperkeratosis in Dogs div.grid-col > div.content-card > div.content-card__body > a.content-card__title |
EXPLORE BREEDS div.tool-grid > div.tool-grid__wrap > div.tool-grid__col > a.tool-grid__link |
FIND YOUR MATCH div.tool-grid > div.tool-grid__wrap > div.tool-grid__col > a.tool-grid__link |
COMPARE BREEDS div.tool-grid > div.tool-grid__wrap > div.tool-grid__col > a.tool-grid__link |
DOG NAME FINDER div.tool-grid > div.tool-grid__wrap > div.tool-grid__col > a.tool-grid__link |
Conformation div#slick-slide00 > a.event > div.event__title-area > h3.event__title |
Agility div#slick-slide01 > a.event > div.event__title-area > h3.event__title |
Rally div#slick-slide02 > a.event > div.event__title-area > h3.event__title |
Fast CAT div#slick-slide03 > a.event > div.event__title-area > h3.event__title |
FIND EVENTS NEAR YOU section.page-section > div.event-slider > div.d-table > a.button |
ABOUT US div.site-footer__wrap > div.site-footer__column > div.site-footer__section > h3.site-footer__section-title |
TOP SERVICES div.site-footer__wrap > div.site-footer__column > div.site-footer__section > h3.site-footer__section-title |
TOP RESOURCES div.site-footer__wrap > div.site-footer__column > div.site-footer__section > h3.site-footer__section-title |
GET INVOLVED div.site-footer__wrap > div.site-footer__column > div.site-footer__section > h3.site-footer__section-title |
FAVORITE THINGS div.site-footer__wrap > div.site-footer__column > div.site-footer__section > h3.site-footer__section-title |
These are opportunities to improve the legibility of your content.
Tables and lists
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Dog Info div.AKC-NAV__tabs > div.AKC-NAV__tabs__ul-wrap > ul.AKC-Nav__desktop__tabslist > li.AKC-Nav__desktop__tabslist__single-tab |
Registration div.AKC-NAV__tabs > div.AKC-NAV__tabs__ul-wrap > ul.AKC-Nav__desktop__tabslist > li.AKC-Nav__desktop__tabslist__single-tab |
Sports & Events div.AKC-NAV__tabs > div.AKC-NAV__tabs__ul-wrap > ul.AKC-Nav__desktop__tabslist > li.AKC-Nav__desktop__tabslist__single-tab |
Clubs & Delegates div.AKC-NAV__tabs > div.AKC-NAV__tabs__ul-wrap > ul.AKC-Nav__desktop__tabslist > li.AKC-Nav__desktop__tabslist__single-tab |
Expert Advice div.AKC-NAV__tabs > div.AKC-NAV__tabs__ul-wrap > ul.AKC-Nav__desktop__tabslist > li.AKC-Nav__desktop__tabslist__single-tab |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|
Register Today div.interactive-hero__inner > div#welcome > div.interactive-hero__item-inner > a.interactive-anchor |
Training div.interactive-hero__inner > div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-anchor |
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.
Best Practices
SEO
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.
Crawling and Indexing
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 |
|---|
details#tab__dog-info > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap details#tab__dog-info > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap |
details#tab__dog-info > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap details#tab__dog-info > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap |
details#tab__dog-info > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap details#tab__dog-info > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap |
details#tab__dog-info > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap details#tab__dog-info > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap |
details#tab__dog-info > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap details#tab__dog-info > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap |
details#tab__registration > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap details#tab__registration > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap |
details#tab__sports-events > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap details#tab__sports-events > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap |
details#tab__sports-events > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap details#tab__sports-events > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap |
details#tab__sports-events > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap details#tab__sports-events > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap |
details#tab__clubs-delegates > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap details#tab__clubs-delegates > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap |
details#tab__clubs-delegates > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap details#tab__clubs-delegates > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap |
details#tab__clubs-delegates > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap details#tab__clubs-delegates > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap |
details#tab__expert-advice > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap details#tab__expert-advice > ul > li.AKC-Nav__mobile__single-tab__list-tab > a.nav-bar__label-wrap |
AKC CANINE HEALTH FOUNDATION div.show-at-medium > ul.tabs__tabs > li.tabs__single-tab > a#anchor-AKC Canine Health Foundation |
RESCUE NETWORK div.show-at-medium > ul.tabs__tabs > li.tabs__single-tab > a#anchor-Rescue Network |
AKC REUNITE div.show-at-medium > ul.tabs__tabs > li.tabs__single-tab > a#anchor-AKC Reunite |
AKC HUMANE FUND div.show-at-medium > ul.tabs__tabs > li.tabs__single-tab > a#anchor-AKC Humane Fund |
MUSEUM OF THE DOG div.show-at-medium > ul.tabs__tabs > li.tabs__single-tab > a#anchor-Museum of the Dog |
PROTECTING YOUR RIGHTS div.show-at-medium > ul.tabs__tabs > li.tabs__single-tab > a#anchor-Protecting Your Rights |
To appear in search results, crawlers need access to your app.
Content Best Practices
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad |
div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad div.interactive-hero__item > div.interactive-hero__item-inner > a.interactive-hero__image-wrap > img.lozad |
Format your HTML in a way that enables crawlers to better understand your app’s content.