Mobile 375 × 812

Desktop 1440 × 900

Score: 76 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
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.
Missing metadata means poor previews on social media and search.
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.
Content-Security-Policy 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.
4 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
4 third-party resources (92% of weight)
Performance issues directly impact user engagement and conversion rates.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
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/e968646f-188f-496b-9025-afd4bd74d465)<a href="https://beavercheck.com/results/e968646f-188f-496b-9025-afd4bd74d465"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Funpkg.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Funpkg.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. The 1 performance issue below shapes how fast users perceive your page. 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.
4 barrier(s) likely increasing bounce by ~9%.
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
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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, …)
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $0.08/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$0.08 /mo
~$0.94 / 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.
5.0 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,501 / year if left unfixed
$157,500
+2 more
$0.08 /mo
981.0 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 3 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.
826 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
826 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
138 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
826 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.00 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.
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.
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 |
|---|---|---|
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
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 |
|---|---|
| unpkg.com/_assets/code-light-B2LHUSJR.css | 462 B |
| unpkg.com/_assets/styles-LG6W3OHZ.css | 6.7 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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.googletagmanager.com/gtag/js?id=G-79NC4YX69Q&cx=c>m=4e64f0 | 157.0 KiB | 66.6 KiB |
| www.googletagmanager.com/gtag/js?id=UA-140352188-1 | 116.4 KiB | 63.0 KiB |
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.
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 |
|---|
"my-package" section#overview > div.mt-8 > div.p-4 > span.hljs-string |
"./dist/index.js" section#overview > div.mt-8 > div.p-4 > span.hljs-string |
script div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
"https://unpkg.com/my-package" div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-string |
script div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
"my-package" section#overview > div.mt-8 > div.p-4 > span.hljs-string |
"./dist/exp.js" section#overview > div.mt-8 > div.p-4 > span.hljs-string |
script div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
"https://unpkg.com/my-package/exp" div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-string |
script div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
fetch section#overview > div.mt-8 > div.p-4 > span.hljs-built_in |
"my-package" section#overview > div.mt-8 > div.p-4 > span.hljs-string |
"./dist/index.unpkg.js" section#overview > div.mt-8 > div.p-4 > span.hljs-string |
// This works section#overview > div.mt-8 > div.p-4 > span.hljs-comment |
"./dist/index.unpkg.js" section#overview > div.mt-8 > div.p-4 > span.hljs-string |
// This works, too section#overview > div.mt-8 > div.p-4 > span.hljs-comment |
"./dist/index.js" section#overview > div.mt-8 > div.p-4 > span.hljs-string |
<!doctype html> section#nobuild-apps > div.mt-8 > div.p-4 > span.hljs-meta |
html div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
"en" div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-string |
head div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
meta div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
"UTF-8" div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-string |
script div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
"importmap" div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-string |
"imports" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
"preact" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
"https://unpkg.com/preact@10.25.4/dist/preact.module.js" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
"preact/hooks" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
"https://unpkg.com/preact@10.25.4/hooks/dist/hooks.module.js" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
"htm" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
"https://unpkg.com/htm@3.1.1/dist/htm.module.js" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
script div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
head div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
body div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
script div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
"module" div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-string |
"preact" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
"preact/hooks" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
"htm" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
bind div.mt-8 > div.p-4 > span.language-javascript > span.hljs-title |
App div.mt-8 > div.p-4 > span.language-javascript > span.hljs-title |
useState div.mt-8 > div.p-4 > span.language-javascript > span.hljs-title |
div span.language-javascript > span.language-xml > span.hljs-tag > span.hljs-name |
${count} div.mt-8 > div.p-4 > span.language-javascript > span.hljs-subst |
button span.language-javascript > span.language-xml > span.hljs-tag > span.hljs-name |
${() => setCount(count + 1)} div.mt-8 > div.p-4 > span.language-javascript > span.hljs-subst |
button span.language-javascript > span.language-xml > span.hljs-tag > span.hljs-name |
div span.language-javascript > span.language-xml > span.hljs-tag > span.hljs-name |
render div.mt-8 > div.p-4 > span.language-javascript > span.hljs-title |
${App} div.mt-8 > div.p-4 > span.language-javascript > span.hljs-subst |
script div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
body div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
html div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
"react-router" section#metadata-api > div.mt-8 > div.p-4 > span.hljs-string |
"7.3.0" section#metadata-api > div.mt-8 > div.p-4 > span.hljs-string |
"/dist/" section#metadata-api > div.mt-8 > div.p-4 > span.hljs-string |
path section#metadata-api > div.mt-8 > div.p-4 > span.hljs-selector-tag |
"/dist/development/dom-export.js" section#metadata-api > div.mt-8 > div.p-4 > span.hljs-string |
"text/javascript" section#metadata-api > div.mt-8 > div.p-4 > span.hljs-string |
"sha256-z5j8OHOsGkvfGAjBtW8sbj+M68LLmgLTSjDHk4A5uYA=" section#metadata-api > div.mt-8 > div.p-4 > span.hljs-string |
path section#metadata-api > div.mt-8 > div.p-4 > span.hljs-selector-tag |
"/dist/production/dom-export.js" section#metadata-api > div.mt-8 > div.p-4 > span.hljs-string |
"text/javascript" section#metadata-api > div.mt-8 > div.p-4 > span.hljs-string |
"sha256-Gh8wMHW9MO5IMaBq7fOc7szDMRemnO/7Qr8kTK4ebgY=" section#metadata-api > div.mt-8 > div.p-4 > span.hljs-string |
These are opportunities to improve the legibility of your content.
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 > section#nobuild-apps > h2.mt-16 > a.outline-none div > section#nobuild-apps > h2.mt-16 > a.outline-none |
div > section#metadata-api > h2.mt-16 > a.outline-none div > section#metadata-api > h2.mt-16 > a.outline-none |
div > section#cache-performance > h2.mt-16 > a.outline-none div > section#cache-performance > h2.mt-16 > a.outline-none |
div > section#about > h2.mt-16 > a.outline-none div > section#about > h2.mt-16 > a.outline-none |
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.
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.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | module.exports = createMiddleware | Syntax not understood |
| 3 | var readFileSync = require('fs').readFileSync | Syntax not understood |
| 4 | , crypto = require('crypto') | Syntax not understood |
| 6 | function createMiddleware(path, options) { | Syntax not understood |
| 8 | // Defaults | Syntax not understood |
| 9 | options = options || {} | Syntax not understood |
| 11 | if (!path) throw new Error('No path provided for robots.txt file') | Syntax not understood |
| 13 | var maxAge = options.maxAge || 86400000 | Syntax not understood |
| 14 | , txt = readFileSync(path) | Syntax not understood |
| 15 | , headers = | Syntax not understood |
| 16 | { 'Content-Type': 'text/plain' | Unknown directive |
| 17 | , 'Content-Length': txt.length | Unknown directive |
| 18 | , 'ETag': '"' + crypto.createHash('md5').update(txt).digest('hex') + '"' | Unknown directive |
| 19 | , 'Cache-Control': 'public, max-age=' + (maxAge / 1000) | Unknown directive |
| 20 | } | Syntax not understood |
| 22 | return function middleware(req, res, next) { | Syntax not understood |
| 23 | if ('/robots.txt' !== req.url) return next() | Syntax not understood |
| 24 | res.writeHead(200, headers) | Syntax not understood |
| 25 | res.end(txt) | Syntax not understood |
| 26 | } | Syntax not understood |
| 28 | } | Syntax not understood |
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.
387 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
414 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
4 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
387 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
983 ms
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.
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 |
|---|---|---|
| unpkg.com/_assets/code-light-B2LHUSJR.css | 609 B | 134 ms |
| unpkg.com/_assets/styles-LG6W3OHZ.css | 6.8 KiB | 54 ms |
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 |
|---|---|---|
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.googletagmanager.com/gtag/js?id=G-79NC4YX69Q&cx=c>m=4e64f0h1&bs=ctrl2 | 157.0 KiB | 66.2 KiB |
| www.googletagmanager.com/gtag/js?id=UA-140352188-1 | 116.4 KiB | 63.0 KiB |
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.
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 |
|---|
"my-package" section#overview > div.mt-8 > div.p-4 > span.hljs-string |
"./dist/index.js" section#overview > div.mt-8 > div.p-4 > span.hljs-string |
script div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
"https://unpkg.com/my-package" div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-string |
script div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
"my-package" section#overview > div.mt-8 > div.p-4 > span.hljs-string |
"./dist/exp.js" section#overview > div.mt-8 > div.p-4 > span.hljs-string |
script div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
"https://unpkg.com/my-package/exp" div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-string |
script div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
fetch section#overview > div.mt-8 > div.p-4 > span.hljs-built_in |
"my-package" section#overview > div.mt-8 > div.p-4 > span.hljs-string |
"./dist/index.unpkg.js" section#overview > div.mt-8 > div.p-4 > span.hljs-string |
// This works section#overview > div.mt-8 > div.p-4 > span.hljs-comment |
"./dist/index.unpkg.js" section#overview > div.mt-8 > div.p-4 > span.hljs-string |
// This works, too section#overview > div.mt-8 > div.p-4 > span.hljs-comment |
"./dist/index.js" section#overview > div.mt-8 > div.p-4 > span.hljs-string |
<!doctype html> section#nobuild-apps > div.mt-8 > div.p-4 > span.hljs-meta |
html div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
"en" div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-string |
head div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
meta div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
"UTF-8" div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-string |
script div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
"importmap" div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-string |
"imports" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
"preact" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
"https://unpkg.com/preact@10.25.4/dist/preact.module.js" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
"preact/hooks" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
"https://unpkg.com/preact@10.25.4/hooks/dist/hooks.module.js" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
"htm" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
"https://unpkg.com/htm@3.1.1/dist/htm.module.js" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
script div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
head div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
body div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
script div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
"module" div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-string |
"preact" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
"preact/hooks" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
"htm" div.mt-8 > div.p-4 > span.language-javascript > span.hljs-string |
bind div.mt-8 > div.p-4 > span.language-javascript > span.hljs-title |
App div.mt-8 > div.p-4 > span.language-javascript > span.hljs-title |
useState div.mt-8 > div.p-4 > span.language-javascript > span.hljs-title |
div span.language-javascript > span.language-xml > span.hljs-tag > span.hljs-name |
${count} div.mt-8 > div.p-4 > span.language-javascript > span.hljs-subst |
button span.language-javascript > span.language-xml > span.hljs-tag > span.hljs-name |
${() => setCount(count + 1)} div.mt-8 > div.p-4 > span.language-javascript > span.hljs-subst |
button span.language-javascript > span.language-xml > span.hljs-tag > span.hljs-name |
div span.language-javascript > span.language-xml > span.hljs-tag > span.hljs-name |
render div.mt-8 > div.p-4 > span.language-javascript > span.hljs-title |
${App} div.mt-8 > div.p-4 > span.language-javascript > span.hljs-subst |
script div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
body div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
html div.mt-8 > div.p-4 > span.hljs-tag > span.hljs-name |
"react-router" section#metadata-api > div.mt-8 > div.p-4 > span.hljs-string |
"7.3.0" section#metadata-api > div.mt-8 > div.p-4 > span.hljs-string |
"/dist/" section#metadata-api > div.mt-8 > div.p-4 > span.hljs-string |
path section#metadata-api > div.mt-8 > div.p-4 > span.hljs-selector-tag |
"/dist/development/dom-export.js" section#metadata-api > div.mt-8 > div.p-4 > span.hljs-string |
"text/javascript" section#metadata-api > div.mt-8 > div.p-4 > span.hljs-string |
"sha256-z5j8OHOsGkvfGAjBtW8sbj+M68LLmgLTSjDHk4A5uYA=" section#metadata-api > div.mt-8 > div.p-4 > span.hljs-string |
path section#metadata-api > div.mt-8 > div.p-4 > span.hljs-selector-tag |
"/dist/production/dom-export.js" section#metadata-api > div.mt-8 > div.p-4 > span.hljs-string |
"text/javascript" section#metadata-api > div.mt-8 > div.p-4 > span.hljs-string |
"sha256-Gh8wMHW9MO5IMaBq7fOc7szDMRemnO/7Qr8kTK4ebgY=" section#metadata-api > div.mt-8 > div.p-4 > span.hljs-string |
These are opportunities to improve the legibility of your content.
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 > section#nobuild-apps > h2.mt-16 > a.outline-none div > section#nobuild-apps > h2.mt-16 > a.outline-none |
div > section#metadata-api > h2.mt-16 > a.outline-none div > section#metadata-api > h2.mt-16 > a.outline-none |
div > section#cache-performance > h2.mt-16 > a.outline-none div > section#cache-performance > h2.mt-16 > a.outline-none |
div > section#about > h2.mt-16 > a.outline-none div > section#about > h2.mt-16 > a.outline-none |
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.
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.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | module.exports = createMiddleware | Syntax not understood |
| 3 | var readFileSync = require('fs').readFileSync | Syntax not understood |
| 4 | , crypto = require('crypto') | Syntax not understood |
| 6 | function createMiddleware(path, options) { | Syntax not understood |
| 8 | // Defaults | Syntax not understood |
| 9 | options = options || {} | Syntax not understood |
| 11 | if (!path) throw new Error('No path provided for robots.txt file') | Syntax not understood |
| 13 | var maxAge = options.maxAge || 86400000 | Syntax not understood |
| 14 | , txt = readFileSync(path) | Syntax not understood |
| 15 | , headers = | Syntax not understood |
| 16 | { 'Content-Type': 'text/plain' | Unknown directive |
| 17 | , 'Content-Length': txt.length | Unknown directive |
| 18 | , 'ETag': '"' + crypto.createHash('md5').update(txt).digest('hex') + '"' | Unknown directive |
| 19 | , 'Cache-Control': 'public, max-age=' + (maxAge / 1000) | Unknown directive |
| 20 | } | Syntax not understood |
| 22 | return function middleware(req, res, next) { | Syntax not understood |
| 23 | if ('/robots.txt' !== req.url) return next() | Syntax not understood |
| 24 | res.writeHead(200, headers) | Syntax not understood |
| 25 | res.end(txt) | Syntax not understood |
| 26 | } | Syntax not understood |
| 28 | } | Syntax not understood |
To appear in search results, crawlers need access to your app.
Send Feedback