Skip to content
https://virgilio.it

Accessibility

· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
77
GRADE
C
FIX
8
REVIEW
3
PASS
13
INFO
0
Checks
24
13 PASS 3 REVIEW 8 FIX
D
Landmark Structure
Action
94 landmarks
FIX
94 landmarks
Critical::
No <main> landmark found
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Info::
28 <nav> landmark(s) found
Warning::
28 of 28 <nav> elements are unlabeled
Multiple navigations need aria-label to distinguish them for screen readers.
Warning::
Skip navigation link is missing (WCAG 2.4.1)
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Page Structure — as a screen reader sees it
BANNER header NAV MAIN (missing!) ASIDE CONTENTINFO footer

Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.

Why this matters

Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.

Learn more

The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.

Source: WAI-ARIA / WCAG 2.4.1

Multiple navigations need aria-label to distinguish them for screen readers.

Why this matters

Some <nav> elements lack aria-label — screen-reader users hear 'navigation' multiple times with no way to distinguish them.

Learn more

When a page has multiple <nav> regions (primary, footer, breadcrumb), each needs aria-label or aria-labelledby. AT users navigate by landmark; identical 'navigation' announcements force them to enter each one to discover purpose.

Source: WAI-ARIA Authoring Practices

Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.

Why this matters

Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.

Learn more

WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.

Source: WCAG 2.1 SC 2.4.1

D
Tabindex Anti-Patterns
Action
0 positive, 23 -1-on-focusable
FIX
0 positive, 23 -1-on-focusable
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <a>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <button id="iol_cmp_back">
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <button>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <button>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
Info::
tabindex="-1" on naturally-focusable <button>
tabindex="-1" removes an element from the keyboard tab order. Naturally-focusable elements (links, buttons, form controls) become unreachable for keyboard users. (Common false-positive: hidden honeypot fields. Verify the element is genuinely interactive before removing the tabindex.)
D
Tap Target Adequacy
Action
14 tap target(s) too small or too close together
FIX
14 tap target(s) too small or too close together
Warning::
14 tap target(s) too small or too close to neighbors
WCAG 2.5.5 (Level AAA) requires interactive targets to be at least 44x44 CSS pixels; WCAG 2.5.8 (Level AA, added in 2.2) requires 24x24 minimum. Failing targets cause mis-taps for users with motor impairments, large fingers, or shaky hands -- and are a major bounce-rate driver on mobile commerce flows. Lighthouse measures rendered rects + adjacent-element spacing; the failing list is in the Lighthouse 'tap-targets' audit detail panel.
D
Mobile-Readable Font Sizes
Action
64% of visible text renders at >= 12 CSS px (44 below threshold)
FIX
64% of visible text renders at >= 12 CSS px (44 below threshold)
Warning::
44 text node(s) render below 12 CSS pixels on mobile
Mobile browsers default the root font-size to 16 px; text below ~ 12 px (75% of root) is hard to read without zooming. WCAG 1.4.4 (Resize Text) requires the page to support 200% zoom without loss of functionality -- which most layouts handle, but small base text still costs readability and conversion. Audit which selectors set sizes below 12 px (often footers, fine print, table cells) and bump them to 14-16 px or use rem units that scale with user preferences. Examples: <a> 8.0px ("Info sul servizio"); <p> 10.0px ("I risultati del servizio di ricerca sono..."); <a> 10.0px ("Termini del servizio"); <a> 10.0px ("Privacy Google"); <p> 10.0px (". Per il relativo trattamento dei dati p...").
D
Dark Mode Support
Action
No dark mode signals
FIX
No dark mode signals
Info::
No dark mode signals detected
Consider adding CSS with @media (prefers-color-scheme: dark) and <meta name='color-scheme' content='light dark'>.
Info::
Detection limited to meta tags and inline styles
External CSS files may contain prefers-color-scheme rules not visible to this scan.
Dark ModeNo Dark Mode Detected
color-scheme meta Not set Dark theme-color Not set CSS indicators Not detected

Detection limited to meta tags and inline styles.

D
Print Stylesheet
Action
No print styles
FIX
No print styles
Info::
No print-specific styles detected
When users print this page, they get the screen layout including navigation and non-essential elements. Add @media print rules to hide navigation and optimize layout for paper.
Print Stylesheet No Print Styles
Print stylesheet Not found Inline @media print Not detected
F
Navigation UX
Action
No navigation patterns
FIX
No navigation patterns
Info::
28 navigation landmark(s) detected
Info::
No breadcrumbs, search, or skip link detected
These navigation aids help users orient themselves and find content efficiently, especially on large sites.
Breadcrumbs
Search
Skip Link
Labeled Navigation 28 <nav> element(s)
Back to Top
Hamburger Menu
Sticky Navigation Cannot reliably detect (CSS-based)
1 of 6 testable patterns navigation patterns detected. Limited navigation support. Consider adding breadcrumbs, search, and skip link.
B
Iframe Accessibility
2/2 iframe(s) missing title; 0 placeholder(s)
REVIEW
2/2 iframe(s) missing title; 0 placeholder(s)
Warning::
<iframe> missing title attribute (src="")
WCAG 4.1.2: iframes need a title attribute so screen readers can announce what's embedded. Without one, the announcement is just "iframe" -- the user has no way to decide whether to enter or skip.
Warning::
<iframe> missing title attribute (src="")
WCAG 4.1.2: iframes need a title attribute so screen readers can announce what's embedded. Without one, the announcement is just "iframe" -- the user has no way to decide whether to enter or skip.
B
404 Error Page
HTTP 404, custom page
REVIEW
HTTP 404, custom page
Info::
Correct 404 status code returned
Got: HTTP 404
Info::
Custom styled 404 page
Info::
Navigation links present on 404 page
Info::
Homepage link present on 404 page
404 Page Quality Custom 404 Page
Status Code HTTP 404 Page Title Virgilio Custom Styling Navigation Homepage Link Search Form
C
Lighthouse Accessibility Audits
Action
Score 79/100 — 6 failing, 22 passed
REVIEW
79

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.

