Skip to content
https://answerthepublic.com

Lighthouse Mobile

· 0 checks — Mobile Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.
SCORE
0
GRADE
FIX
0
REVIEW
0
PASS
0
INFO
0

Detailed Report

Audit breakdown by category with detailed findings.

25

Performance

Insights

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:node label:Element subItemsHeading:map[key:extra] valueType:node] map[granularity:0.001 key:score label:Layout shift score subItemsHeading:map[key:cause valueType:text] valueType:numeric]]
items: [map[node:map[type:text value:Total] score:0.16190700000000002] map[node:map[boundingRect:map[bottom:575 height:213 left:0 right:412 top:362 width:412] lhId:page-2-DIV nodeLabel:Analizar mi sitio web Buscar palabras clave Buscar path:1,HTML,1,BODY,57,DIV,0,DIV,0,DIV,0,SECTION,4,DIV selector:div.flex > div.overflow-x-clip > section.relative > div#hero-search-sentinel snippet:<div id="hero-search-sentinel" class="relative z-40 mx-auto w-full max-w-[1200px] px-4 sm:px-6"> type:node] score:0.16095 subItems:map[items:[map[cause:Unsized image element extra:map[boundingRect:map[bottom:3170 height:224 left:15 right:397 top:2946 width:382] lhId:page-8-IMG nodeLabel:search field with the term shorts, with search engine suggestions of relevant s… path:1,HTML,1,BODY,57,DIV,0,DIV,0,DIV,3,DIV,1,DIV,0,DIV,0,PICTURE,2,IMG selector:div.pb-14 > div.mx-auto > picture > img.h-auto snippet:<img alt="search field with the term shorts, with search engine suggestions of relev…" loading="lazy" width="1074" height="346" decoding="async" data-nimg="1" class="h-auto w-full" srcset="https://atp-cdn.neilpatelapi.com/live/7c3bef8/public/marketing-imgs/sugges…" src="https://answerthepublic.com/marketing-imgs/suggest-bubbles-graphic-sm.svg" style="color: transparent;"> type:node]]] type:subitems]] map[node:map[boundingRect:map[bottom:2379 height:1404 left:0 right:412 top:975 width:412] lhId:page-1-SECTION nodeLabel:¿Cómo funciona AnswerThePublic? Escribe cualquier tema o ingresa tu sitio web … path:1,HTML,1,BODY,57,DIV,0,DIV,0,DIV,2,SECTION selector:div.group/sidebar-wrapper > div.flex > div.overflow-x-clip > section.bg-white snippet:<section class="bg-white py-16"> type:node] score:0.000957]]

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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:64.951 source:map[column:64946 line:20 type:source-location url:https://atp-cdn.neilpatelapi.com/live/7c3bef8/_next/static/chunks/0p0_b9yvkv56l.js 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:0.799 source:map[column:21354 line:1 type:source-location url:https://atp-cdn.neilpatelapi.com/live/7c3bef8/_next/static/chunks/0ezo509rw-~c6.js urlProvider:network]] map[reflowTime:0.43 source:map[column:32211 line:1 type:source-location url:https://atp-cdn.neilpatelapi.com/live/7c3bef8/_next/static/chunks/0zhiqmggtic...js urlProvider:network]] map[reflowTime:61.097 source:map[column:69998 line:1 type:source-location url:https://atp-cdn.neilpatelapi.com/live/7c3bef8/_next/static/chunks/0murmkj9cclgg.js urlProvider:network]] map[reflowTime:1.44 source:map[column:2092 line:1 type:source-location url:https://atp-cdn.neilpatelapi.com/live/7c3bef8/_next/static/chunks/0aha8-wl_bw2b.js urlProvider:network]] map[reflowTime:0.45 source:map[column:12412 line:1 type:source-location url:https://atp-cdn.neilpatelapi.com/live/7c3bef8/_next/static/chunks/16pkzoxp1dpwh.js urlProvider:network]] map[reflowTime:0.735 source:map[column:25197 line:1 type:source-location url:https://atp-cdn.neilpatelapi.com/live/7c3bef8/_next/static/chunks/16pkzoxp1dpwh.js urlProvider:network]] map[reflowTime:0.449 source:map[column:13881 line:1 type:source-location url:https://atp-cdn.neilpatelapi.com/live/7c3bef8/_next/static/chunks/16pkzoxp1dpwh.js urlProvider:network]]]

Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.

Why this matters

Performance issues directly impact user engagement and conversion rates.

headings: [map[key:label label:Subpart valueType:text] map[key:duration label:Duration valueType:ms]]
items: [map[duration:329.2119990234375 label:Time to first byte subpart:timeToFirstByte] map[duration:1900.9470009765625 label:Resource load delay subpart:resourceLoadDelay] map[duration:20.678 label:Resource load duration subpart:resourceLoadDuration] map[duration:328.685 label:Element render delay subpart:elementRenderDelay]]
lhId: page-0-IMG
nodeLabel: div.flex > div.overflow-x-clip > section.relative > img.pointer-events-none
path: 1,HTML,1,BODY,57,DIV,0,DIV,0,DIV,0,SECTION,0,IMG
selector: div.flex > div.overflow-x-clip > section.relative > img.pointer-events-none
snippet: <img alt="" aria-hidden="true" width="1520" height="1259" decoding="async" data-nimg="1" class="pointer-events-none absolute inset-0 h-full w-full object-cover" srcset="https://atp-cdn.neilpatelapi.com/live/7c3bef8/public/home/hero-blur-bg.svg…" src="https://atp-cdn.neilpatelapi.com/live/7c3bef8/public/home/hero-blur-bg.svg…" style="color: transparent;">

Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading

Why this matters

Performance issues directly impact user engagement and conversion rates.

lhId: page-0-IMG
nodeLabel: div.flex > div.overflow-x-clip > section.relative > img.pointer-events-none
path: 1,HTML,1,BODY,57,DIV,0,DIV,0,DIV,0,SECTION,0,IMG
selector: div.flex > div.overflow-x-clip > section.relative > img.pointer-events-none
snippet: <img alt="" aria-hidden="true" width="1520" height="1259" decoding="async" data-nimg="1" class="pointer-events-none absolute inset-0 h-full w-full object-cover" srcset="https://atp-cdn.neilpatelapi.com/live/7c3bef8/public/home/hero-blur-bg.svg…" src="https://atp-cdn.neilpatelapi.com/live/7c3bef8/public/home/hero-blur-bg.svg…" style="color: transparent;">

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLResource SizeEst Savings
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step3-frame-07.png...605.7 KiB533.8 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step3-frame-06.png...598.7 KiB526.7 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step3-frame-05.png...592.4 KiB520.4 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step3-frame-04.png...581.5 KiB509.6 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step2-frame-04.png...512.2 KiB440.3 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step3-frame-03.png...481.8 KiB409.9 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step2-frame-03.png...467.4 KiB395.4 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step2-frame-02.png...361.2 KiB298.8 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step4-frame-03.png...305.6 KiB252.8 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step3-frame-02.png...264.2 KiB218.6 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step4-frame-02.png...245.0 KiB202.7 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step1-frame-08.png...219.3 KiB181.4 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step1-frame-07.png...209.3 KiB173.1 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step1-frame-06.png...195.5 KiB161.7 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step1-frame-05.png...186.2 KiB154.0 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step1-frame-04.png...174.7 KiB144.5 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step4-frame-05.png...167.8 KiB138.8 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step1-frame-03.png...159.3 KiB131.8 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step1-frame-02.png...151.8 KiB125.6 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step4-frame-04.png...94.5 KiB78.1 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step2-frame-01.png...31.0 KiB25.7 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step4-frame-01.png...30.2 KiB25.0 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step1-frame-01.png...30.0 KiB24.8 KiB
div.relative > div.transition-opacity > div.relative > img.h-auto div.relative > div.transition-opacity > div.relative > img.h-auto
/live/7c3bef8/public/home/how-it-works/step3-frame-01.png...29.1 KiB24.1 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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 875 ms

These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS

Why this matters

Performance issues directly impact user engagement and conversion rates.

ElementLayout shift score
Analizar mi sitio web Buscar palabras clave Buscar div.flex > div.overflow-x-clip > section.relative > div#hero-search-sentinel
0.161
¿Cómo funciona AnswerThePublic? Escribe cualquier tema o ingresa tu sitio web … div.group/sidebar-wrapper > div.flex > div.overflow-x-clip > section.bg-white
0.001

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Diagnostics

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

CategoryTime Spent
Script Evaluation13.2 s
Other1.8 s
Style & Layout586 ms
Script Parsing & Compilation552 ms
Garbage Collection261 ms
Rendering145 ms
Parse HTML & CSS59 ms

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failure reasonFailure type
Pages with cache-control:no-store header cannot enter back/forward cache.Actionable
Pages whose main resource has cache-control:no-store cannot enter back/forward cache.Not actionable
Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header.Not actionable

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

Optimize DOM size
Font display
Modern HTTP
Optimize viewport for mobile
Minify CSS
Minify JavaScript
Reduce unused CSS
User Timing marks and measures 10 user timings
Avoid long main-thread tasks 12 long tasks found
Avoid non-composited animations 1 animated element found
Image elements have explicit `width` and `height`
Network Requests
Network Round Trip Times 30 ms
Server Backend Latencies 490 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 20 ms
INP breakdown
86

Accessibility

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

ARIA

Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
nav.relative > div.flex > div.flex > div#radix-_r_6_ nav.relative > div.flex > div.flex > div#radix-_r_6_

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
ES div.flex > div > button#radix-_r_c_ > span.font-medium
Obtén 3 búsquedas gratis al día div.mt-12 > div.-mt-2 > div.m-0 > button.flex
Escribe cualquier tema o ingresa tu sitio web div.grid > div.flex > button.cursor-pointer > p.font-geomanist
cualquier tema div.flex > button.cursor-pointer > p.font-geomanist > span.text-orange-500
sitio web div.flex > button.cursor-pointer > p.font-geomanist > span.text-orange-500
Una palabra clave o URL es todo lo que necesitas. div.grid > div.flex > button.cursor-pointer > p.font-roboto
Convierte preguntas en contenido que posiciona div.grid > div.flex > button.cursor-pointer > p.font-geomanist
contenido que posiciona div.flex > button.cursor-pointer > p.font-geomanist > span.text-orange-500
Selecciona cualquier resultado o tema que valga la pena posicionar y nuestra IA… div.grid > div.flex > button.cursor-pointer > p.font-roboto
Publica sin salir de la plataforma div.grid > div.flex > button.cursor-pointer > p.font-geomanist
Publica div.flex > button.cursor-pointer > p.font-geomanist > span.text-orange-500
Publica con un clic. Posiciona para preguntas reales. Aumenta el tráfico que re… div.grid > div.flex > button.cursor-pointer > p.font-roboto

These are opportunities to improve the legibility of your content.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Close services overlay div.relative > div.fixed > div.flex > button.inline-flex

One main landmark helps screen reader users navigate a web page. Learn more about landmarks.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
html html

These items highlight common accessibility best practices.

Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Menú nav.relative > div.flex > div.flex > button.inline-flex
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
`[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
Links have a discernible name
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
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 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
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.
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.
77

Best Practices

General

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

SourceDescription
Failed to load resource: the server responded with a status of 401 ()
Failed to load resource: the server responded with a status of 401 ()
Failed to load resource: the server responded with a status of 401 ()
ReferenceError: jQuery is not defined at <anonymous>:1:161 at https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR:775:429 at vR (https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR:777:31) at Nd.uR (https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR:774:92) at Nd.<anonymous> (https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR:280:187) at k.apply (https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR:209:466) at gb (https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR:172:719) at fb (https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR:172:470) at Nd.<anonymous> (https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR:233:473) at k.apply (https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR:209:466)
TypeError: Cannot read properties of undefined (reading 'experiences') at <anonymous>:1:15 at https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR:775:429 at vR (https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR:777:31) at Nd.uR (https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR:774:92) at Nd.<anonymous> (https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR:280:187) at k.apply (https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR:209:466) at gb (https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR:172:719) at fb (https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR:172:470) at Nd.<anonymous> (https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR:233:473) at k.apply (https://www.googletagmanager.com/gtm.js?id=GTM-5RJVDDR:209:466)
Uses HTTPS
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
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Page has valid source maps
Redirects HTTP traffic to HTTPS
Mitigate clickjacking with XFO or CSP
85

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

hreflang links tell search engines what version of a page they should list in search results for a given language or region. Learn more about `hreflang`.

Why this matters

Performance issues directly impact user engagement and conversion rates.

head > link
head > link
head > link
head > link
head > link
head > link
head > link

Canonical links suggest which URL to show in search results. Learn more about canonical links.

Why this matters

Informational: a Permissions-Policy directive showing feature -> allowed origins.

Source: MDN Permissions-Policy

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 have descriptive text
Links are crawlable
robots.txt is valid
Image elements have `[alt]` attributes

Send Feedback