Skip to content
Audit Complete

Results for https://vercel.com

Visit site
United Stated United Stated · Santa Clara Completed: Apr 4, 2026 16:10 UTC

Mobile 375 × 812

Screenshot of the audited page (Mobile 375×812)

Desktop 1440 × 900

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

Site Health

Score: 79 / 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

'unsafe-eval' found in script source

Security › Content Security Policy
2

'unsafe-inline' found in script source

Security › Content Security Policy
3

2 image-only link(s) without alt text

Accessibility › Link & Button Quality
4

6 link(s) with no accessible text

Accessibility › Link & Button Quality
5

Soft 404: server returns HTTP 200 for non-existent pages

Accessibility › 404 Error Page
BeaverCheck badge
Embed this badge
[![BeaverCheck](https://beavercheck.com/badge?url=https%3A%2F%2Fvercel.com)](https://beavercheck.com/results/0bb44f3f-e1d7-43cb-bede-1b51842f617e)
<a href="https://beavercheck.com/results/0bb44f3f-e1d7-43cb-bede-1b51842f617e"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fvercel.com" alt="BeaverCheck Score"></a>
https://beavercheck.com/badge?url=https%3A%2F%2Fvercel.com

This badge auto-updates with your latest scan result.

Was this report useful?

Thanks for your feedback!

Lighthouse Scores

Industry-standard audits powered by Google Lighthouse.

34
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.
92
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
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.

3.15 s

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

15.24 s

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

2.97 s

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

0.001

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

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

18.92 s

Detailed Report

Audit breakdown by category with detailed findings.

34

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.

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.

headings: [map[key:source label:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:274.2 source:map[column:1408 line:2 type:source-location url:https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0qwp0e1--mion.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:45.667 source:map[column:60157 line:1 type:source-location url:https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0zovp81yt0caa.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x urlProvider:network]] map[reflowTime:0.497 source:map[column:567 line:1 type:source-location url:https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0ixbculy_4w5u.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x urlProvider:network]] map[reflowTime:114.737 source:map[column:20598 line:15 type:source-location url:https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3gucad72ejbts.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x urlProvider:network]] map[reflowTime:74.039 source:map[column:777 line:1 type:source-location url:https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0i0yskzqsmsem.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x urlProvider:network]] map[reflowTime:84.927 source:map[column:18621 line:1 type:source-location url:https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1jz6yodl6ztz6.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x urlProvider:network]]]

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

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.

Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.

Estimated savings: 791 ms
URLTime Spent
vercel.com/791 ms
vercel.com/0.0 ms

Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.

TTI

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.

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.

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

CategoryTime Spent
Script Evaluation3.9 s
Style & Layout2.4 s
Script Parsing & Compilation1.1 s
Other1.1 s
Parse HTML & CSS306 ms
Rendering81 ms
Garbage Collection35 ms

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

Use efficient cache lifetimes
Layout shift culprits
Optimize DOM size
Font display
Improve image delivery
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify CSS
Minify JavaScript
Avoids enormous network payloads Total size was 2,534 KiB
User Timing marks and measures 2 user timings
Avoid long main-thread tasks 18 long tasks found
Image elements have explicit `width` and `height`
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 20 ms
Server Backend Latencies 40 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 0 ms
Avoid large layout shifts 1 layout shift found
INP breakdown
LCP request discovery
Avoid non-composited animations
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
'openai/gpt-5.4' pre.relative > code.whitespace-pre-wrap > span.animate > span.px-1
41.3% div.flex > div.flex > div.flex > p.text-right
16.4% div.flex > div.flex > div.flex > p.text-right
7.7% div.flex > div.flex > div.flex > p.text-right
5.9% div.flex > div.flex > div.flex > p.text-right
5.4% div.flex > div.flex > div.flex > p.text-right
3.1% div.flex > div.flex > div.flex > p.text-right
3.0% div.flex > div.flex > div.flex > p.text-right
2.8% div.flex > div.flex > div.flex > p.text-right
2.8% div.flex > div.flex > div.flex > p.text-right
10 div.flex > div.flex > div.flex > p.font-mono
1.7% div.flex > div.flex > div.flex > p.text-right

These are opportunities to improve the legibility of your content.

Tables and lists

Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.

Failing Elements
Vercel logo nav > div.grid > div > ul.list-none

These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.

Best practices

Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.

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-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[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
`[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
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
Links have a discernible name
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
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
ARIA IDs are unique
`[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 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
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
`<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.
92

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
vercel.com/ line 79, col 5671
Connecting to 'https://www.vercel-status.com/api/v2/incidents/unresolved.json' violates the following Content Security Policy directive: "connect-src 'self' data: *.chilipiper.com *.ingest.sentry.io *.ingest.us.sentry.io wss://ws-us3.pusher.com sockjs-use3.pusher.com react-tweet.vercel.app https://*.contentful.com vercel.com *.vercel.com assets.vercel.com *.vercel.sh vercel.live wss://*.vercel.com *.codesandbox.io localhost:* chrome-extension://* https://www.youtube-nocookie.com *.chilipiper.com https://risk.clearbit.com https://react-tweet.vercel.app/* cdp.vercel.com". The action has been blocked.
Failed to load resource: the server responded with a status of 403 ()
vercel.com/ line 79, col 5671
Fetch API cannot load https://www.vercel-status.com/api/v2/incidents/unresolved.json. Refused to connect because it violates the document's Content Security Policy.

Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.

Issue type
Content security policy

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
/vc-ap-vercel-marketing/_next/static/chunks/2m4l2jjb6mt6m...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/35n08vl36y2o9.js.map
/vc-ap-vercel-marketing/_next/static/chunks/turbopack-2kg...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0kws4cpq9ouse.js.map
/vc-ap-vercel-marketing/_next/static/chunks/43iuo6epbwrqu...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1ijmygyx_brx0.js.map
/vc-ap-vercel-marketing/_next/static/chunks/400_gm791cbrz...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3av7k5fdbkmfi.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3yxhn47n6b-qe...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1rww-rslqxejz.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3x6m1gkxcn0wj...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3tideg5947bvh.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3x_r5f-x5a51n...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2f0dssg9-bfqh.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3uyh01tvyiug7...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1tq_5tubbsgae.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3tl17tq9_urvn...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/03csy344xi7lp.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3sx1jzf9wct7x...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/28xhny4_6zqgc.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3os-o_guylfbt...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1ycayju1vd3sm.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3mlo5syc7dove...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/16_00twdkj99c.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3ho6mdlkdvxvm...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1owr25l6gsrmx.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3gxg9lo455tw9...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3krtjfho-j4d5.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3gucad72ejbts...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3a3t077f9_k7m.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3dup2rtv6j0j6...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0rncpv52fo5qi.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3dmym1hsz3jt7...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0ibocnu6u08on.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3ax21bhsl2uj9...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0ooraotynbt4f.js.map
/vc-ap-vercel-marketing/_next/static/chunks/36r4e834wgo2t...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0cu3wl1x13r68.js.map
/vc-ap-vercel-marketing/_next/static/chunks/36-rzlyv6iqxl...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/19k61fuayv2tj.js.map
/vc-ap-vercel-marketing/_next/static/chunks/356j2pvxq9_7x...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0mk7io6_3jmzf.js.map
/vc-ap-vercel-marketing/_next/static/chunks/31bhrj6o-uzkn...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3e1fluu4ueaf4.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2vl9_pbf5ocgq...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2tiu_fgz2trgb.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2nhraycjfh24p...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0gqoctqcd7pz9.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2kmtpsqnadzxj...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1fmv67ofv6abv.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2k_vv72y3nx36...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1kyont6gslxsb.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2j0mb4uw53r4y...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1tmwhf8dj456o.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2i60ett3ujdw4...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2h-jq8ldlouvb.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2h7j-ni5sfb1w...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3j8shusdyp7tb.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2h6h3tudza6i_...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2ueaebns0eb7y.js.map
/vc-ap-vercel-marketing/_next/static/chunks/29yhes-aw6om1...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2uu65w8d4tx-g.js.map
/vc-ap-vercel-marketing/_next/static/chunks/290fjk_t1vfqb...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0r9p4vo4ke3sw.js.map
/vc-ap-vercel-marketing/_next/static/chunks/27rm_mf7o8ke4...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1nr_xsz5wg_m-.js.map
/vc-ap-vercel-marketing/_next/static/chunks/24r00akyj5pzz...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/06f85d1bi_qu8.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2-x37j5s3ii06...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2a84j5ou5e49v.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2-0o4y2onbdwl...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3ydfco9ht96sw.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1z9pgke_k1lqj...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2prc-sqwr-otu.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1xjne0cyyllsx...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/24mesw08z4bvn.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1xj5_5jbhdkai...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/08v0_gdmeibnd.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1x0cjf3dm6kuy...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/05nj_bj74qo8w.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1vn48xnfa3bu5...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2xo-2pxgqyhci.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1upvhu7vnt02p...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/32wk8xuqvhhcf.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1tnca-4uny0v7...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3o_2dpa6rdplt.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1tg1onxbcqkht...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0xk7l_wur70oe.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1r-oqj5cmntl4...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/11s95412gp53p.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1o9uzl9jy70d6...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1h0optbkilxpq.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1ny1knpl3n3wa...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3okkb71s4_knm.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1krz55v5vhkgd...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2v7b7bqr05gwg.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1jz6yodl6ztz6...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/44ekeo-uk-w6w.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1jj156nexx7tg...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2zogw4pj-301f.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1j9y2ud03im_h...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/405ld1k6qih-5.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1j6-trcswg5mh...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2-mn2cld47h7b.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1cnojwphr7f2v...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0vxrrzrg7hk0q.js.map
/vc-ap-vercel-marketing/_next/static/chunks/18m12nxlv0akd...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3whco0y9wu6mf.js.map
/vc-ap-vercel-marketing/_next/static/chunks/177khxw4qk0el...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/433r5in1a4fs0.js.map
/vc-ap-vercel-marketing/_next/static/chunks/170c0ouxlxxmf...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/05gn866y7lwee.js.map
/vc-ap-vercel-marketing/_next/static/chunks/16wommnnfvpc9...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0iu91pqoqj9-_.js.map
/vc-ap-vercel-marketing/_next/static/chunks/15tsolstxvuq2...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3ognzxtvinpas.js.map
/vc-ap-vercel-marketing/_next/static/chunks/15jnmmmc6dfua...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2ett4m4rvdse4.js.map
/vc-ap-vercel-marketing/_next/static/chunks/14y5myrggaj40...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1u-hf5sk0j3wo.js.map
/vc-ap-vercel-marketing/_next/static/chunks/10e5h6narao-0...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1a9tf7vx7m7ef.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0zovp81yt0caa...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/17ud31r-8h8uh.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0yzqqd7b0dqvl...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/210oobl0pjv00.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0xbm6igr_9sf5...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/26ajpakgblyyp.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0vv729xil992t...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0hpw0l6dn8-7v.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0ujsk3yx7vhm7...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3sh3h0knu1fkj.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0uhvyv1en4kv4...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1jtngutxjbi4u.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0tcmgbenrlvf_...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0e-kywkaqrx_4.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0t9a81nu6leh6...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2ng4rxvtzvl1p.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0t8i073g8hgp6...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3zlfn56_nsrn7.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0skt3b62fy7pq...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2kz5172ogp5s6.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0qwp0e1--mion...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/083s8-8ayjd3x.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0notnec022j06...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/36vrwcxxbtafg.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0kkflct5uqjb2...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/33c5emrg7b1-k.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0ixbculy_4w5u...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3lnpanl893j9k.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0i0yskzqsmsem...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3hzy0td49t-zw.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0hmfn_fkwmteb...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/25xznlg33jw4-.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0fxn3-mopks26...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/15t68j3ra01e7.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0cvf3bemt0aqe...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0ab--_7w64qdw.js.map
/vc-ap-vercel-marketing/_next/static/chunks/07v7eu1fhdt6r...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2cfhniyga3vrd.js.map
/vc-ap-vercel-marketing/_next/static/chunks/06kp5zsu7m6ff...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0ffqj8oljn192.js.map
/vc-ap-vercel-marketing/_next/static/chunks/06ik6fx4npvyz...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/12mn2icqygqdt.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0275z4858osl7...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/12c5dh40qsgfh.js.map
/vc-ap-vercel-marketing/_next/static/chunks/02_rz_n6gfne0...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/03pz_cicgkw67.js.map
/vc-ap-vercel-marketing/_next/static/chunks/01t7vo_eg3sjj...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1rvnvidggpuv3.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0_lhd-s1rzrk6...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/29h_-nbmeyok9.js.map
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
Ensure CSP is effective against XSS attacks
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Redirects HTTP traffic to HTTPS
Use a strong HSTS policy
Mitigate clickjacking with XFO or CSP
Detected JavaScript libraries
92

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.

Content Best Practices

Descriptive link text helps search engines understand your content. Learn how to make links more accessible.

Link destinationLink Text
vercel.com/fluidLearn more

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

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 are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Lighthouse Scores

Industry-standard audits powered by Google Lighthouse. — Desktop

72
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
77
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
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.

710 ms

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

1.68 s

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

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

1.15 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.87 s

Detailed Report

Audit breakdown by category with detailed findings.

72

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.

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.

headings: [map[key:source label:Top function call valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:379.737 source:map[column:1408 line:2 type:source-location url:https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0qwp0e1--mion.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x urlProvider:network]]]
headings: [map[key:source label:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:246.835 source:map[type:text value:[unattributed]]] map[reflowTime:176.466 source:map[column:20598 line:15 type:source-location url:https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3gucad72ejbts.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x urlProvider:network]] map[reflowTime:168.395 source:map[column:83300 line:1 type:source-location url:https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0zovp81yt0caa.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x urlProvider:network]] map[reflowTime:26.153 source:map[column:21017 line:1 type:source-location url:https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1vn48xnfa3bu5.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x urlProvider:network]] map[reflowTime:172.869 source:map[column:5411 line:5 type:source-location url:https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1krz55v5vhkgd.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x urlProvider:network]] map[reflowTime:29.85 source:map[column:6150 line:1 type:source-location url:https://vercel.com/vc-ap-vercel-marketing/_next/static/chunks/01t7vo_eg3sjj.js?dpl=dpl_2MDhqmweJmwjJfvr4HeSeerYhu7x urlProvider:network]]]

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

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: 223 ms
URLTime Spent
vercel.com/223 ms
vercel.com/0.0 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.

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.

TTI

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.

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

Estimated savings: 60 ms 1.7 MiB
URLTransfer SizeEst Savings
/vc-ap-vercel-marketing/_next/static/chunks/2m4l2jjb6mt6m...407.1 KiB406.3 KiB
/vc-ap-vercel-marketing/_next/static/chunks/283jj6l51m7e7...312.8 KiB312.7 KiB
/vc-ap-vercel-marketing/_next/static/chunks/3jti9resircr-...175.5 KiB175.4 KiB
/vc-ap-vercel-marketing/_next/static/chunks/1d-vbwohab05e...131.9 KiB131.7 KiB
/vc-ap-vercel-marketing/_next/static/chunks/0fxn3-mopks26...98.8 KiB98.1 KiB
/vc-ap-vercel-marketing/_next/static/chunks/387bu_seat2-4...110.3 KiB77.0 KiB
/vc-ap-vercel-marketing/_next/static/chunks/1cnojwphr7f2v...83.7 KiB62.6 KiB
/vc-ap-vercel-marketing/_next/static/chunks/31bhrj6o-uzkn...52.0 KiB51.8 KiB
/vc-ap-vercel-marketing/_next/static/chunks/3bj87rc6vria1...47.3 KiB47.0 KiB
/vc-ap-vercel-marketing/_next/static/chunks/1bq9k95wt1bv9...46.3 KiB45.9 KiB
/vc-ap-vercel-marketing/_next/static/chunks/0xbm6igr_9sf5...47.2 KiB39.3 KiB
/vc-ap-vercel-marketing/_next/static/chunks/2k_vv72y3nx36...31.5 KiB31.2 KiB
/vc-ap-vercel-marketing/_next/static/chunks/0i0yskzqsmsem...36.9 KiB30.5 KiB
/vc-ap-vercel-marketing/_next/static/chunks/3ax21bhsl2uj9...36.0 KiB27.0 KiB
/vc-ap-vercel-marketing/_next/static/chunks/3uyh01tvyiug7...26.7 KiB26.7 KiB
/vc-ap-vercel-marketing/_next/static/chunks/06kp5zsu7m6ff...27.9 KiB25.5 KiB
/vc-ap-vercel-marketing/_next/static/chunks/04msqvm2imtz1...25.0 KiB24.7 KiB
/vc-ap-vercel-marketing/_next/static/chunks/2h6h3tudza6i_...24.8 KiB24.7 KiB
/vc-ap-vercel-marketing/_next/static/chunks/1l97iii1zqnqj...24.9 KiB24.6 KiB
/vc-ap-vercel-marketing/_next/static/chunks/2ens7lgs02-tu...24.9 KiB24.6 KiB
/vc-ap-vercel-marketing/_next/static/chunks/2-0o4y2onbdwl...24.5 KiB24.3 KiB
/vc-ap-vercel-marketing/_next/static/chunks/0qvxlmil__zt8...21.2 KiB21.0 KiB
/vc-ap-vercel-marketing/_next/static/chunks/2029by0v-ypvf...21.0 KiB20.8 KiB

Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.

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

CategoryTime Spent
Style & Layout1.9 s
Other1.6 s
Script Evaluation1.6 s
Script Parsing & Compilation364 ms
Rendering221 ms
Parse HTML & CSS95 ms
Garbage Collection43 ms

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

Use efficient cache lifetimes
Layout shift culprits
Optimize DOM size
Font display
Improve image delivery
LCP breakdown
Modern HTTP
Optimize viewport for mobile
Minify CSS
Minify JavaScript
User Timing marks and measures 2 user timings
Avoid long main-thread tasks 12 long tasks found
Avoid non-composited animations 2 animated elements found
Image elements have explicit `width` and `height`
Page didn't prevent back/forward cache restoration
Network Requests
Network Round Trip Times 10 ms
Server Backend Latencies 30 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 0 ms
Avoid large layout shifts 1 layout shift found
INP breakdown
LCP request discovery
77

Accessibility

These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.

ARIA

Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.

Failing Elements
AI Cloud v0 Build applications with AI AI SDK The AI Toolkit for TypeScript … div > ul.navigation-menu-module__AENi4G__list > li > div#radix-_r_7_-content-features
Company Customers Trusted by the best teams Blog The latest posts and change… div > ul.navigation-menu-module__AENi4G__list > li > div#radix-_r_7_-content-resources
Use Cases AI Apps Deploy at the speed of AI Composable Commerce Power storef… div > ul.navigation-menu-module__AENi4G__list > li > div#radix-_r_7_-content-solutions
Sign Up div.flex > div#header-content > div.morphing-button-link-module__KniueW__morphing > a.button-module__QyrFCa__base

Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.

Failing Elements
customer.domain.com project.domain.com jane.domain.com joe.domain.com div.grid-module__4pDFEa__block > div.flex > div.w-full > div.flex

These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.

Contrast

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

Failing Elements
'openai/gpt-5.4' pre.relative > code.whitespace-pre-wrap > span.animate > span.px-1
41.3% div.flex > div.flex > div.flex > p.text-right
16.4% div.flex > div.flex > div.flex > p.text-right
7.7% div.flex > div.flex > div.flex > p.text-right
5.9% div.flex > div.flex > div.flex > p.text-right
5.4% div.flex > div.flex > div.flex > p.text-right
3.1% div.flex > div.flex > div.flex > p.text-right
3.0% div.flex > div.flex > div.flex > p.text-right
2.8% div.flex > div.flex > div.flex > p.text-right
2.8% div.flex > div.flex > div.flex > p.text-right
10 div.flex > div.flex > div.flex > p.font-mono
1.7% div.flex > div.flex > div.flex > p.text-right

These are opportunities to improve the legibility of your content.

Navigation

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.

Failing Elements
Your product, delivered. div.grid-module__4pDFEa__gridSystem > section.grid-module__4pDFEa__grid > div.grid-module__4pDFEa__block > h3.text-heading-20

These are opportunities to improve keyboard navigation in your application.

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.grid-module__4pDFEa__block > div.flex > header.p-6 > a.button-module__QyrFCa__base div.grid-module__4pDFEa__block > div.flex > header.p-6 > a.button-module__QyrFCa__base
div.grid-module__4pDFEa__block > div.flex > header.p-6 > a.button-module__QyrFCa__base div.grid-module__4pDFEa__block > div.flex > header.p-6 > a.button-module__QyrFCa__base
div.grid-module__4pDFEa__block > div.flex > header.p-6 > a.button-module__QyrFCa__base div.grid-module__4pDFEa__block > div.flex > header.p-6 > a.button-module__QyrFCa__base
div.grid-module__4pDFEa__block > div.flex > header.p-6 > a.button-module__QyrFCa__base div.grid-module__4pDFEa__block > div.flex > header.p-6 > a.button-module__QyrFCa__base
div.grid-module__4pDFEa__block > div.flex > header.p-6 > a.button-module__QyrFCa__base div.grid-module__4pDFEa__block > div.flex > header.p-6 > a.button-module__QyrFCa__base

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.

Tables and lists

Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.

Failing Elements
Vercel logo nav > div.grid > div > ul.list-none

These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.

Best practices

Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.

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-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[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
`[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
ARIA attributes are used as specified for the element's role
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
No element has a `[tabindex]` value greater than 0
Touch targets have sufficient size and spacing.
Document has a main landmark.
Deprecated ARIA roles were not used
ARIA IDs are unique
`[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 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
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
`<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.
92

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
vercel.com/ line 79, col 5671
Connecting to 'https://www.vercel-status.com/api/v2/incidents/unresolved.json' violates the following Content Security Policy directive: "connect-src 'self' data: *.chilipiper.com *.ingest.sentry.io *.ingest.us.sentry.io wss://ws-us3.pusher.com sockjs-use3.pusher.com react-tweet.vercel.app https://*.contentful.com vercel.com *.vercel.com assets.vercel.com *.vercel.sh vercel.live wss://*.vercel.com *.codesandbox.io localhost:* chrome-extension://* https://www.youtube-nocookie.com *.chilipiper.com https://risk.clearbit.com https://react-tweet.vercel.app/* cdp.vercel.com". The action has been blocked.
Failed to load resource: the server responded with a status of 403 ()
Failed to load resource: the server responded with a status of 429 ()
vercel.com/ line 79, col 5671
Fetch API cannot load https://www.vercel-status.com/api/v2/incidents/unresolved.json. Refused to connect because it violates the document's Content Security Policy.

Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.

Issue type
Content security policy

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
/vc-ap-vercel-marketing/_next/static/chunks/2m4l2jjb6mt6m...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/35n08vl36y2o9.js.map
/vc-ap-vercel-marketing/_next/static/chunks/283jj6l51m7e7...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/120p--ya5teg0.js.map
/vc-ap-vercel-marketing/_next/static/chunks/turbopack-2kg...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0kws4cpq9ouse.js.map
/vc-ap-vercel-marketing/_next/static/chunks/43iuo6epbwrqu...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1ijmygyx_brx0.js.map
/vc-ap-vercel-marketing/_next/static/chunks/400_gm791cbrz...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3av7k5fdbkmfi.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3yxhn47n6b-qe...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1rww-rslqxejz.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3ytgs0g881eqk...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2o1napbv693zx.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3x6m1gkxcn0wj...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3tideg5947bvh.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3x_r5f-x5a51n...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2f0dssg9-bfqh.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3uyh01tvyiug7...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1tq_5tubbsgae.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3un4g8hk-b_mi...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/04ltzkv-455zk.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3tl17tq9_urvn...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/03csy344xi7lp.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3ta_ztc1hyqi-...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2bd-ehc-zceai.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3sx1jzf9wct7x...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/28xhny4_6zqgc.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3so0b7e48tuyl...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0p2trqwt-gh_1.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3s5937hwiidw_...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2bzyh1_jqpkj8.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3rvy3guupcfeh...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/26i3fidfjila7.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3mlo5syc7dove...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/16_00twdkj99c.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3mlbw-qtajbe8...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0rdeekt-tvwy1.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3k276l2k-li1i...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/43cmwheg8a7br.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3jti9resircr-...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3r0yno7ag6t3r.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3jauq5xaeguc4...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/18l_4r7p88ml_.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3ho6mdlkdvxvm...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1owr25l6gsrmx.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3gxg9lo455tw9...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3krtjfho-j4d5.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3gucad72ejbts...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3a3t077f9_k7m.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3efijg5f6uvfc...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2j5s4u90-vxjg.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3dup2rtv6j0j6...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0rncpv52fo5qi.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3dmym1hsz3jt7...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0ibocnu6u08on.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3cagfwo-fzk95...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3ve8cqkgpw47y.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3bj87rc6vria1...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/159z7y3wbpyyh.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3ax21bhsl2uj9...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0ooraotynbt4f.js.map
/vc-ap-vercel-marketing/_next/static/chunks/387bu_seat2-4...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1kdi1ebs0aomz.js.map
/vc-ap-vercel-marketing/_next/static/chunks/36r4e834wgo2t...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0cu3wl1x13r68.js.map
/vc-ap-vercel-marketing/_next/static/chunks/36-rzlyv6iqxl...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/19k61fuayv2tj.js.map
/vc-ap-vercel-marketing/_next/static/chunks/356j2pvxq9_7x...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0mk7io6_3jmzf.js.map
/vc-ap-vercel-marketing/_next/static/chunks/31bhrj6o-uzkn...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3e1fluu4ueaf4.js.map
/vc-ap-vercel-marketing/_next/static/chunks/317hhwjawocea...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/29n-op2s9zzel.js.map
/vc-ap-vercel-marketing/_next/static/chunks/3-rdqhwxj2892...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3jenrf_x7lh6u.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2vu8fovtgslxx...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3p2dxj1q13uhy.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2vl9_pbf5ocgq...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2tiu_fgz2trgb.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2oiw40__fy55b...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3zciaokf_m6u3.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2o2gxg0knfp3o...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1mu-30_nxmwhh.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2nzptpvkusfcs...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1--gsbv1xn8_6.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2nhraycjfh24p...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0gqoctqcd7pz9.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2m-o_f-5be7na...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2pveu2vsrzds_.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2kmtpsqnadzxj...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1fmv67ofv6abv.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2k_vv72y3nx36...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1kyont6gslxsb.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2j0mb4uw53r4y...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1tmwhf8dj456o.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2i60ett3ujdw4...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2h-jq8ldlouvb.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2h7j-ni5sfb1w...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3j8shusdyp7tb.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2h6h3tudza6i_...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2ueaebns0eb7y.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2ens7lgs02-tu...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/37_o6o7m-gul0.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2b1ucsvm8x6g2...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/43m-c5-hua7o5.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2aw0qitvei6jh...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0c_lrm34eerim.js.map
/vc-ap-vercel-marketing/_next/static/chunks/29yhes-aw6om1...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2uu65w8d4tx-g.js.map
/vc-ap-vercel-marketing/_next/static/chunks/290fjk_t1vfqb...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0r9p4vo4ke3sw.js.map
/vc-ap-vercel-marketing/_next/static/chunks/28td_0_66q5hq...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/35pvfo49_nw6q.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2819c81tnufeu...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3xgu801l4juaf.js.map
/vc-ap-vercel-marketing/_next/static/chunks/27rm_mf7o8ke4...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1nr_xsz5wg_m-.js.map
/vc-ap-vercel-marketing/_next/static/chunks/26she_na0evo3...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2ew1y-ixramow.js.map
/vc-ap-vercel-marketing/_next/static/chunks/24zjnbgvl0eh7...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3v6-ut216lgin.js.map
/vc-ap-vercel-marketing/_next/static/chunks/24r00akyj5pzz...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/06f85d1bi_qu8.js.map
/vc-ap-vercel-marketing/_next/static/chunks/22_hjzqvvfr1l...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3kxhc688k755k.js.map
/vc-ap-vercel-marketing/_next/static/chunks/21w99hogp-x4s...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/21k5_4-aslwxu.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2029by0v-ypvf...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0xsaqrfzer_h0.js.map
/vc-ap-vercel-marketing/_next/static/chunks/20_rlv2luj8he...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3s0qcvh2fixxf.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2-x37j5s3ii06...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2a84j5ou5e49v.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2-h1gvynpdj1p...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/15k80qp7metg1.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2-0o4y2onbdwl...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3ydfco9ht96sw.js.map
/vc-ap-vercel-marketing/_next/static/chunks/2_h9f17_73nmm...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3t41g5c1zo9wq.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1zx1vumbbufb1...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0eaic1y4_iq1-.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1z9pgke_k1lqj...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2prc-sqwr-otu.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1xydb0uxoxhpj...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0eh4z2y9-7uai.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1xjne0cyyllsx...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/24mesw08z4bvn.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1xj5_5jbhdkai...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/08v0_gdmeibnd.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1x0cjf3dm6kuy...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/05nj_bj74qo8w.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1vn48xnfa3bu5...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2xo-2pxgqyhci.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1ug4o-6_zyntu...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0g88o6ku3k2dz.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1tnca-4uny0v7...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3o_2dpa6rdplt.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1tg1onxbcqkht...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0xk7l_wur70oe.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1r-oqj5cmntl4...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/11s95412gp53p.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1pa5rpvfzull7...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/36xt_zwi7ofgt.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1or-zw1b2ay98...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2s4dksweqxfko.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1ob4ekf6y1q1i...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/15khdpd6u7m6u.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1o9uzl9jy70d6...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1h0optbkilxpq.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1ny1knpl3n3wa...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3okkb71s4_knm.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1mm04fjv8kgg6...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2f9fwsb4iyi_a.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1l97iii1zqnqj...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/141es-vffgl8r.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1krz55v5vhkgd...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2v7b7bqr05gwg.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1kkcaf21w617x...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/392fasd9gp1h9.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1jz6yodl6ztz6...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/44ekeo-uk-w6w.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1jj156nexx7tg...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2zogw4pj-301f.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1jfoujxy4k76h...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1a9fr54n06-c3.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1j9y2ud03im_h...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/405ld1k6qih-5.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1j6-trcswg5mh...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2-mn2cld47h7b.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1iuu__1cagp-2...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3--jihh1f0a40.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1h895xn78qs-4...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2v5_ddzv-mg5t.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1d-vbwohab05e...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/082uidhc73t60.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1co1dhtd0eix5...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3tdh-c41-hen6.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1cnojwphr7f2v...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0vxrrzrg7hk0q.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1bq9k95wt1bv9...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0r_wk2lxbk_x-.js.map
/vc-ap-vercel-marketing/_next/static/chunks/18m12nxlv0akd...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3whco0y9wu6mf.js.map
/vc-ap-vercel-marketing/_next/static/chunks/177khxw4qk0el...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/433r5in1a4fs0.js.map
/vc-ap-vercel-marketing/_next/static/chunks/170c0ouxlxxmf...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/05gn866y7lwee.js.map
/vc-ap-vercel-marketing/_next/static/chunks/16wommnnfvpc9...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0iu91pqoqj9-_.js.map
/vc-ap-vercel-marketing/_next/static/chunks/16wl6pwdtaevg...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2dxvw7uom3xcl.js.map
/vc-ap-vercel-marketing/_next/static/chunks/1678r0jn1pm7g...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2eqb_s7fu-owa.js.map
/vc-ap-vercel-marketing/_next/static/chunks/15tsolstxvuq2...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3ognzxtvinpas.js.map
/vc-ap-vercel-marketing/_next/static/chunks/15mxi7_6c4-4i...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/44uue2h4y1k3r.js.map
/vc-ap-vercel-marketing/_next/static/chunks/15jnmmmc6dfua...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2ett4m4rvdse4.js.map
/vc-ap-vercel-marketing/_next/static/chunks/15czoxot6pp5p...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2s37n4s5r88yw.js.map
/vc-ap-vercel-marketing/_next/static/chunks/14y5myrggaj40...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1u-hf5sk0j3wo.js.map
/vc-ap-vercel-marketing/_next/static/chunks/10e5h6narao-0...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1a9tf7vx7m7ef.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0zovp81yt0caa...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/17ud31r-8h8uh.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0zbcy57m5y55t...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3letq3mc08to4.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0yjx5gdf22j5a...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/27l1xf9izvgmi.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0xbm6igr_9sf5...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/26ajpakgblyyp.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0vv729xil992t...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0hpw0l6dn8-7v.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0ujsk3yx7vhm7...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3sh3h0knu1fkj.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0tcmgbenrlvf_...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0e-kywkaqrx_4.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0t9a81nu6leh6...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2ng4rxvtzvl1p.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0t8i073g8hgp6...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3zlfn56_nsrn7.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0skt3b62fy7pq...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2kz5172ogp5s6.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0sg22elr_24n9...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0jgtft0l49efz.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0qwp0e1--mion...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/083s8-8ayjd3x.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0qvxlmil__zt8...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3-_zbu9mgeiki.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0o9k6ctt0r_nk...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3lja3k0lffpg_.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0notnec022j06...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/36vrwcxxbtafg.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0kkflct5uqjb2...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/33c5emrg7b1-k.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0ixbculy_4w5u...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3lnpanl893j9k.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0i0yskzqsmsem...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/3hzy0td49t-zw.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0hmfn_fkwmteb...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/25xznlg33jw4-.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0fxn3-mopks26...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/15t68j3ra01e7.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0cvf3bemt0aqe...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0ab--_7w64qdw.js.map
/vc-ap-vercel-marketing/_next/static/chunks/091-wruth_6mk...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2zxhs9ngm9n4v.js.map
/vc-ap-vercel-marketing/_next/static/chunks/08zueupee93c1...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2nhimcgumj94s.js.map
/vc-ap-vercel-marketing/_next/static/chunks/07v7eu1fhdt6r...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/2cfhniyga3vrd.js.map
/vc-ap-vercel-marketing/_next/static/chunks/06kp5zsu7m6ff...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/0ffqj8oljn192.js.map
/vc-ap-vercel-marketing/_next/static/chunks/06ik6fx4npvyz...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/12mn2icqygqdt.js.map
/vc-ap-vercel-marketing/_next/static/chunks/04msqvm2imtz1...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1kfk7jfw10_1h.js.map
/vc-ap-vercel-marketing/_next/static/chunks/04fjsmp1k_0p9...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1c1e1mqdu12-r.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0275z4858osl7...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/12c5dh40qsgfh.js.map
/vc-ap-vercel-marketing/_next/static/chunks/02_rz_n6gfne0...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/03pz_cicgkw67.js.map
/vc-ap-vercel-marketing/_next/static/chunks/01t7vo_eg3sjj...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/1rvnvidggpuv3.js.map
/vc-ap-vercel-marketing/_next/static/chunks/0_lhd-s1rzrk6...vercel.com/vc-ap-vercel-marketing/_next/static/chunks/29h_-nbmeyok9.js.map
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
Ensure CSP is effective against XSS attacks
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Redirects HTTP traffic to HTTPS
Use a strong HSTS policy
Mitigate clickjacking with XFO or CSP
Detected JavaScript libraries
92

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.

Content Best Practices

Descriptive link text helps search engines understand your content. Learn how to make links more accessible.

Link destinationLink Text
vercel.com/fluidLearn more

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

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 are crawlable
robots.txt is valid
Image elements have `[alt]` attributes
Document has a valid `hreflang`
Document has a valid `rel=canonical`

Send Feedback