Why this matters

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

Source: MDN Permissions-Policy

Failing Elements
Crea Virgilio Mail Entra Mail Virgilio Mail Virgilio Mail Plus Virgilio PEC V… body.is_mobile > div#site-menu-panel

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

Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
body.is_mobile > iframe#ad-block-check_friendly body.is_mobile > iframe#ad-block-check_friendly

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.

Why this matters

Performance issues directly impact user engagement and conversion rates.

Failing Elements
section#slider_view > article.hp_st-story > figure.hp_fig > a section#slider_view > article.hp_st-story > figure.hp_fig > a
section#slider_view > article.hp_st-story > figure.hp_fig > a section#slider_view > article.hp_st-story > figure.hp_fig > a
section#slider_view > article.hp_st-story > figure.hp_fig > a section#slider_view > article.hp_st-story > figure.hp_fig > a
section#slider_view > article.hp_st-story > figure.hp_fig > a section#slider_view > article.hp_st-story > figure.hp_fig > a
section#slider_view > article.hp_st-story > figure.hp_fig > a section#slider_view > article.hp_st-story > figure.hp_fig > a
section#slider_view > article.hp_st-story > figure.hp_fig > a section#slider_view > article.hp_st-story > figure.hp_fig > a
section#slider_view > article.hp_st-story > figure.hp_fig > a section#slider_view > article.hp_st-story > figure.hp_fig > a
section#slider_view > article.hp_st-story > figure.hp_fig > a section#slider_view > article.hp_st-story > figure.hp_fig > a
section#slider_view > article.hp_st-story > figure.hp_fig > a section#slider_view > article.hp_st-story > figure.hp_fig > a
section#slider_view > article.hp_st-story > figure.hp_fig > a section#slider_view > article.hp_st-story > figure.hp_fig > a
section#slider_view > article.hp_st-story > figure.hp_fig > a section#slider_view > article.hp_st-story > figure.hp_fig > a
section#slider_view > article.hp_st-story > figure.hp_fig > a section#slider_view > article.hp_st-story > figure.hp_fig > a
section#slider_view > article.hp_st-story > figure.hp_fig > a section#slider_view > article.hp_st-story > figure.hp_fig > a
section#slider_view > article.hp_st-story > figure.hp_fig > a section#slider_view > article.hp_st-story > figure.hp_fig > a
section#slider_view > article.hp_st-story > figure.hp_fig > a section#slider_view > article.hp_st-story > figure.hp_fig > a
section.hp_subgrd-c > article#shopping_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#shopping_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#shopping_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#shopping_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#shopping_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#shopping_3 > figure.hp_card__fig > a
section.hp_subgrd-c > article#magazine_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#magazine_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#magazine_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#magazine_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#magazine_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#magazine_3 > figure.hp_card__fig > a
section.hp_subgrd-c > article#dilei_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#dilei_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#dilei_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#dilei_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#dilei_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#dilei_3 > figure.hp_card__fig > a
section.hp_subgrd-c > article#quifinanza_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#quifinanza_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#quifinanza_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#quifinanza_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#quifinanza_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#quifinanza_3 > figure.hp_card__fig > a
section.hp_subgrd-c > article#motori_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#motori_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#motori_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#motori_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#motori_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#motori_3 > figure.hp_card__fig > a
section.hp_subgrd-c > article#girlz_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#girlz_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#girlz_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#girlz_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#girlz_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#girlz_3 > figure.hp_card__fig > a
section.hp_subgrd-c > article#editorial_15 > figure.hp_card__fig > a section.hp_subgrd-c > article#editorial_15 > figure.hp_card__fig > a
section.hp_subgrd-c > article#editorial_16 > figure.hp_card__fig > a section.hp_subgrd-c > article#editorial_16 > figure.hp_card__fig > a
section.hp_subgrd-c > article#editorial_17 > figure.hp_card__fig > a section.hp_subgrd-c > article#editorial_17 > figure.hp_card__fig > a
section.hp_subgrd-c > article#editorial_18 > figure.hp_card__fig > a section.hp_subgrd-c > article#editorial_18 > figure.hp_card__fig > a
section.hp_subgrd-c > article#editorial_19 > figure.hp_card__fig > a section.hp_subgrd-c > article#editorial_19 > figure.hp_card__fig > a
section.hp_subgrd-c > article#tecnologia_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#tecnologia_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#tecnologia_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#tecnologia_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#tecnologia_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#tecnologia_3 > figure.hp_card__fig > a
section.hp_subgrd-c > article#sitiai_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#sitiai_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#sitiai_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#sitiai_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#sitiai_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#sitiai_3 > figure.hp_card__fig > a
section.hp_subgrd-c > article#editorial_20 > figure.hp_card__fig > a section.hp_subgrd-c > article#editorial_20 > figure.hp_card__fig > a
section.hp_subgrd-c > article#editorial_21 > figure.hp_card__fig > a section.hp_subgrd-c > article#editorial_21 > figure.hp_card__fig > a
section.hp_subgrd-c > article#editorial_22 > figure.hp_card__fig > a section.hp_subgrd-c > article#editorial_22 > figure.hp_card__fig > a
section.hp_subgrd-c > article#editorial_23 > figure.hp_card__fig > a section.hp_subgrd-c > article#editorial_23 > figure.hp_card__fig > a
section.hp_subgrd-c > article#editorial_24 > figure.hp_card__fig > a section.hp_subgrd-c > article#editorial_24 > figure.hp_card__fig > a
section.hp_subgrd-c > article#dileihome_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#dileihome_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#dileihome_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#dileihome_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#dileihome_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#dileihome_3 > figure.hp_card__fig > a
section.hp_subgrd-c > article#editorial_25 > figure.hp_card__fig > a section.hp_subgrd-c > article#editorial_25 > figure.hp_card__fig > a
section.hp_subgrd-c > article#editorial_26 > figure.hp_card__fig > a section.hp_subgrd-c > article#editorial_26 > figure.hp_card__fig > a
section.hp_subgrd-c > article#editorial_27 > figure.hp_card__fig > a section.hp_subgrd-c > article#editorial_27 > figure.hp_card__fig > a
section.hp_subgrd-c > article#editorial_28 > figure.hp_card__fig > a section.hp_subgrd-c > article#editorial_28 > figure.hp_card__fig > a
section.hp_subgrd-c > article#editorial_29 > figure.hp_card__fig > a section.hp_subgrd-c > article#editorial_29 > figure.hp_card__fig > a
section.hp_subgrd-c > article#buonissimo_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#buonissimo_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#buonissimo_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#buonissimo_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#buonissimo_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#buonissimo_3 > figure.hp_card__fig > a
section.hp_subgrd-c > article#buonissimo_4 > figure.hp_card__fig > a section.hp_subgrd-c > article#buonissimo_4 > figure.hp_card__fig > a
section.hp_subgrd-c > article#vscuola_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#vscuola_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#vscuola_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#vscuola_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#vscuola_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#vscuola_3 > figure.hp_card__fig > a
section.hp_subgrd-c > article#supereva_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#supereva_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#supereva_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#supereva_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#supereva_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#supereva_3 > figure.hp_card__fig > a
section.hp_subgrd-c > article#notizie_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#notizie_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#notizie_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#notizie_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#notizie_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#notizie_3 > figure.hp_card__fig > a
section.hp_subgrd-c > article#sport_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#sport_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#sport_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#sport_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#sport_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#sport_3 > figure.hp_card__fig > a
section.hp_subgrd-c > article#siviaggia_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#siviaggia_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#siviaggia_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#siviaggia_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#siviaggia_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#siviaggia_3 > figure.hp_card__fig > a
section.hp_c-area-p > article#local_1 > figure.hp_card__fig > a section.hp_c-area-p > article#local_1 > figure.hp_card__fig > a
section.hp_c-area-p > article#local_2 > figure.hp_card__fig > a section.hp_c-area-p > article#local_2 > figure.hp_card__fig > a
section.hp_c-area-p > article#local_3 > figure.hp_card__fig > a section.hp_c-area-p > article#local_3 > figure.hp_card__fig > a
section.hp_c-area-p > article#local_4 > figure.hp_card__fig > a section.hp_c-area-p > article#local_4 > figure.hp_card__fig > a
section.hp_subgrd-c > article#pgcasa_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#pgcasa_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#pgcasa_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#pgcasa_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#pgcasa_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#pgcasa_3 > figure.hp_card__fig > a
section.hp_subgrd-c > article#lifestyle_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#lifestyle_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#lifestyle_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#lifestyle_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#lifestyle_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#lifestyle_3 > figure.hp_card__fig > a
div.box-speciale > article.hp_card > figure.hp_card__fig > a div.box-speciale > article.hp_card > figure.hp_card__fig > a
div.box-speciale > article.hp_card > figure.hp_card__fig > a div.box-speciale > article.hp_card > figure.hp_card__fig > a
div.box-speciale > article.hp_card > figure.hp_card__fig > a div.box-speciale > article.hp_card > figure.hp_card__fig > a
div.box-speciale > article.hp_card > figure.hp_card__fig > a div.box-speciale > article.hp_card > figure.hp_card__fig > a
div.box-speciale > article.hp_card > figure.hp_card__fig > a div.box-speciale > article.hp_card > figure.hp_card__fig > a
section.hp_subgrd-c > article#takecare_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#takecare_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#takecare_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#takecare_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#takecare_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#takecare_3 > figure.hp_card__fig > a
section.hp_subgrd-c > article#green_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#green_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#green_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#green_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#green_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#green_3 > figure.hp_card__fig > a
section.hp_subgrd-c > article#oroscoponews_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#oroscoponews_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#oroscoponews_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#oroscoponews_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#oroscoponews_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#oroscoponews_3 > figure.hp_card__fig > a
section.hp_subgrd-c > article#dilei_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#dilei_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#dilei_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#dilei_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#dilei_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#dilei_3 > figure.hp_card__fig > a
section.hp_subgrd-c > article#liberotv_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#liberotv_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#liberotv_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#liberotv_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#liberotv_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#liberotv_3 > figure.hp_card__fig > a
ul.hp_flx > li.hp_card > figure.hp_card__fig > a ul.hp_flx > li.hp_card > figure.hp_card__fig > a
ul.hp_flx > li.hp_card > figure.hp_card__fig > a ul.hp_flx > li.hp_card > figure.hp_card__fig > a
ul.hp_flx > li.hp_card > figure.hp_card__fig > a ul.hp_flx > li.hp_card > figure.hp_card__fig > a
ul.hp_flx > li.hp_card > figure.hp_card__fig > a ul.hp_flx > li.hp_card > figure.hp_card__fig > a
ul.hp_flx > li.hp_card > figure.hp_card__fig > a ul.hp_flx > li.hp_card > figure.hp_card__fig > a
section.hp_subgrd-c > article#sme_1 > figure.hp_card__fig > a section.hp_subgrd-c > article#sme_1 > figure.hp_card__fig > a
section.hp_subgrd-c > article#sme_2 > figure.hp_card__fig > a section.hp_subgrd-c > article#sme_2 > figure.hp_card__fig > a
section.hp_subgrd-c > article#sme_3 > figure.hp_card__fig > a section.hp_subgrd-c > article#sme_3 > figure.hp_card__fig > a

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

