Skip to content
Audit Complete

Results for https://www.producthunt.com

Visit site
Spain Spain · Madrid Completed: Apr 6, 2026 16:21 UTC

Mobile 375 × 812

Screenshot of the audited page (Mobile 375×812)

Desktop 1440 × 900

Screenshot of the audited page (Desktop 1440×900)
C76

Site Health

Score: 76 / 100

Based on 8 categories, 0 sections

How is this calculated?

The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.

Performance 25%Security 25%Accessibility 15%SEO 10%Infrastructure 10%Compliance 8%Content 5%Sustainability 2%

Weights reflect general web best practices. Individual needs may differ.

Top Priorities (5)

1

Content-Security-Policy header is missing

Security › Security Headers
2

No Content-Security-Policy header found

Security › Content Security Policy
3

Cookie '__cf_bm' has no SameSite attribute

Security › Cookie Security
4

Cross-Origin-Embedder-Policy header is missing

Security › Security Headers
5

Cross-Origin-Opener-Policy header is missing

Security › Security Headers
BeaverCheck badge
Embed this badge
[![BeaverCheck](https://beavercheck.com/badge?url=https%3A%2F%2Fwww.producthunt.com)](https://beavercheck.com/results/82d9c009-86f7-4808-a6bb-c5ee9f89f8bc)
<a href="https://beavercheck.com/results/82d9c009-86f7-4808-a6bb-c5ee9f89f8bc"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.producthunt.com" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fwww.producthunt.com

This badge auto-updates with your latest scan result.

Was this report useful?

Thanks for your feedback!

Global Performance 7/7 locations
ES Madrid
Full audit
121ms
DNS 34ms · TLS 23ms
ES Madrid
120ms
DNS 30ms · TLS 24ms
NL Amsterdam
155ms
DNS 6ms · TLS 10ms
UN New York
65ms
DNS 7ms · TLS 8ms
UN Santa Clara
643ms
DNS 6ms · TLS 11ms
BR Sao Paulo
209ms
DNS 195ms · TLS 7ms
SG Singapore
776ms
DNS 200ms · TLS 10ms
CDN: Cloudflare (HIT) · Avg TTFB: 298ms · Cache: max-age=30

Lighthouse Scores

Industry-standard audits powered by Google Lighthouse.

88
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
91
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
45
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

Core Web Vitals

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.

958 ms

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

1.79 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

452 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.002

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

1.13 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.

3.13 s

Detailed Report

Audit breakdown by category with detailed findings.

88

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

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

3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.

Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.

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.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
value: no origins were preconnected
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates
value: No additional origins are good candidates for preconnecting

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

URLResource SizeEst Savings
Icon for www.producthunt.com div.main-wrapper > div.main-content > div.ch-title-zone > img.heading-favicon
www.producthunt.com/favicon.ico232.6 KiB4.6 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.

Estimated savings: 774 ms

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.

Diagnostics

Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache

Failure reasonFailure type
Pages that use WebXR are not currently eligible for back/forward cache.Actionable
Only pages with a status code of 2XX can be cached.Not actionable

More information about the performance of your application. These numbers don't directly affect the Performance score.

Time to Interactive 3.1 s
Layout shift culprits
Optimize DOM size
Font display
Forced reflow
LCP breakdown
Modern HTTP
Render blocking requests
Optimize viewport for mobile
Minify CSS
Minify JavaScript
Reduce unused CSS
Reduce unused JavaScript
Avoids enormous network payloads Total size was 500 KiB
JavaScript execution time 0.8 s
Minimizes main-thread work 1.1 s
Avoid long main-thread tasks 7 long tasks found
Image elements have explicit `width` and `height`
Network Requests
Network Round Trip Times 20 ms
Server Backend Latencies 20 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 20 ms
Avoid large layout shifts 1 layout shift found
INP breakdown
LCP request discovery
User Timing marks and measures
Avoid non-composited animations
91

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.

Best practices

Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.

Failing Elements
head > meta head > meta

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
Image elements have `[alt]` attributes
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links have a discernible name
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
`[accesskey]` values are unique
`[aria-*]` attributes match their roles
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements use only permitted ARIA attributes
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
Links are distinguishable without relying on color.
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
No element has a `[tabindex]` value greater than 0
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
96

Best Practices

General

Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit

SourceDescription
Failed to load resource: the server responded with a status of 403 ()
Uses HTTPS
Avoids deprecated APIs
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Avoids requesting the notification permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Mitigate DOM-based XSS with Trusted Types
Page has valid source maps
Redirects HTTP traffic to HTTPS
Ensure proper origin isolation with COOP
Mitigate clickjacking with XFO or CSP
Detected JavaScript libraries
45

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 are unable to include your pages in search results if they don't have permission to crawl them. Learn more about crawler directives.

Blocking Directive Source
head > meta

Pages with unsuccessful HTTP status codes may not be indexed properly. Learn more about HTTP status codes.

To appear in search results, crawlers need access to your app.

Content Best Practices

Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.

Format your HTML in a way that enables crawlers to better understand your app’s content.

Structured data is valid
Document has a `<title>` element
Links have descriptive text
Links are crawlable
Image elements have `[alt]` attributes
Document has a valid `hreflang`
robots.txt is valid
Document has a valid `rel=canonical`

Lighthouse Scores

Industry-standard audits powered by Google Lighthouse. — Desktop

98
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
89
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
73
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

Core Web Vitals

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.

634 ms

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

950 ms

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

100 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.

790 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.

2.05 s

Detailed Report

Audit breakdown by category with detailed findings.

98

Performance

Insights

Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.

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

3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.

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.

description: [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints help the browser establish a connection earlier in the page load, saving time when the first request for that origin is made. The following are the origins that the page preconnected to.
title: Preconnected origins
value: no origins were preconnected
description: Add [preconnect](https://developer.chrome.com/docs/lighthouse/performance/uses-rel-preconnect/) hints to your most important origins, but try to use no more than 4.
title: Preconnect candidates
value: No additional origins are good candidates for preconnecting

Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size

URLResource SizeEst Savings
Customer.io div.flex > div > div.my-4 > video.size-full
/b8eb213d-e17f-417a-a08d-ba4dffa31209.webp?auto=compress&...22.8 KiB17.1 KiB

These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.

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.

Estimated savings: 60 ms 38.4 KiB

Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache

Failure reasonFailure type
Pages with WebSocket cannot enter back/forward cache.Pending browser support

Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.

More information about the performance of your application. These numbers don't directly affect the Performance score.

Max Potential First Input Delay 110 ms
Time to Interactive 2.0 s
Layout shift culprits
Document request latency
Optimize DOM size
Font display
Forced reflow
LCP breakdown
LCP request discovery
Modern HTTP
Render blocking requests
Optimize viewport for mobile
Minify CSS
Minify JavaScript
Avoids enormous network payloads Total size was 1,156 KiB
User Timing marks and measures 6 user timings
JavaScript execution time 0.7 s
Minimizes main-thread work 1.3 s
Avoid long main-thread tasks 4 long tasks found
Image elements have explicit `width` and `height`
Network Requests
Network Round Trip Times 30 ms
Server Backend Latencies 170 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Avoid multiple page redirects
Initial server response time was short Root document took 40 ms
INP breakdown
Avoid non-composited animations
Avoid large layout shifts
89

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.

Contrast

Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.

Failing Elements
Sign in header.fixed > div.mx-auto > div.flex > button.flex
Take a tour. section.mb-6 > div.flex > div.flex > button.text-left

These are opportunities to improve the legibility of your content.

Names and labels

Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.

Failing Elements
div.mx-auto > div.flex > div.flex > a.grid div.mx-auto > div.flex > div.flex > a.grid
div.mx-auto > div.flex > div.flex > a.grid div.mx-auto > div.flex > div.flex > a.grid

These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.

Best practices

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.

Failing Elements
HΞNRY div.mt-1 > div > a.mt-1 > button#base-ui-_r_2_
Matt Swulinski div.mt-1 > div > a.mt-1 > button#base-ui-_R_1mmtldulclubrhj9ivb_
HΞNRY div.mt-1 > div > a.mt-1 > button#base-ui-_R_1mmtlfulclubrhj9ivb_

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
Form elements have associated labels
`[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
ARIA attributes are used as specified for the element's role
`[aria-hidden="true"]` elements do not contain focusable descendents
Elements use only permitted ARIA attributes
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Heading elements appear in a sequentially-descending order
Document has a main landmark.
Deprecated ARIA roles were not used
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Identical links have the same purpose.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Links are distinguishable without relying on color.
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
Elements with visible text labels have matching accessible names.
Tables use `<caption>` instead of cells with the `[colspan]` attribute to indicate a caption.
`<td>` elements in a large `<table>` have one or more table headers.
73

Best Practices

Trust and Safety

Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.

General

Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.

Deprecation / WarningSource
SharedStorage
StorageType.persistent is deprecated. Please use standardized navigator.storage instead.
Fledge

Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit

SourceDescription
Failed to load resource: the server responded with a status of 403 ()
Failed to load resource: the server responded with a status of 403 ()
Manifest fetch from https://www.producthunt.com/manifest.json failed, code 403
Manifest fetch from https://www.producthunt.com/manifest.json failed, code 403
Not signed in with the identity provider.

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.

URLMap URL
www.producthunt.com/
www.producthunt.com/_next/static/chunks/turbopack-0f55vmoy.rx5k.jswww.producthunt.com/_next/static/chunks/0s0539hp9qu_1.js.map
www.producthunt.com/_next/static/chunks/14eedgk~yycro.jswww.producthunt.com/_next/static/chunks/0gy~yxhhrna0q.js.map
www.producthunt.com/_next/static/chunks/13v-dsv~1xrb8.jswww.producthunt.com/_next/static/chunks/0z65uad05v7c~.js.map
www.producthunt.com/_next/static/chunks/13aa8zaos-pov.jswww.producthunt.com/_next/static/chunks/12wy8-ofyaoen.js.map
www.producthunt.com/_next/static/chunks/1303~q51hk68e.jswww.producthunt.com/_next/static/chunks/04tofitesgaoh.js.map
www.producthunt.com/_next/static/chunks/12taf9njv~g1n.jswww.producthunt.com/_next/static/chunks/13q78qbrf1yv-.js.map
www.producthunt.com/_next/static/chunks/129xoq-531un2.jswww.producthunt.com/_next/static/chunks/0gwsbx5rqb1hc.js.map
www.producthunt.com/_next/static/chunks/11xv9e787i2mb.jswww.producthunt.com/_next/static/chunks/0.hmvd1utok2g.js.map
www.producthunt.com/_next/static/chunks/11lyyu.gn2_8c.jswww.producthunt.com/_next/static/chunks/0430_lppcl2_i.js.map
www.producthunt.com/_next/static/chunks/11_i2w-lw0b.s.jswww.producthunt.com/_next/static/chunks/02jetzei~1n3w.js.map
www.producthunt.com/_next/static/chunks/10wjfggonrzax.jswww.producthunt.com/_next/static/chunks/0klqr84bb9kw_.js.map
www.producthunt.com/_next/static/chunks/10c1cu1dbbsj_.jswww.producthunt.com/_next/static/chunks/08t3l-.qzc77e.js.map
www.producthunt.com/_next/static/chunks/108ysba6_nbhi.jswww.producthunt.com/_next/static/chunks/0u74nf5fngt_g.js.map
www.producthunt.com/_next/static/chunks/0zfiz0ea7jtsk.jswww.producthunt.com/_next/static/chunks/0e~_i-qds8sk..js.map
www.producthunt.com/_next/static/chunks/0y7x9srkda.my.jswww.producthunt.com/_next/static/chunks/0bir~.dssn-cl.js.map
www.producthunt.com/_next/static/chunks/0xx1i29.7x4o4.jswww.producthunt.com/_next/static/chunks/0.k4e8yeo4kyx.js.map
www.producthunt.com/_next/static/chunks/0x7mx.k6b7xim.jswww.producthunt.com/_next/static/chunks/05l~7rih5n.l5.js.map
www.producthunt.com/_next/static/chunks/0x4.l20i1gzj-.jswww.producthunt.com/_next/static/chunks/03koya.51g01t.js.map
www.producthunt.com/_next/static/chunks/0uln-8_dfcj_j.jswww.producthunt.com/_next/static/chunks/0xub11caysjuv.js.map
www.producthunt.com/_next/static/chunks/0u-tli35kcvlw.jswww.producthunt.com/_next/static/chunks/0o0y.xliu0ng_.js.map
www.producthunt.com/_next/static/chunks/0tcwcdyyvyvk0.jswww.producthunt.com/_next/static/chunks/0k9-2ru6wx~m3.js.map
www.producthunt.com/_next/static/chunks/0pgdvwsrx7rfw.jswww.producthunt.com/_next/static/chunks/0_z2htcib8uam.js.map
www.producthunt.com/_next/static/chunks/0of9ys6scwha-.jswww.producthunt.com/_next/static/chunks/06d4bx5h_knr_.js.map
www.producthunt.com/_next/static/chunks/0ldfn_dyndzgl.jswww.producthunt.com/_next/static/chunks/0u4dt~~bdvb-n.js.map
www.producthunt.com/_next/static/chunks/0jwet1~_l.5il.jswww.producthunt.com/_next/static/chunks/09b01ck1f-w8y.js.map
www.producthunt.com/_next/static/chunks/0hssh6k1pml1k.jswww.producthunt.com/_next/static/chunks/00s7zqesvcwvb.js.map
www.producthunt.com/_next/static/chunks/0h81s1q2ndl53.jswww.producthunt.com/_next/static/chunks/185o_dpq5e0lv.js.map
www.producthunt.com/_next/static/chunks/0ggoiw~pzp519.jswww.producthunt.com/_next/static/chunks/023uodn78u7am.js.map
www.producthunt.com/_next/static/chunks/0fs~vwtdvph9s.jswww.producthunt.com/_next/static/chunks/15desfeg~ypv0.js.map
www.producthunt.com/_next/static/chunks/0cwgcpulz9rkx.jswww.producthunt.com/_next/static/chunks/063aminnynnep.js.map
www.producthunt.com/_next/static/chunks/0b~9292-ay7tj.jswww.producthunt.com/_next/static/chunks/0.pq903qciith.js.map
www.producthunt.com/_next/static/chunks/09r-eaferyy--.jswww.producthunt.com/_next/static/chunks/0bgffolddeda1.js.map
www.producthunt.com/_next/static/chunks/08.d8f~fkven5.jswww.producthunt.com/_next/static/chunks/0l8w-zqpams63.js.map
www.producthunt.com/_next/static/chunks/07jfwkrhin3kv.jswww.producthunt.com/_next/static/chunks/0p8t06lqgpmbh.js.map
www.producthunt.com/_next/static/chunks/055ah_y09_m8s.jswww.producthunt.com/_next/static/chunks/0jc~7qfp32nzb.js.map
www.producthunt.com/_next/static/chunks/023xtqm7a.~8~.jswww.producthunt.com/_next/static/chunks/10pt96qk2ip83.js.map
www.producthunt.com/_next/static/chunks/022dxpd8_9.5t.jswww.producthunt.com/_next/static/chunks/179.6sz25pfl-.js.map
www.producthunt.com/_next/static/chunks/016gpm7kei7ve.jswww.producthunt.com/_next/static/chunks/0~1_4xdbss-a9.js.map
www.producthunt.com/_next/static/chunks/01-mt4kd6.652.jswww.producthunt.com/_next/static/chunks/13na16q~d~l84.js.map
www.producthunt.com/_next/static/chunks/0~hykv44~e1vf.jswww.producthunt.com/_next/static/chunks/12iob8ggajhf~.js.map
www.producthunt.com/_next/static/chunks/0.rl.9~x.6lad.jswww.producthunt.com/_next/static/chunks/0vbju6.l81q5w.js.map
www.producthunt.com/_next/static/chunks/0-w7j.nudr2e5.jswww.producthunt.com/_next/static/chunks/0gyxo.4o9b.0i.js.map
www.producthunt.com/_next/static/chunks/0-kl82fo5g~hb.jswww.producthunt.com/_next/static/chunks/0smdhy3tuezvw.js.map
t.producthunt.com/t.producthunt.com/standalone.js.map
/analytics-next/bundles/schemaFilter.bundle.1b218d13fed02.../analytics-next/bundles/schemaFilter.bundle.1b218d13fed02...
/analytics-next/bundles/ajs-destination.bundle.8e6b895db7.../analytics-next/bundles/ajs-destination.bundle.8e6b895db7...
Uses HTTPS
Avoids third-party cookies
Allows users to paste into input fields
Avoids requesting the geolocation permission on page load
Displays images with correct aspect ratio
Serves images with appropriate resolution
Page has the HTML doctype
Properly defines charset
No issues in the `Issues` panel in Chrome Devtools
Ensure CSP is effective against XSS attacks
Use a strong HSTS policy
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
Detected JavaScript libraries
100

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.

Structured data is valid
Page isn’t blocked from indexing
Document has a `<title>` element
Document has a meta description
Page has successful HTTP status code
Links have descriptive text
Links are crawlable
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`
robots.txt is valid

Send Feedback