Skip to content
https://getyourguide.com

Lighthouse Desktop

· 0 checks — Desktop 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.

66

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.

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.

Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.

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:Source valueType:source-location] map[granularity:1 key:reflowTime label:Total reflow time valueType:ms]]
items: [map[reflowTime:42.211 source:map[type:text value:[unattributed]]]]

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
image a.clickable-href > div.vertical-layout > picture#cards-container-Metropolitan Museum of Art-vertical-0-image > img.c-image__img
cdn.getyourguide.com/img/location/53d0d9964d00c.jpeg/60.jpg139.2 KiB130.5 KiB
image a.clickable-href > div.vertical-layout > picture#cards-container-Boston-vertical-0-image > img.c-image__img
cdn.getyourguide.com/img/location/533597cb7cfd9.jpeg/60.jpg136.2 KiB128.1 KiB
image a.clickable-href > div.vertical-layout > picture#cards-container-Paris-vertical-0-image > img.c-image__img
cdn.getyourguide.com/img/location/5ffeb392eb81e.jpeg/60.jpg127.9 KiB119.9 KiB
image a.clickable-href > div.vertical-layout > picture#cards-container-Chicago-vertical-0-image > img.c-image__img
cdn.getyourguide.com/img/location/5ffeb3053cf34.jpeg/60.jpg127.0 KiB119.0 KiB
image a.clickable-href > div.vertical-layout > picture#cards-container-Vatican Museums-vertical-0-image > img.c-image__img
cdn.getyourguide.com/img/location/60096d567dae3.jpeg/60.jpg124.3 KiB115.5 KiB
image a.clickable-href > div.vertical-layout > picture#cards-container-Rome-vertical-0-image > img.c-image__img
cdn.getyourguide.com/img/location/f9cef1b5d3bf6e3c.jpeg/60.jpg116.9 KiB108.8 KiB
image a.clickable-href > div.vertical-layout > picture#cards-container-New York City-vertical-0-image > img.c-image__img
cdn.getyourguide.com/img/location/5ffeb528d3d6f.jpeg/60.jpg92.6 KiB84.6 KiB
image a.clickable-href > div.vertical-layout > picture#cards-container-Amsterdam-vertical-0-image > img.c-image__img
cdn.getyourguide.com/img/location/618f81a53b271.png/60.jpg88.1 KiB80.1 KiB
image a.clickable-href > div.vertical-layout > picture#cards-container-Eiffel Tower-vertical-0-image > img.c-image__img
cdn.getyourguide.com/img/location/f973d699939cb2ab.jpeg/60.jpg71.8 KiB63.1 KiB
div > div > div.gyg-loading-animation > div.loading-gif div > div > div.gyg-loading-animation > div.loading-gif
cdn.getyourguide.com/tf/assets/static/dex-loader/gyg-loader.gif118.2 KiB47.1 KiB
image a.clickable-href > div.vertical-layout > picture#cards-container-Statue of Liberty-vertical-0-image > img.c-image__img
cdn.getyourguide.com/img/location/5ca318765b5f4.jpeg/60.jpg44.4 KiB35.7 KiB

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.

More than 4 preconnect connections were found. These should be used sparingly and only to the most important origins.
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
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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 216 ms
URLTime Spent
getyourguide.com/216 ms
www.getyourguide.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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

Why this matters

Performance issues directly impact user engagement and conversion rates.

TTI

Diagnostics

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

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 Evaluation1.4 s
Other562 ms
Script Parsing & Compilation193 ms
Style & Layout90 ms
Parse HTML & CSS51 ms
Garbage Collection38 ms
Rendering24 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

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Estimated savings: 0.0 ms 13.0 KiB

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