Best practices

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

Why this matters

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

Source: MDN Permissions-Policy

Failing Elements
head > meta head > meta

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
ESTERI section#slider_view > article.hp_st-story > p.lbl > a#hp_box_slider_label-1
NEWS section.hp_subgrd-c > article#magazine_2 > p.hp_card-t1__lbl > a
CURIOSITÀ section.hp_subgrd-c > article#editorial_29 > p.hp_card-t1__lbl > a
LIFESTYLE section.hp_subgrd-c > article#lifestyle_3 > p.hp_card-t1__lbl > a
OROSCOPO section.hp_subgrd-c > article#oroscoponews_3 > p.hp_card-t1__lbl > a
PAGINEGIALLE div.footerCorp > div.footerCorp-cnt > div.footerCorp__brandLnk > a.footerCorp__lnk
PAGINEGIALLE SHOP div.footerCorp > div.footerCorp-cnt > div.footerCorp__brandLnk > a.footerCorp__lnk
TUTTOCITTÀ div.footerCorp > div.footerCorp-cnt > div.footerCorp__brandLnk > a.footerCorp__lnk
SIVIAGGIA div.footerCorp > div.footerCorp-cnt > div.footerCorp__brandLnk > a.footerCorp__lnk
BUONISSIMO div.footerCorp > div.footerCorp-cnt > div.footerCorp__brandLnk > a.footerCorp__lnk
Note Legali div.footerCorp-cnt > div.footerCorp__cstLnk > div.footerCorp__cstLnk-cnt > a.footerCorp__lnk
Privacy div.footerCorp-cnt > div.footerCorp__cstLnk > div.footerCorp__cstLnk-cnt > a.footerCorp__lnk
Preferenze sui cookie div.footerCorp-cnt > div.footerCorp__cstLnk > div.footerCorp__cstLnk-cnt > a.footerCorp__lnk
Aiuto div.footerCorp-cnt > div.footerCorp__cstLnk > div.footerCorp__cstLnk-cnt > a.footerCorp__lnk

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.default_header html.default_header

