Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
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.
Lean and efficient — low environmental impact per visit.
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.
'unsafe-eval' found in script source
Security gaps expose your site and users to attacks, eroding trust.
'unsafe-inline' found in script source
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.
1 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
1 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/82cd903b-e194-4da7-b09d-6ef482e1687b)<a href="https://beavercheck.com/results/82cd903b-e194-4da7-b09d-6ef482e1687b"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fgovinfo.gov" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fgovinfo.govThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. 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.
7 barrier(s) likely increasing bounce by ~29%.
Page takes 4.3s to load
+12% bounceUsers abandon at ~3s — you're 1.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 656ms
+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
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$450 investment → $3,209/month returns + USD 157,500 risk avoided
$450
4h · 5 findings
$3,209 /mo
~$38,511 / year
USD 157,500
if kept compliant
$150 — 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.
4.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,125 / month at risk
~$157,503 / year if left unfixed
$157,500
+6 more
$0.28 /mo
3480.7 MB/mo × 0.080 USD/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.
4.26 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
4.26 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
656 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.116
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
5.24 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.
8.27 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.
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.
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.
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.
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.
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.
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 | |
|---|---|---|---|
PTAB: ISO/IEC 16363:2012 Trustworthy digital repository. Certificate number: PT… div.row > aside.affiliate-badges-group > a.affiliate-badge > img | www.govinfo.gov/media/USGPO-Certification-Mark-Web.png | 62.0 KiB | 55.1 KiB |
Image: George Caleb Bingham, “The Jolly Flatboatmen,” 1846 (National Gallery of… div.features__img > div.field > div.field__item > img | /sites/default/files/styles/govinfothumb/public/media/fla... | 44.2 KiB | 40.5 KiB |
Image of the three Medals of Honor, Source: Veterans Affairs div.features__img > div.field > div.field__item > img | /sites/default/files/styles/govinfothumb/public/media/med... | 41.5 KiB | 38.2 KiB |
Core Trust Seal div.row > aside.affiliate-badges-group > a.affiliate-badge > img | www.govinfo.gov/media/CoreTrustSeal-logo-transparent.png | 15.8 KiB | 9.2 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 |
|---|---|
| govinfo.gov/ | 1.1 s |
| www.govinfo.gov/ | 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 |
|---|---|
A to Z
Browse documents by alphabetical order
Category
Browse documents in s… section#banner > div.container > div.row > div.col-xs-12 | 0.113 |
Category
Browse documents in specific collections section.item > a > div.media > div.media-body | 0.003 |
div#searchWidget-tabpane-simple-search > section.search-input-pane > div.input-group > button.btn-search div#searchWidget-tabpane-simple-search > section.search-input-pane > div.input-group > button.btn-search | 0.001 |
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.
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.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /* stylelint-disable scss/dollar-variable-empty-line-before */ /* stylelint-disable max-line-length… | 51.8 KiB | 7.3 KiB |
| www.govinfo.gov/themes/contrib/bootstrap_fdsys/css/style.css%3Ftd2zvj | 18.6 KiB | 3.7 KiB |
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 |
|---|---|---|
| /* stylelint-disable scss/dollar-variable-empty-line-before */ /* stylelint-disable max-line-length… | 51.8 KiB | 49.0 KiB |
| /themes/contrib/bootstrap_fdsys/bootstrap/css/bootstrap.m... | 24.7 KiB | 23.2 KiB |
| www.govinfo.gov/themes/contrib/bootstrap_fdsys/css/style.css%3Ftd2zvj | 18.6 KiB | 16.7 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
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.govinfo.gov/app/infrastructure.js | 540.9 KiB | 64.1 KiB |
| www.govinfo.gov/app/search/assets/search-embedder.js | 180.1 KiB | 60.5 KiB |
| www.govinfo.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 | 34.7 KiB | 24.0 KiB |
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 |
|---|---|
| Other | 626 ms |
| Script Evaluation | 552 ms |
| Script Parsing & Compilation | 431 ms |
| Style & Layout | 328 ms |
| Rendering | 96 ms |
| Parse HTML & CSS | 85 ms |
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 |
|---|---|---|
| www.govinfo.gov/app/infrastructure.js | 540.9 KiB | 450.9 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 | |
|---|---|
Core Trust Seal div.row > aside.affiliate-badges-group > a.affiliate-badge > img | www.govinfo.gov/media/CoreTrustSeal-logo-transparent.png |
PTAB: ISO/IEC 16363:2012 Trustworthy digital repository. Certificate number: PT… div.row > aside.affiliate-badges-group > a.affiliate-badge > img | www.govinfo.gov/media/USGPO-Certification-Mark-Web.png |
GovInfo logo div.container > div.navbar-header > a#headerLogoId1 > img | www.govinfo.gov/media/GovInfo_Logo_Gray.svg |
Government Publishing Office Logo div.row > aside.affiliate-badges-group > a.affiliate-badge > img | www.govinfo.gov/media/gpo-logov1.jpg |
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.
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#searchWidget-tabpane-simple-search > section.search-input-pane > div.input-group > button.btn-search div#searchWidget-tabpane-simple-search > section.search-input-pane > div.input-group > button.btn-search |
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.features__img > div.field > div.field__item > img div.features__img > div.field > div.field__item > img |
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.container > div.navbar-header > div.mainMenu-toggle__container > a.mainMenu-toggle div.container > div.navbar-header > div.mainMenu-toggle__container > a.mainMenu-toggle |
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.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
A to Z a > div.media > div.media-body > h4.media-heading |
March 2026 Release Notes article.featured-links > div.features__text > div.field > h3.artilce-title |
These are opportunities to improve keyboard navigation in your application.
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.js html.js |
These items highlight common accessibility best practices.
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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.features__img > div.field > div.field__item > img div.features__img > div.field > div.field__item > img |
Canonical links suggest which URL to show in search results. Learn more about canonical links.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
Get Bookmarkable URL div#searchWidget-tabpane-advanced-search > section.search-input-pane > aside.search-url-bookmark > a |
Get Bookmarkable URL div#searchWidget-tabpane-citation-search > section.search-input-pane > aside.search-url-bookmark > a |
Presidential Documents div.row > ul > li > a |
Congressional Bills div.row > ul > li > a |
Congressionally Mandated Reports div.row > ul > li > a |
All Documents div.row > ul > li > a |
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.37 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.37 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
86 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.059
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.67 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.
2.01 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.
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.
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.
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.
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 | |
|---|---|---|---|
PTAB: ISO/IEC 16363:2012 Trustworthy digital repository. Certificate number: PT… div.row > aside.affiliate-badges-group > a.affiliate-badge > img | www.govinfo.gov/media/USGPO-Certification-Mark-Web.png | 62.0 KiB | 56.7 KiB |
Image: George Caleb Bingham, “The Jolly Flatboatmen,” 1846 (National Gallery of… div.features__img > div.field > div.field__item > img | /sites/default/files/styles/govinfothumb/public/media/fla... | 44.2 KiB | 40.5 KiB |
Image of the three Medals of Honor, Source: Veterans Affairs div.features__img > div.field > div.field__item > img | /sites/default/files/styles/govinfothumb/public/media/med... | 41.5 KiB | 38.2 KiB |
Core Trust Seal div.row > aside.affiliate-badges-group > a.affiliate-badge > img | www.govinfo.gov/media/CoreTrustSeal-logo-transparent.png | 15.8 KiB | 13.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /* stylelint-disable scss/dollar-variable-empty-line-before */ /* stylelint-disable max-line-length… | 51.8 KiB | 7.3 KiB |
| www.govinfo.gov/themes/contrib/bootstrap_fdsys/css/style.css%3Ftd2zvj | 18.6 KiB | 3.7 KiB |
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 |
|---|---|---|
| www.govinfo.gov/app/infrastructure.js | 540.9 KiB | 450.9 KiB |
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 |
|---|---|---|
| /* stylelint-disable scss/dollar-variable-empty-line-before */ /* stylelint-disable max-line-length… | 51.8 KiB | 48.7 KiB |
| /themes/contrib/bootstrap_fdsys/bootstrap/css/bootstrap.m... | 24.7 KiB | 23.0 KiB |
| www.govinfo.gov/themes/contrib/bootstrap_fdsys/css/style.css%3Ftd2zvj | 18.6 KiB | 16.4 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
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.govinfo.gov/app/infrastructure.js | 540.9 KiB | 64.1 KiB |
| www.govinfo.gov/app/search/assets/search-embedder.js | 180.2 KiB | 60.5 KiB |
| www.govinfo.gov/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 | 34.7 KiB | 24.0 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 | |
|---|---|
Core Trust Seal div.row > aside.affiliate-badges-group > a.affiliate-badge > img | www.govinfo.gov/media/CoreTrustSeal-logo-transparent.png |
PTAB: ISO/IEC 16363:2012 Trustworthy digital repository. Certificate number: PT… div.row > aside.affiliate-badges-group > a.affiliate-badge > img | www.govinfo.gov/media/USGPO-Certification-Mark-Web.png |
GovInfo logo div.container > div.navbar-header > a#headerLogoId1 > img | www.govinfo.gov/media/GovInfo_Logo_Gray.svg |
Government Publishing Office Logo div.row > aside.affiliate-badges-group > a.affiliate-badge > img | www.govinfo.gov/media/gpo-logov1.jpg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
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 |
|---|---|
| govinfo.gov/ | 318 ms |
| www.govinfo.gov/ | 0.0 ms |
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.
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 |
|---|
Search article#search-widget > ul#searchWidget > li.nav-item > button#searchWidget-tab-simple-search |
SEARCH section.search-input-pane > div.input-group > button.btn-search > span.button-text |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
A to Z div.item > div.content > div.top > h4 |
March 2026 Release Notes article.featured-links > div.features__text > div.field > h3.artilce-title |
These are opportunities to improve keyboard navigation in your application.
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.features__img > div.field > div.field__item > img div.features__img > div.field > div.field__item > img |
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.
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.js html.js |
These items highlight common accessibility best practices.
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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.features__img > div.field > div.field__item > img div.features__img > div.field > div.field__item > img |
Canonical links suggest which URL to show in search results. Learn more about canonical links.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
Get Bookmarkable URL div#searchWidget-tabpane-advanced-search > section.search-input-pane > aside.search-url-bookmark > a |
Get Bookmarkable URL div#searchWidget-tabpane-citation-search > section.search-input-pane > aside.search-url-bookmark > a |
Presidential Documents div.row > ul > li > a |
Congressional Bills div.row > ul > li > a |
Congressionally Mandated Reports div.row > ul > li > a |
All Documents div.row > ul > li > a |
To appear in search results, crawlers need access to your app.
Send Feedback