Layout shift culprits
Optimize DOM size
LCP breakdown
LCP request discovery
Modern HTTP
Render blocking requests
Optimize viewport for mobile
Minify CSS
Minify JavaScript
User Timing marks and measures 10 user timings
JavaScript execution time 1.2 s
Avoid long main-thread tasks 8 long tasks found
Image elements have explicit `width` and `height`
Network Requests
Network Round Trip Times 30 ms
Server Backend Latencies 160 ms
Tasks
Diagnostics
Metrics
Screenshot Thumbnails
Final Screenshot
Script Treemap Data
Resources Summary
Initial server response time was short Root document took 10 ms
Avoid large layout shifts 1 layout shift found
INP breakdown
Avoid non-composited animations
87

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
Add to wishlist article.vertical-activity-card > div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle
Add to wishlist article.vertical-activity-card > div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle
Add to wishlist article.vertical-activity-card > div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle
Add to wishlist article.vertical-activity-card > div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle
Add to wishlist article.vertical-activity-card > div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle
Add to wishlist article.vertical-activity-card > div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle
Add to wishlist article.vertical-activity-card > div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle
Add to wishlist article.vertical-activity-card > div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
Add to wishlist article.vertical-activity-card > div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle
Add to wishlist article.vertical-activity-card > div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle
Add to wishlist article.vertical-activity-card > div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle
Add to wishlist article.vertical-activity-card > div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle
Add to wishlist article.vertical-activity-card > div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle
Add to wishlist article.vertical-activity-card > div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle
Add to wishlist article.vertical-activity-card > div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle
Add to wishlist article.vertical-activity-card > div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle

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.

Names and labels

When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle > button.c-icon-button div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle > button.c-icon-button
div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle > button.c-icon-button div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle > button.c-icon-button
div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle > button.c-icon-button div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle > button.c-icon-button
div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle > button.c-icon-button div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle > button.c-icon-button
div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle > button.c-icon-button div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle > button.c-icon-button
div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle > button.c-icon-button div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle > button.c-icon-button
div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle > button.c-icon-button div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle > button.c-icon-button
div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle > button.c-icon-button div.vertical-activity-card__content-wrapper > div.vertical-activity-card__wishlist > span.c-toggle > button.c-icon-button

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.

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
Day trip Vegas: Grand Canyon, Hoover Dam, Skywalk Option, & Two Meals 10 hours … div#activityCard-4623 > article.vertical-activity-card > div.vertical-activity-card__content-wrapper > a.vertical-activity-card__container
Likely to sell out Guided tour Rome: Turning the Lights on at the Vatican Museu… div#activityCard-438033 > article.vertical-activity-card > div.vertical-activity-card__content-wrapper > a.vertical-activity-card__container
Day trip Nice: Full-Day Côtes de Provence Wine Tour 8 hours • Small group 4.9 (… div#activityCard-141642 > article.vertical-activity-card > div.vertical-activity-card__content-wrapper > a.vertical-activity-card__container
Guided tour EXP Rome : 3h Driving Tour with Vintage Fiat 500 Classic Car 1.5 - … div#activityCard-38619 > article.vertical-activity-card > div.vertical-activity-card__content-wrapper > a.vertical-activity-card__container
Likely to sell out Guided tour London: Beatles and Abbey Road Tour with Richard… div#activityCard-445767 > article.vertical-activity-card > div.vertical-activity-card__content-wrapper > a.vertical-activity-card__container
Other experience Rome: Dining Experience at a Local's Home 2.5 hours • Small gr… div#activityCard-281022 > article.vertical-activity-card > div.vertical-activity-card__content-wrapper > a.vertical-activity-card__container
Guided tour San Francisco: Muir Woods and Sausalito Half-Day Trip 5 hours 4.6 (… div#activityCard-149645 > article.vertical-activity-card > div.vertical-activity-card__content-wrapper > a.vertical-activity-card__container
Guided tour NYC: Official Grand Central Terminal Guided Tour 1.5 hours • Privat… div#activityCard-428395 > article.vertical-activity-card > div.vertical-activity-card__content-wrapper > a.vertical-activity-card__container
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
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.
`button`, `link`, and `menuitem` elements have accessible names
ARIA attributes are used as specified for the element's role
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
`[aria-hidden="true"]` elements do not contain focusable descendents
Background and foreground colors have a sufficient contrast ratio
Document has a `<title>` element
`<html>` element has a `[lang]` attribute
`<html>` element has a valid value for its `[lang]` attribute
Links are distinguishable without relying on color.
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
Touch targets have sufficient size and spacing.
Heading elements appear in a sequentially-descending order
Skip links are focusable.
Document has a main landmark.
Deprecated ARIA roles were not used
Uses ARIA roles only on compatible elements
`[accesskey]` values are unique
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<frame>` or `<iframe>` elements have a title
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
The document does not use `<meta http-equiv="refresh">`
`<object>` elements have alternate text
Select elements have associated label elements.
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.
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.
73

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
AttributionReporting

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
Connecting to 'https://insight.adsrvr.org/track/realtimeconversion' violates the following Content Security Policy directive: "connect-src 'self' https://*.getyourguide.com https://google.com https://adservice.google.com https://www.googleadservices.com https://*.google.com https://*.analytics.google.com https://*.google-analytics.com https://*.googletagmanager.com https://*.g.doubleclick.net https://*.googleapis.com https://pagead2.googlesyndication.com https://browser-intake-datadoghq.com https://sentry-intake.datadoghq.com https://*.braze.com https://*.braze.eu https://*.fra-01.braze.eu cloudflareinsights.com https://bat.bing.com https://bat.bing.net https://*.clarity.ms https://www.facebook.com https://*.adyen.com https://*.hotjar.io wss://*.hotjar.com https://*.hotjar.com https://sslwidget.criteo.com https://measurement-api.criteo.com https://gum.criteo.com https://*.eu.criteo.net https://*.us.criteo.net https://*.as.criteo.net https://www.mczbf.com/12394/pageInfo https://www.mczbf.com/813108101493/pageInfo https://www.mczbf.com/813108101493/report https://cdn.honey.io https://www.sjwoe.com/ https://insight.adsrvr.org/track/up https://x.bidswitch.net/syncd https://*.cloudflarestream.com https://*.stadiamaps.com https://accounts.google.com/gsi/ https://data.seatsio.net https://*.usercentrics.eu https://*.forter.com wss://cdn0.forter.com https://d2o5idwacg3gyw.cloudfront.net https://dz8rit8v72mig.cloudfront.net https://d3banl4fzuxsjl.cloudfront.net https://d1yz9u4jf6oqub.cloudfront.net https://d6wfl40rgh70w.cloudfront.net https://d1rk8r7fwbocot.cloudfront.net https://d3k4bt74u9esq1.cloudfront.net https://d1ezzflfzltk6e.cloudfront.net https://d3nocrch4qti4v.cloudfront.net https://duuytoqss3gu4.cloudfront.net https://df45ay5pw60dy.cloudfront.net https://1.1.1.1 https://d94qwxh6czci4.cloudfront.net https://siteperformancetest.net https://wtp.siteperformancetest.net/ https://*.creativecdn.com api.statsig.com featuregates.org statsigapi.net events.statsigapi.net api.statsigcdn.com featureassets.org assetsconfigcdn.org prodregistryv2.org cloudflare-dns.com beyondwickedmapping.org". The action has been blocked.
Executing inline script violates the following Content Security Policy directive 'default-src 'none''. Either the 'unsafe-inline' keyword, a hash ('sha256-UREszZU+yrNftQ3a4GtI7Eyw200/0zWWNrDXxVP96tA='), or a nonce ('nonce-...') is required to enable inline execution. Note also that 'script-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked.
Loading the image 'data:image/x-icon;,' violates the following Content Security Policy directive: "default-src 'none'". Note that 'img-src' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked.
Loading the script 'https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015' violates the following Content Security Policy directive: "default-src 'none'". Note that 'script-src-elem' was not explicitly set, so 'default-src' is used as a fallback. The action has been blocked.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

URLMap URL
www.getyourguide.com/optics/gtm.js?id=GTM-3XTJ
/optics/gtag/js?id=G-BJKL76S993&cx=c&gtm=4e64h1&sign=47ba...
cdn.getyourguide.com/tf/assets/compiled/client/yield-to-main-CoLIFb3S-v01.jscdn.getyourguide.com/tf/assets/compiled/client/yield-to-main-CoLIFb3S-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/web-to-app-icons-dIip-mw1-v01.js/tf/assets/compiled/client/web-to-app-icons-dIip-mw1-v01....
cdn.getyourguide.com/tf/assets/compiled/client/video-player-DJzSSaxZ-v01.jscdn.getyourguide.com/tf/assets/compiled/client/video-player-DJzSSaxZ-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/video-block-pCCGOq3F-v01.jscdn.getyourguide.com/tf/assets/compiled/client/video-block-pCCGOq3F-v01.js.map
/tf/assets/compiled/client/vendors-vue-framework-Blqd4J2s.../tf/assets/compiled/client/vendors-vue-framework-Blqd4J2s...
cdn.getyourguide.com/tf/assets/compiled/client/vendors-swiper-J0FKd5U3-v01.js/tf/assets/compiled/client/vendors-swiper-J0FKd5U3-v01.js...
cdn.getyourguide.com/tf/assets/compiled/client/vendors-framework-DxhBl3Gv-v01.js/tf/assets/compiled/client/vendors-framework-DxhBl3Gv-v01...
cdn.getyourguide.com/tf/assets/compiled/client/vendors-datadog-CVTgqt0Q-v01.js/tf/assets/compiled/client/vendors-datadog-CVTgqt0Q-v01.j...
cdn.getyourguide.com/tf/assets/compiled/client/vendors-CIyJAuyo-v01.jscdn.getyourguide.com/tf/assets/compiled/client/vendors-CIyJAuyo-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/use-route-params-CjYw568u-v01.js/tf/assets/compiled/client/use-route-params-CjYw568u-v01....
cdn.getyourguide.com/tf/assets/compiled/client/use-promotions-DmA5zEJF-v01.js/tf/assets/compiled/client/use-promotions-DmA5zEJF-v01.js...
/tf/assets/compiled/client/use-log-search-bar-exit-BKnNXX.../tf/assets/compiled/client/use-log-search-bar-exit-BKnNXX...
cdn.getyourguide.com/tf/assets/compiled/client/use-experiments-CnXrjOV_-v01.js/tf/assets/compiled/client/use-experiments-CnXrjOV_-v01.j...
/tf/assets/compiled/client/use-create-interaction-handler.../tf/assets/compiled/client/use-create-interaction-handler...
cdn.getyourguide.com/tf/assets/compiled/client/url-by-date-BY7dGVw1-v01.jscdn.getyourguide.com/tf/assets/compiled/client/url-by-date-BY7dGVw1-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/unregister-push-V6dFZFl9-v01.js/tf/assets/compiled/client/unregister-push-V6dFZFl9-v01.j...
cdn.getyourguide.com/tf/assets/compiled/client/tracking-DTMnco98-v01.jscdn.getyourguide.com/tf/assets/compiled/client/tracking-DTMnco98-v01.js.map
/tf/assets/compiled/client/track-visibility-v2-DS8An6zC-v.../tf/assets/compiled/client/track-visibility-v2-DS8An6zC-v...
cdn.getyourguide.com/tf/assets/compiled/client/theme-picker-BY_ENfnp-v01.jscdn.getyourguide.com/tf/assets/compiled/client/theme-picker-BY_ENfnp-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/teams-7Dg_elpO-v01.jscdn.getyourguide.com/tf/assets/compiled/client/teams-7Dg_elpO-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/src-B1qD4xXp-v01.jscdn.getyourguide.com/tf/assets/compiled/client/src-B1qD4xXp-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/smart-picture-DkEIW2g2-v01.jscdn.getyourguide.com/tf/assets/compiled/client/smart-picture-DkEIW2g2-v01.js.map
/tf/assets/compiled/client/search-overlay-mobile-BHk6EtzS.../tf/assets/compiled/client/search-overlay-mobile-BHk6EtzS...
cdn.getyourguide.com/tf/assets/compiled/client/search-filters-HRhXbj2C-v01.js/tf/assets/compiled/client/search-filters-HRhXbj2C-v01.js...
/tf/assets/compiled/client/search-autocomplete-C9uH9NAl-v.../tf/assets/compiled/client/search-autocomplete-C9uH9NAl-v...
cdn.getyourguide.com/tf/assets/compiled/client/sdui-dev-tools-BZ-OU6GF-v01.js/tf/assets/compiled/client/sdui-dev-tools-BZ-OU6GF-v01.js...
/tf/assets/compiled/client/request-push-permission-B6UyxO.../tf/assets/compiled/client/request-push-permission-B6UyxO...
/tf/assets/compiled/client/request-immediate-data-flush-D.../tf/assets/compiled/client/request-immediate-data-flush-D...
/tf/assets/compiled/client/request-idle-callback-LxDXXiLp.../tf/assets/compiled/client/request-idle-callback-LxDXXiLp...
/tf/assets/compiled/client/refresh-feature-flags-7zVBnfyF.../tf/assets/compiled/client/refresh-feature-flags-7zVBnfyF...
/tf/assets/compiled/client/push-manager-factory-xCgL7GMB-.../tf/assets/compiled/client/push-manager-factory-xCgL7GMB-...
cdn.getyourguide.com/tf/assets/compiled/client/price-formatter-gP4E7s3i-v01.js/tf/assets/compiled/client/price-formatter-gP4E7s3i-v01.j...
cdn.getyourguide.com/tf/assets/compiled/client/policies-types-BUt5HwNj-v01.js/tf/assets/compiled/client/policies-types-BUt5HwNj-v01.js...
cdn.getyourguide.com/tf/assets/compiled/client/panel-results-DCCjR9t5-v01.jscdn.getyourguide.com/tf/assets/compiled/client/panel-results-DCCjR9t5-v01.js.map
/tf/assets/compiled/client/notification-tracking-utils-BI.../tf/assets/compiled/client/notification-tracking-utils-BI...
cdn.getyourguide.com/tf/assets/compiled/client/modal-BROAvFnn-v01.jscdn.getyourguide.com/tf/assets/compiled/client/modal-BROAvFnn-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/mobile-device-7kkGI8ql-v01.jscdn.getyourguide.com/tf/assets/compiled/client/mobile-device-7kkGI8ql-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/media-query-Bri0j-ME-v01.jscdn.getyourguide.com/tf/assets/compiled/client/media-query-Bri0j-ME-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/media-query-4Vucw3m--v01.jscdn.getyourguide.com/tf/assets/compiled/client/media-query-4Vucw3m--v01.js.map
/tf/assets/compiled/client/media-lightbox-swiper-embed-oz.../tf/assets/compiled/client/media-lightbox-swiper-embed-oz...
cdn.getyourguide.com/tf/assets/compiled/client/master-Dy8sQTk9-v01.jscdn.getyourguide.com/tf/assets/compiled/client/master-Dy8sQTk9-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/log-purchase-Vsa-UaXu-v01.jscdn.getyourguide.com/tf/assets/compiled/client/log-purchase-Vsa-UaXu-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/log-custom-event-30TR1jOW-v01.js/tf/assets/compiled/client/log-custom-event-30TR1jOW-v01....
cdn.getyourguide.com/tf/assets/compiled/client/locales.bg-Bh5Vqqhe-v01.jscdn.getyourguide.com/tf/assets/compiled/client/locales.bg-Bh5Vqqhe-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/locales.ar-BSzKQHao-v01.jscdn.getyourguide.com/tf/assets/compiled/client/locales.ar-BSzKQHao-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/locale-Cm4nt_vd-v01.jscdn.getyourguide.com/tf/assets/compiled/client/locale-Cm4nt_vd-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/loading-overlay-BUcqlnw5-v01.js/tf/assets/compiled/client/loading-overlay-BUcqlnw5-v01.j...
cdn.getyourguide.com/tf/assets/compiled/client/list-picker-B49LQoxg-v01.jscdn.getyourguide.com/tf/assets/compiled/client/list-picker-B49LQoxg-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/lazy-loaded-image-k3_66YfO-v01.js/tf/assets/compiled/client/lazy-loaded-image-k3_66YfO-v01...
cdn.getyourguide.com/tf/assets/compiled/client/language-picker-CyFJdOpm-v01.js/tf/assets/compiled/client/language-picker-CyFJdOpm-v01.j...
/tf/assets/compiled/client/language-and-currency-picker--.../tf/assets/compiled/client/language-and-currency-picker--...
cdn.getyourguide.com/tf/assets/compiled/client/inject-hotjar-D0zAQWMY-v01.jscdn.getyourguide.com/tf/assets/compiled/client/inject-hotjar-D0zAQWMY-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/home-template-DAR6eyKW-v01.jscdn.getyourguide.com/tf/assets/compiled/client/home-template-DAR6eyKW-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/gyg-alert-BoS53vqg-v01.jscdn.getyourguide.com/tf/assets/compiled/client/gyg-alert-BoS53vqg-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/global-main-menu-CXV1O3a1-v01.js/tf/assets/compiled/client/global-main-menu-CXV1O3a1-v01....
/tf/assets/compiled/client/getyourguide-framework-AIb_6Kg.../tf/assets/compiled/client/getyourguide-framework-AIb_6Kg...
/tf/assets/compiled/client/getyourguide-experimentation-s.../tf/assets/compiled/client/getyourguide-experimentation-s...
/tf/assets/compiled/client/getyourguide-compass-DjW7CwCp-.../tf/assets/compiled/client/getyourguide-compass-DjW7CwCp-...
cdn.getyourguide.com/tf/assets/compiled/client/gettext-B6ip2rmI-v01.jscdn.getyourguide.com/tf/assets/compiled/client/gettext-B6ip2rmI-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/function-utils-CSY0AS_m-v01.js/tf/assets/compiled/client/function-utils-CSY0AS_m-v01.js...
/tf/assets/compiled/client/filter-section-price-item-DKog.../tf/assets/compiled/client/filter-section-price-item-DKog...
/tf/assets/compiled/client/filter-section-item-BZDE8cmw-v.../tf/assets/compiled/client/filter-section-item-BZDE8cmw-v...
cdn.getyourguide.com/tf/assets/compiled/client/experiments-NrBNAs0i-v01.jscdn.getyourguide.com/tf/assets/compiled/client/experiments-NrBNAs0i-v01.js.map
/tf/assets/compiled/client/endpoints-redirect-DYieptiS-v0.../tf/assets/compiled/client/endpoints-redirect-DYieptiS-v0...
cdn.getyourguide.com/tf/assets/compiled/client/decode-entities-DFL96to3-v01.js/tf/assets/compiled/client/decode-entities-DFL96to3-v01.j...
/tf/assets/compiled/client/date-picker-event-service-tiOt.../tf/assets/compiled/client/date-picker-event-service-tiOt...
cdn.getyourguide.com/tf/assets/compiled/client/currency-switcher-ZgCZlOv9-v01.js/tf/assets/compiled/client/currency-switcher-ZgCZlOv9-v01...
cdn.getyourguide.com/tf/assets/compiled/client/currency-switcher-Bc332R_E-v01.js/tf/assets/compiled/client/currency-switcher-Bc332R_E-v01...
cdn.getyourguide.com/tf/assets/compiled/client/currency-picker-BATbbH_b-v01.js/tf/assets/compiled/client/currency-picker-BATbbH_b-v01.j...
/tf/assets/compiled/client/create-relative-url-path-D4KCC.../tf/assets/compiled/client/create-relative-url-path-D4KCC...
cdn.getyourguide.com/tf/assets/compiled/client/commons-store-BvPyhyRD-v01.jscdn.getyourguide.com/tf/assets/compiled/client/commons-store-BvPyhyRD-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/change-user-DpaEAFRa-v01.jscdn.getyourguide.com/tf/assets/compiled/client/change-user-DpaEAFRa-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/broadcast-ElWP1DdR-v01.jscdn.getyourguide.com/tf/assets/compiled/client/broadcast-ElWP1DdR-v01.js.map
cdn.getyourguide.com/tf/assets/compiled/client/braze-instance-BBn3aFuX-v01.js/tf/assets/compiled/client/braze-instance-BBn3aFuX-v01.js...
cdn.getyourguide.com/tf/assets/compiled/client/assets/index-DU5Q2tpO.jscdn.getyourguide.com/tf/assets/compiled/client/assets/index-DU5Q2tpO.js.map
cdn.getyourguide.com/tf/assets/compiled/client/analytics-logger-gvZbbUsR-v01.js/tf/assets/compiled/client/analytics-logger-gvZbbUsR-v01....
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
Ensure CSP is effective against XSS attacks
Ensure proper origin isolation with COOP
Mitigate DOM-based XSS with Trusted Types
Detected JavaScript libraries
Redirects HTTP traffic to HTTPS
Use a strong HSTS policy
Mitigate clickjacking with XFO or CSP
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.

Crawling and Indexing

Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable

Why this matters

Performance issues directly impact user engagement and conversion rates.

Uncrawlable Link
nav.navigation > ul.navigation__list > li.li > a.li__link nav.navigation > ul.navigation__list > li.li > a.li__link
EN/USD $ nav.navigation > ul.navigation__list > li.li > a.li__link

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

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

Send Feedback