These items highlight common accessibility best practices.

Interactive controls are keyboard focusable
Interactive elements indicate their purpose and state
The page has a logical tab order
Visual order on the page follows DOM order
User focus is not accidentally trapped in a region
The user's focus is directed to new content added to the page
HTML5 landmark elements are used to improve navigation
Offscreen content is hidden from assistive technology
Custom controls have associated labels
Custom controls have ARIA roles
`[aria-*]` attributes match their roles
`[aria-hidden="true"]` is not present on the document `<body>`
`[role]`s have all required `[aria-*]` attributes
`[role]` values are valid
`[aria-*]` attributes have valid values
`[aria-*]` attributes are valid and not misspelled
Buttons have an accessible name
Image elements have `[alt]` attributes
`[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
Elements use only permitted ARIA attributes
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.
Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
List items (`<li>`) are contained within `<ul>`, `<ol>` or `<menu>` parent elements
Heading elements appear in a sequentially-descending order
Deprecated ARIA roles were not used
Identical links have the same purpose.
Elements with visible text labels have matching accessible names.
`[accesskey]` values are unique
`button`, `link`, and `menuitem` elements have accessible names
Elements with `role="dialog"` or `role="alertdialog"` have accessible names.
ARIA input fields have accessible names
ARIA `meter` elements have accessible names
ARIA `progressbar` elements have accessible names
Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
`[role]`s are contained by their required parent element
Elements with the `role=text` attribute do not have focusable descendents.
ARIA toggle fields have accessible names
ARIA `tooltip` elements have accessible names
ARIA `treeitem` elements have accessible names
The page contains a heading, skip link, or landmark region
`<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Definition list items are wrapped in `<dl>` elements
ARIA IDs are unique
No form fields have multiple labels
`<html>` element has an `[xml:lang]` attribute with the same base language as the `[lang]` attribute.
Input buttons have discernible text.
`<input type="image">` elements have `[alt]` text
Form elements have associated labels
`<object>` elements have alternate text
Select elements have associated label elements.
Skip links are focusable.
No element has a `[tabindex]` value greater than 0
Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
`<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
`[lang]` attributes have a valid value
`<video>` elements contain a `<track>` element with `[kind="captions"]`
Tables have different content in the summary attribute and `<caption>`.
All heading elements contain content.
Uses ARIA roles only on compatible elements
Image elements do not have `[alt]` attributes that are redundant text.
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.
A+
Heading Hierarchy
248 headings
PASS
248 headings
Info::
Single H1 present
  • H1 Virgilio
  • H2 Si rompe il finestrino in volo, uomo risucchiato: salvato dalla moglie
  • H2 Tutte le sfumature di Kylie, regina dei bikini dell'estate
  • H2 Yildiz preoccupa la Juve, lo scenario operazione: come incide sul mercato
  • H2 I nuovi contanti UE: ora puoi pagare senza essere tracciato
  • H2 MG cambia pelle: la nuova compatta British in stile MINI
  • H2 ChatGPT e Gemini ora hanno un nuovo nemico potente: Grok 4.5
  • H2 Elodie commuove i fan: la dedica d'amore per Franceska al concerto di Sfera Ebbasta
  • H2 Quattro fabbriche chiuse e migliaia di posti a rischio
  • H2 Allarme vino in Italia: cosa sta succedendo nelle nostre cantine
  • H2 Con il caldo fai attenzione a questi cibi: sono i più rischiosi
  • H2 Schumacher, lo sfogo della moglie tra le lacrime: fan preoccupati. Come sta
  • H2 Benzina e diesel verso nuovi rincari: le ragioni sorprendono
  • H2 Riapre uno dei luoghi più sorprendenti d'Italia: meraviglia
  • H2 Alluvione distrugge un allevamento: 900 serpenti in fuga
  • H2 La tedesca da record arriva in Italia: quanto costa
  • H2 Ryanair, finestrino rotto in volo: il possibile risarcimento
  • H2 Insalata contaminata, subito richiamata dai supermercati
  • H2 Impara a usare l'AI per migliorare il tuo studio e il tuo lavoro
  • H2 Napoli, ADL azzera il metodo Conte: novità su Zeballos e Lukaku
  • H2 Elodie, dedica a Franceska sul palco: "Dopo di te nessuna"
  • H2 Re Carlo, la strana proposta di lavoro: chi assume
  • H2 Condizionatore nuovo? Nel 2026 puoi ancora risparmiare fino al 50%
  • H2 Posta Certificata Europea: cos’è, come funziona, a cosa serve
  • H2 Le città più pericolose d'Italia nel 2026: la classifica
  • H2 È italiana ed è la meta balneare al primo posto (di nuovo)
  • H2 Tutti le cercano usate, ma i rischi sono molto alti
  • H2 Benedetta Porcaroli coinvolta in traffici illeciti: la scoperta sconvolgente
  • H2 I posti migliori da visitare? Sono questi: forse non te l'aspetti
  • H2 Lavorare con vista sul Gran Paradiso? Ora puoi farlo spendendo solo 200 euro
  • H2 Lo smartphone cade in acqua: il risultato è un vero capolavoro
  • H2 Si rompe il finestrino in volo, uomo risucchiato: salvato dalla moglie
  • H3 Si rompe il finestrino in volo, uomo risucchiato: salvato dalla moglie
  • H3 Tutte le sfumature di Kylie, regina dei bikini dell'estate
  • H3 Yildiz preoccupa la Juve, lo scenario operazione: come incide sul mercato
  • H3 I nuovi contanti UE: ora puoi pagare senza essere tracciato
  • H3 MG cambia pelle: la nuova compatta British in stile MINI
  • H3 ChatGPT e Gemini ora hanno un nuovo nemico potente: Grok 4.5
  • H3 Elodie commuove i fan: la dedica d'amore per Franceska al concerto di Sfera Ebbasta
  • H3 Quattro fabbriche chiuse e migliaia di posti a rischio
  • H3 Allarme vino in Italia: cosa sta succedendo nelle nostre cantine
  • H3 Con il caldo fai attenzione a questi cibi: sono i più rischiosi
  • H3 Schumacher, lo sfogo della moglie tra le lacrime: fan preoccupati. Come sta
  • H3 Benzina e diesel verso nuovi rincari: le ragioni sorprendono
  • H3 Riapre uno dei luoghi più sorprendenti d'Italia: meraviglia
  • H3 Alluvione distrugge un allevamento: 900 serpenti in fuga
  • H3 La tedesca da record arriva in Italia: quanto costa
  • H3 Ryanair, finestrino rotto in volo: il possibile risarcimento
  • H3 Insalata contaminata, subito richiamata dai supermercati
  • H3 Impara a usare l'AI per migliorare il tuo studio e il tuo lavoro
  • H3 Napoli, ADL azzera il metodo Conte: novità su Zeballos e Lukaku
  • H3 Elodie, dedica a Franceska sul palco: "Dopo di te nessuna"
  • H3 Re Carlo, la strana proposta di lavoro: chi assume
  • H3 Condizionatore nuovo? Nel 2026 puoi ancora risparmiare fino al 50%
  • H3 Posta Certificata Europea: cos’è, come funziona, a cosa serve
  • H3 Le città più pericolose d'Italia nel 2026: la classifica
  • H3 È italiana ed è la meta balneare al primo posto (di nuovo)
  • H3 Tutti le cercano usate, ma i rischi sono molto alti
  • H3 Benedetta Porcaroli coinvolta in traffici illeciti: la scoperta sconvolgente
  • H3 I posti migliori da visitare? Sono questi: forse non te l'aspetti
  • H3 Lavorare con vista sul Gran Paradiso? Ora puoi farlo spendendo solo 200 euro
  • H3 Lo smartphone cade in acqua: il risultato è un vero capolavoro
  • H3 Puoi lavorare in Ferrovie senza esperienza: basta il diploma
  • H2 Lily Allen ruba la scena con l’abito reggiseno in pizzo
  • H2 Perché il paese di Padre Pio è in "crisi": cosa sta succedendo
  • H2 Eccolo: è il piatto nordafricano che cambia volto alle melanzane
  • H2 Shopping
  • H2 Sono arrivati i saldi GHD: minimo storico per la piastra best seller
  • H2 Smartphone top, prezzo al minimo
  • H2 Michelle Hunziker, il suo costume bianco è (anche) su Amazon
  • H2 Bilancia smart per il corpo con analisi completa a metà prezzo
  • H2 DiLei
  • H2 Berlusconi, stoccata sulla D'Urso: "Non è affar nostro"
  • H2 Bonnie Tyler, il dolore della cugina Catherine Zeta Jones
  • H2 Caldo record, cosa sono e dove si trovano i rifugi climatici
  • H2 Ilary sfida i Mondiali, ma qualcosa va storto
  • H2 Magazine
  • H2 Beautiful: Taylor ama ancora Ridge, Brooke in allerta
  • H2 Mediaset, i colpi di mercato non bastano più: l'azienda guarda troppo al passato
  • H2 Garlasco in Tv: le scarpe di Sempio, la bicicletta e l’ipotesi di un complice
  • H2 Avvelenate con ricina, “Una vittima mancata”. La cugina e i rapporti con Antonella
  • H2 DiLei Girlz
  • H2 Lentezza e autenticità: ecco cosa cerchiamo nei viaggi
  • H2 Tutti i segreti rivelati delle nozze extralusso dell'anno
  • H2 L'ultima novità di Whatsapp: è già corsa contro il tempo
  • H2 Smaltimento rifiuti edili: come gestire i materiali di risulta
  • H2 E bacio fu: la coppia allo scoperto sui social
  • H2 La Goblintimacy, la nuova frontiera del dating
  • H2 Beigeification: cos'è il trend dei colori neutri
  • H2 I Capri pants sono il solo cult da provare quest'estate
  • H2 QF Green
  • H2 Dai metanodotti all'idrogeno, come cambierà la rete energetica italiana entro il 2030
  • H2 Shock energetico in Italia: quanto si rischia di pagare
  • H2 Mar Mediterraneo come un brodo: dove fa più caldo e i rischi
  • H2 Modello d'impresa Made in Parma: filiera corta, agricoltura biologica e digitale
  • H2 QuiFinanza
  • H2 Sanità Nord/Sud, la classifica: Regioni migliori e peggiori
  • H2 Colosso dell'auto chiude: 120mila licenziamenti in arrivo
  • H2 Batosta estiva, aumentano le rate dei mutui. Il motivo
  • H2 Crisi Hormuz, gas vola a 50 euro: che rischi in bolletta ora
  • H2 Virgilio Motori
  • H2 Olise, scatti brucianti anche in auto: costa una fortuna
  • H2 Ferrari cede alle richieste: il prezzo è da capogiro
  • H2 Pericolo sportellate ai ciclisti? Il metodo che ci salva
  • H2 F1, possibile addio Verstappen: nuovo team nel suo futuro
  • H2 Libero Tecnologia
  • H2 Può vivere 5 anni senza mangiare: è l'animale del mistero
  • H2 Se ne vendono di meno e c'è un motivo, ma forse non lo immagini
  • H2 Incubo chiamate moleste: la nuova legge da sola non funziona
  • H2 Altro che leone, il predatore più feroce di tutti è un altro
  • H2 Cultura e territorio
  • H2 Social News
  • H2 Canestrelli al burro verde
  • H2 Eccolo: è il piatto nordafricano che cambia volto alle melanzane
  • H2 La bevanda fruttata che profuma di agrumi e richiama il tramonto
  • H2 La cena in padella, rustica e ricca: nessuno resterà deluso
  • H2 La tradizionale ricetta di pasta ripiena dal gusto avvolgente
  • H2 Un secondo fresco da portare subito al barbecue: profuma d'estate
  • H2 Tabellone Calciomercato Serie B. Movimenti, acquisti e cessioni: estate 2026
  • H2 Terre all'asta per giovani agricoltori: il nuovo bando
  • H2 Petrolio e Fed scuotono i mercati: Hormuz riaccende il rischio inflazione
  • H2 De Martino ci riprova, ma il ballo con Martina fallisce
  • H2 I nostri video
  • H3 Caldo, come proteggere cani e gatti dal colpo di calore
  • H3 Primo colpo nerazzurro
  • H3 Torta spaziale sulla ISS, il compleanno in orbita degli astronauti
  • H3 Seveso, quella nube che cambiò il mondo
  • H3 Pier Silvio Berlusconi risponde alle accuse di Barbara D'Urso
  • H3 Aria bollente, roghi e siccità
  • H3 Sardegna, yacht in fiamme a Tavolara: per salvarsi si buttano in mare
  • H3 L'inferno in Andalusia, 11 morti tra le fiamme
  • H3 Trump e il giallo dell'Air Force One: il tycoon torna sul vecchio aereo
  • H3 I Vip ricordano la vittoria ai Mondiali 2006
  • H2 DiLei Home&Living
  • H2 Vetri d’arredo: luce, trasparenza e benessere
  • H2 La villa più bella è in vendita, immersa nelle montagne
  • H2 Zero metri in più: la cabina armadio nasce comunque, eccome
  • H2 Una casa bellissima da vedere, ma un incubo da abitare
  • H2 Consigli per te
  • H2 Mini proiettore WOLFANG in offerta: -29% su Amazon
  • H2 Robot Vexilar in offerta: -5% su Amazon, base automatica
  • H2 Soffiatore per cani 3.8HP in offerta: -35% su Amazon
  • H2 Orto rialzato in metallo con grigliato in offerta: -9% + coupon su Amazon
  • H2 SiViaggia
  • H2 Questa estate il divertimento arriva senza stress e code
  • H2 La città italiana più amata ha conquistato la stampa estera
  • H2 Questo era il luogo del cuore segreto della voce più amata
  • H2 È l'isola italiana che nessuno conosce: un angolo di pace
  • H2 Scuola
  • H2 Oggi è un giorno speciale per Lele Adani: il retroscena sul passato
  • H2 Crepet fa una domanda agli studenti e avverte: "Così buttate la vita"
  • H2 Premio speciale per Caparezza: il retroscena sulla sua vita
  • H2 Tesi di laurea su Vasco Rossi: la reazione del cantante
  • H2 Notizie
  • H2 Ancora un femminicidio, uccisa giovane madre di un bimbo di 7 anni
  • H2 Inferno in Spagna, incendio fuori controllo: ci sono morti e dispersi
  • H2 Bimba di 4 anni aggredita da un lupo, paura tra i residenti
  • H2 La moglie di Vannacci e il gestaccio ai contestatori: la sua versione
  • H2 Sport
  • H2 Messi e il segreto dell’eterna giovinezza, Dibu Martinez si sente in colpa
  • H2 Allarme al Sachsenring nelle libere: cadute per Marquez e Morbidelli
  • H2 Juve, Spalletti sta perdendo la pazienza: ecco cosa sta succedendo
  • H2 LIVE mercato: visite Gila-Milan, gli altri obiettivi di Amorim
  • H2 Virgilio Oroscopo
  • H2 Speciale Le mete top di agosto
  • H2 Pochi hanno il coraggio di salire qui: un viaggio assurdo
  • H2 Fuga di agosto: ecco la meta più desiderata dagli italiani
  • H2 Ad agosto questa meta sembra fatta per scappare dal caldo
  • H2 Questa è la meta segreta emergente perfetta per l'estate
  • H2 Questa dolcissima località sembra uscita da una fiaba
  • H2 PgCasa
  • H2 Vuoi cambiare caldaia? Attento alle nuove regole dal 3 agosto
  • H2 La tua casa è al sicuro mentre sei in vacanza? Attenzione a questi 5 errori
  • H2 Caldo record? Un vecchio climatizzatore può fare più danni che benefici
  • H2 Vuoi cambiare pavimento? Ecco come risparmiare il 50% per tutto il 2026
  • H2 Supereva
  • H2 Le città dove si vive meglio: la sorpresa sul primo posto
  • H2 Il formaggio 'più pericoloso' del mondo è italiano: ecco qual è
  • H2 Un bicchiere al giorno contro caldo e giramenti di testa
  • H2 Altro che Roma: quale città è stata eletta la più bella del mondo
  • H2 Roma
  • H2 Multe in Italia: la nuova classifica delle città che incassano di più
  • H2 Le mete top per l'estate 2026 in Italia: la classifica
  • H2 L'annuncio di Pier Silvio Berlusconi sul futuro di Villa Certosa
  • H2 I migliori alberghi di lusso al mondo: Italia sul podio
  • H2 Buonissimo
  • H2 Sì, questo gelato costa davvero 95 euro: il prezzo è da brividi
  • H2 La cena in padella, rustica e ricca: nessuno resterà deluso
  • H2 Niente cibo da casa nei lidi: qui esplode la polemica, è scontro
  • H2 Una fetta fresca, profumata e golosa: il peccato di gola perfetto
  • H2 Take Care
  • H2 Snack estivi da portare al mare: idee sane e leggere
  • H2 Cancro, nel 2050 interesserà 1 su 5. Le 14 raccomandazioni
  • H2 Classificazione dei tipi di diabete, perché va cambiata
  • H2 Spray anti-zecche: funziona? Lo svela l'esperto
  • H2 Puntura di zecca, le parti del corpo più a rischio
  • H2 Epatite A, 5 cose da sapere per proteggersi dall'infezione
  • H2 Leucemie acute, perché si riaccendono dopo il trapianto
  • H2 Brufoli da sfregamento? Il gel consigliato dall'esperto funziona
  • H2 QF Lifestyle
  • H2 Sagre 2026, un indotto da 2,1 miliardi: quanto valgono per borghi, ristoranti e turismo locale
  • H2 Voli troppo cari, il Governo interviene: scatta l'indagine
  • H2 Autostrade in Europa, dove si paga e dove sono gratis: la guida ai pedaggi Paese per Paese
  • H2 Dove vive Giorgia Meloni: quanto costa essere suo vicino
  • H2 Kids
  • H2 Perché il cibo si conserva meglio al freddo?
  • H2 Lucciole, che romantiche: come funziona il loro richiamo d'amore
  • H2 Perché quando mangi poi senti freddo? C'è una spiegazione
  • H2 Perché gli astronomi misurano le distanze in anni luce?
  • H2 Pets
  • H2 Maglioni per cani: l'accessorio caldo e cute da comprare ora
  • H2 Il tuo cane tira sempre al guinzaglio? Cosa sbagli e come abituarlo a seguirti
  • H2 Cosa fare se il tuo cane soffre di crisi epilettiche
  • H2 Perché regalare pulcini è sbagliato, a Pasqua e sempre
  • H2 Se non lo fai con il tuo cane, rischi multe salatissime
  • H2 Pulci nel cane: cosa sapere per sconfiggerle, dalla prevenzione ai rimedi più efficaci
  • H2 Maltrattamento animali: come segnalare
  • H2 Come abituare il cane a stare a casa da solo
  • H2 Oroscopo
  • H2 Oroscopo, la classifica dei segni più fortunati del giorno: Toro e Capricorno rallentano, Pesci e Cancro inarrestabili
  • H2 La logica del cuore: Venere entra in Vergine e stabilisce un nuovo ordine
  • H2 L'oroscopo in vacanza: quali transiti accompagnano le tue vacanze dell’estate 2026
  • H2 Mercurio retrogrado: l’arte di rallentare
  • H2 Ascolta i podcast
  • H2 È uno dei borghi più pittoreschi d'Italia, un vero sogno
  • H2 Tra le colline si nasconde un borgo che pochi conoscono
  • H2 È uno dei più bei borghi d'Italia, con un panorama stupendo
  • H2 Lo splendido borgo degli innamorati, sulle rive del lago
  • H2 Servizi per le imprese
  • H2 Migliora il posizionamento del tuo sito su Google e fatti trovare in rete
  • H2 Incrementa la visibilità sul network con la più grande audience di Italia
  • H2 La tua attività ha qualità uniche: il tuo sito non dovrebbe essere da meno
  • H2 Curiamo e gestiamo per te i profili e le pagine social della tua attività
  • H2 Pagine Gialle
  • H3 Abitare e Arredare
  • H3 Mangiare
  • H3 Muoversi e Viaggiare
  • H3 Salute e Bellezza
  • H3 Servizi
  • H3 Professionisti
  • H3 Scarica l’app gratuita
  • H4 Mail
  • H4 News
  • H4 Utile
  • H4 Servizi
  • H4 Strumenti
  • H5 Socializziamo
  • H2 Informativa
A+
Heading Text Quality
All 248 heading(s) have substantive, well-formed text
PASS
All 248 heading(s) have substantive, well-formed text
Info::
Heading text quality is clean -- no placeholder, length, or styling issues
A+
Alt Text Quality
All 204 images OK
PASS
All 204 images OK
Info::
198 decorative image(s) correctly marked
Info::
6 image(s) with good alt text
204 images 6 good alt text 198 decorative
All images have appropriate alt text.
A+
Form Accessibility
All 1 controls labeled
PASS
All 1 controls labeled
Info::
1 control(s) properly labeled
1 controls
1 labeled
0 placeholder only
0 unlabeled
ControlTypeLabelMethod
#ricercasearchCerca nel webaria-label
A+
Form Input Types
1 form control(s) checked, no type mismatches
PASS
1 form control(s) checked, no type mismatches
Info::
No input-type mismatches detected
A+
Form Input Quality
1 form control(s) checked, no input-semantic issues
PASS
1 form control(s) checked, no input-semantic issues
Info::
All form input semantics look correct
A+
Mobile Keyboard & Autofill
No autofill-eligible form controls
PASS
No autofill-eligible form controls
Info::
No autofill-eligible form controls (no name/email/tel/address fields)
A+
Document Language
Lang attribute set to "it-IT"
PASS
Lang attribute set to "it-IT"
Info::
<html lang="it-IT"> is set and valid
Got: it-IT
A
Favicon & Branding
6 icon(s) detected
PASS
6 icon(s) detected
Info::
favicon.ico present at site root
Info::
HTML icon links detected
Info::
Apple touch icon present
Info::
SVG favicon detected — scales perfectly to any size
Info::
Multiple icon sizes detected
favicon.ico Present
PNG Icons Present
Apple Touch Present
SVG Favicon Present
Manifest Icons Present
Multiple Sizes Present
A+
Web Manifest
PWA-ready
PASS
PWA-ready
Info::
Meets PWA install criteria
Info::
Name present: Virgilio: Mail, Login, Ultime Notizie in tempo reale e tanto altro!
Info::
192x192 icon present
Info::
512x512 icon present
Info::
Display mode: standalone
PWA Install Criteria Installable
Name Virgilio: Mail, Login, Ultime Notizie in tempo reale e tanto altro! 192×192 icon 512×512 icon Start URL https://www.virgilio.it Display Mode standalone
Name Virgilio: Mail, Login, Ultime Notizie in tempo reale e tanto altro! Display Mode standalone Theme Color #ffffff Background Color #ffffff Icons 2 icon(s)
A+
PWA Depth
1 PWA signal(s) surfaced
PASS
1 PWA signal(s) surfaced
Info::
Manifest has no maskable icon
Android 12+ Adaptive Icons crop non-maskable icons to a circle or squircle -- frequently hiding important parts of the logo. Add at least one icon entry with `"purpose": "maskable"` (or `"any maskable"`) and a maskable-aware design (16% safe-zone padding around the inner mark).
A+
Mobile UX Depth
2 mobile-depth signal(s) detected
PASS
2 mobile-depth signal(s) detected
Info::
No `<meta name="theme-color">` -- browser chrome falls back to default
Without `theme-color`, Android Chrome's status bar and iOS Safari's toolbar fall back to a generic gray. Adding a single hex color in `<meta name="theme-color" content="#0066cc">` tints them to your brand color across all mobile browsers.
Info::
iOS auto-link for phone numbers disabled (`format-detection: telephone=no`)
The page sets `<meta name="format-detection" content="telephone=no">`, which prevents iOS Safari from auto-converting phone-number-shaped strings into clickable `tel:` links. Common reason: the auto-detection rewrites mid-paragraph DOM and breaks CSS selectors / JS that depended on the specific text. If you want clickable phone numbers, declare them with explicit `<a href="tel:+1234567890">` and keep auto-detection disabled.
A+
Color Contrast (Screenshot)
20 text elements analyzed, 0 fail WCAG AA
PASS

Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.

20 pass
Show all checked elements (20)
ElementRatioRequiredFGBGResult
h2 Shopping21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Social News21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Consigli per te21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Ascolta i podcast21.00:13.0:1
#000000
#FFFFFF
Pass
h2 Informativa21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Si rompe il finestri…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Tutte le sfumature d…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Yildiz preoccupa la …21.00:13.0:1
#000000
#FFFFFF
Pass
h3 I nuovi contanti UE:…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 MG cambia pelle: la …21.00:13.0:1
#000000
#FFFFFF
Pass
h3 ChatGPT e Gemini ora…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Elodie commuove i fa…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Quattro fabbriche ch…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Allarme vino in Ital…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Con il caldo fai att…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Schumacher, lo sfogo…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Benzina e diesel ver…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Riapre uno dei luogh…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Alluvione distrugge …21.00:13.0:1
#000000
#FFFFFF
Pass
h3 La tedesca da record…21.00:13.0:1
#000000
#FFFFFF
Pass

Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback