Skip to content
https://virgilio.it

Accessibility

· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.
SCORE
76
GRADE
C
FIX
8
REVIEW
3
PASS
13
INFO
0
Checks
24
13 PASS 3 REVIEW 8 FIX
D
Landmark Structure
Action
96 landmarks
FIX
96 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
19 tap target(s) too small or too close together
FIX
19 tap target(s) too small or too close together
Warning::
19 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
65% of visible text renders at >= 12 CSS px (44 below threshold)
FIX
65% 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
3/3 iframe(s) missing title; 0 placeholder(s)
REVIEW
3/3 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.
Warning::
<iframe> missing title attribute (src="about:blank")
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
CRONACA 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
NEWS section.hp_subgrd-c > article#magazine_3 > p.hp_card-t1__lbl > a
NEWS section.hp_subgrd-c > article#editorial_18 > p.hp_card-t1__lbl > a
LIBERO TARIFFE section.hp_subgrd-c > article#editorial_26 > p.hp_card-t1__lbl > a
NEWS section.hp_subgrd-c > article#editorial_27 > p.hp_card-t1__lbl > a
TERRITORIO section.hp_c-area-p > article#local_2 > p.hp_card-t1__lbl > a
OROSCOPO section.hp_subgrd-c > article#oroscoponews_2 > p.hp_card-t1__lbl > a
OROSCOPO section.hp_subgrd-c > article#oroscoponews_3 > p.hp_card-t1__lbl > a
PETS section.hp_subgrd-c > article#dilei_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
250 headings
PASS
250 headings
Info::
Single H1 present
  • H1 Virgilio
  • H2 Liorni inaspettato: tira in ballo De Martino
  • H2 Capezzone contro Ranucci e Lavitola: "Non la stanno raccontando tutta"
  • H2 Montepremi US Open: Sinner ha 108 milioni di motivi per esserci
  • H2 Il libro rivela il suo segreto, l'attrice è "infuriata"
  • H2 Swayze, l'auto del film era davvero sua: il prezzo sorprende
  • H2 Sconto se paghi con carta, la svolta
  • H2 Il vino cambierà per sempre e non possiamo farci niente
  • H2 La Ruota, Samira scandalizzata: “Ma cos’è sta roba?”, poi illude Gerry
  • H2 Addio fatica (e gobba), così la scrivania diventa tua amica
  • H2 Catturata dopo due mesi di allarme e paura: era lungo il fiume
  • H2 Sembra un carciofo ma non lo è: i suoi benefici ti stupiranno
  • H2 La meta più felice d’Europa è in Italia: ha sorpreso tutti
  • H2 Il lago italiano che conquista i vip, Harry Styles incluso
  • H2 Hai voglia di gelato all’improvviso? Questa ricetta risolve tutto
  • H2 Questo è un Paese per pensionati, il migliore per viaggiare
  • H2 Gerry fa una curiosa confidenza a Samira: "Ho le foto"
  • H2 Se cerchi lavoro qui ti assumono subito con paghe d'oro
  • H2 Spariranno presto: se fai la spesa, non dimenticarti di loro
  • H2 I SUV più venduti in Italia: tante sorprese nella Top 10
  • H2 L'Eredità Summer, Liorni pensa già a Sanremo e lancia un messaggio a De Martino
  • H2 Finestre aperte di notte? Ecco come proteggere casa dai furti
  • H2 Cosa si nasconde sul Sole: l'incredibile scoperta
  • H2 La foresta incantata che ti cura: il luogo magico da vedere
  • H2 Quasi tutti lo usano in auto, ma il verso giusto è uno solo
  • H2 Cincinnati, Cobolli vola in semifinale: battuto Paul in rimonta
  • H2 Di chi è lo yacht affondato in Costa Smeralda: proprietario svelato
  • H2 I giochi online gratuiti da non perdere questa estate
  • H2 Caldo record: tende, tapparelle e una tariffa fissa aiutano a ridurre i consumi.
  • H2 Reazione a Catena, Le Papardelle a un passo dall’addio. Il web: "Cercasi concorrenti”
  • H2 Fascicolo Sanitario, ti spettano 20,73 euro? Non cliccare
  • H2 Liorni inaspettato: tira in ballo De Martino
  • H2 Capezzone contro Ranucci e Lavitola: "Non la stanno raccontando tutta"
  • H2 Capezzone contro Ranucci e Lavitola: "Non la stanno raccontando tutta"
  • H3 Capezzone contro Ranucci e Lavitola: "Non la stanno raccontando tutta"
  • H3 Montepremi US Open: Sinner ha 108 milioni di motivi per esserci
  • H3 Il libro rivela il suo segreto, l'attrice è "infuriata"
  • H3 Swayze, l'auto del film era davvero sua: il prezzo sorprende
  • H3 Sconto se paghi con carta, la svolta
  • H3 Il vino cambierà per sempre e non possiamo farci niente
  • H3 La Ruota, Samira scandalizzata: “Ma cos’è sta roba?”, poi illude Gerry
  • H3 Addio fatica (e gobba), così la scrivania diventa tua amica
  • H3 Catturata dopo due mesi di allarme e paura: era lungo il fiume
  • H3 Sembra un carciofo ma non lo è: i suoi benefici ti stupiranno
  • H3 La meta più felice d’Europa è in Italia: ha sorpreso tutti
  • H3 Il lago italiano che conquista i vip, Harry Styles incluso
  • H3 Hai voglia di gelato all’improvviso? Questa ricetta risolve tutto
  • H3 Questo è un Paese per pensionati, il migliore per viaggiare
  • H3 Gerry fa una curiosa confidenza a Samira: "Ho le foto"
  • H3 Se cerchi lavoro qui ti assumono subito con paghe d'oro
  • H3 Spariranno presto: se fai la spesa, non dimenticarti di loro
  • H3 I SUV più venduti in Italia: tante sorprese nella Top 10
  • H3 L'Eredità Summer, Liorni pensa già a Sanremo e lancia un messaggio a De Martino
  • H3 Finestre aperte di notte? Ecco come proteggere casa dai furti
  • H3 Cosa si nasconde sul Sole: l'incredibile scoperta
  • H3 La foresta incantata che ti cura: il luogo magico da vedere
  • H3 Quasi tutti lo usano in auto, ma il verso giusto è uno solo
  • H3 Cincinnati, Cobolli vola in semifinale: battuto Paul in rimonta
  • H3 Di chi è lo yacht affondato in Costa Smeralda: proprietario svelato
  • H3 I giochi online gratuiti da non perdere questa estate
  • H3 Caldo record: tende, tapparelle e una tariffa fissa aiutano a ridurre i consumi.
  • H3 Reazione a Catena, Le Papardelle a un passo dall’addio. Il web: "Cercasi concorrenti”
  • H3 Fascicolo Sanitario, ti spettano 20,73 euro? Non cliccare
  • H3 Liorni inaspettato: tira in ballo De Martino
  • H3 Elodie, la foto in topless e il cuore spezzato per Franceska
  • H2 È lei la compagnia aerea al primo posto, motivo incredibile
  • H2 Comprano chiesa abbandonata e fanno un affare. Come si fa
  • H2 La calciatrice più pagata della storia, quanto vale Giulia
  • H2 Shopping
  • H2 La borsa più funny e desiderata dell'estate costa pochissimo
  • H2 Nuova vita ai capelli rovinati: la terapia d'urto è in sconto
  • H2 Smart TV, risparmi 500 euro
  • H2 I sandali UGG sono cool (e costano pochissimo)
  • H2 DiLei
  • H2 Il metodo parigino per rinfrescare casa in soli 10 minuti
  • H2 Torna sui social dopo la morte, il brutto scherzo dell'IA
  • H2 La bulla della baby gang a Miss Italia: è scandalo
  • H2 Oggi compie 44 anni: la trasformazione della cantante
  • H2 Magazine
  • H2 Quando il cinema chiama, devi rispondere; anche a costo di mollare tutto
  • H2 Avvelenate con ricina, confronto tra Gianni e un'amica. "Chi volete debbano sentire?
  • H2 Luca Argentero, lo sfogo dopo le foto sulla gravidanza: "Avremmo voluto dirlo noi"
  • H2 Gianni Morandi celebra l'amore per Anna Dan: la foto speciale
  • H2 DiLei Girlz
  • H2 Stop all'uso dei cellulari a scuola per disconnetterci
  • H2 La casa che sogniamo è indipendente, luminosa, second hand
  • H2 Tanmaxxing: al via alla tintarella senza protezione
  • H2 Camp Rock 3, Demi Lovato ritrova i Jonas Brothers
  • H2 Università, ecco come scegliere quella giusta per noi
  • H2 Profumi delle nonne: perché li amiamo così tanto
  • H2 Perché Justin Bieber è in Sicilia: il summit extra lusso
  • H2 Kristen Stewart, maxi blazer e micro shorts sul red carpet
  • H2 QF Green
  • H2 La super energia italiana nascosta si chiama idro-solare
  • H2 Il solare ci ha salvati dal caldo, ma non in Italia
  • H2 Ue, stop bonus energia e sì a deroghe al Patto di Stabilità
  • H2 Il patrimonio nascosto dell'Italia, di cosa si tratta
  • H2 QuiFinanza
  • H2 Nuova truffa svuota conto: fai attenzione ai tuoi "selfie"
  • H2 Colosso assume a tempo indeterminato, anche diplomati
  • H2 Lo dicono i numeri, cambiano gli equilibri
  • H2 Arriva il cedolino, cambia l'importo
  • H2 Virgilio Motori
  • H2 Il trucco per evitare i dazi: la Casa cinese lo ha trovato
  • H2 Nessuno ci credeva ma questa berlina ha stupito tutti
  • H2 Totalmente illegale, furgone inseguito fugge in Italia
  • H2 F1 2026: Ferrari all'assalto della Mercedes
  • H2 Libero Tecnologia
  • H2 Caricare lo smartphone con un limone? Ecco perché è meglio evitare
  • H2 Hanno scoperto qualcosa di assurdo sui buchi neri
  • H2 Questo dispositivo creato da Steve Jobs ha una valutazione record
  • H2 A 12 anni dalla morte torna su Instagram (e c'entra l'IA)
  • H2 Investire in oro
  • H2 Social News
  • H2 Il dettaglio che cambia per sempre la tua crema gialla
  • H2 Cripto in azienda: come cambiano bilancio e Fisco
  • H2 Fame e rabbia, "colpa" di un neurone specifico
  • H2 "Sei grassa", lei però vince tutto e trionfa
  • H2 Chi ama la montagna deve decisamente raggiungerlo una volta
  • H2 La Professoressa strega il concorrente e Liorni reagisce
  • H2 Occhi puntati su questa città: arriva la visita più attesa
  • H2 Accorsi, una moto dalla personalità feroce: è italiana
  • H2 Taylor Swift cambia look: i fan increduli
  • H2 "Addio mia regina", la grande attrice muore all'improvviso
  • H2 I nostri video
  • H3 Bollo auto, via alle nuove regole: cosa cambia con la mini riforma
  • H3 Curtis l'interista finalmente a Milano: "Sono molto contento"
  • H3 "Batterio mangiacarne" trovato nello Stretto di Messina: cos'è e come difendersi
  • H3 Ronaldinho tra Ravenna e... Milan: "Il derby il ricordo più bello in Italia"
  • H3 Aceto bianco sulle chiavi di casa: a cosa serve e perché usarlo
  • H3 Hazard, che avventura allo store
  • H3 Paura in mare a Marbella: enorme tonno insegue bagnante, sembra uno squalo
  • H3 Hakimi e Dembele, che sorpresa!
  • H3 La polizia pronta all'irruzione: all'improvviso il disastro
  • H3 Breaking News delle 21.30 | Svezia e Finlandia pronte a trasferimenti
  • H2 DiLei Home&Living
  • H2 Cuscini, macramè e pouf per un balcone boho super rilassante
  • H2 Castello di Santa Severa: la storia di un luogo iconico
  • H2 Acqua e vento diventano materiali per progettare il silenzio
  • H2 Lettini, cabanas e fire pit per un resort chic a bordo vasca
  • H2 Consigli per te
  • H2 Panasonic QLED 55" in offerta: -28% su Amazon, 4K e Atmos
  • H2 Redkey D8 Pro in offerta su Amazon: robot LiDAR 4-in-1 in promo
  • H2 Lampada LED PopBloom 100W in offerta: -5% su Amazon
  • H2 Salotto da giardino vidaXL in offerta: set 9 pz -10% su Amazon
  • H2 SiViaggia
  • H2 Qui nascono le fiabe: è lei la cittadina italiana da sogno
  • H2 Questo castello nasconde un segreto millenario, ecco quale
  • H2 La nuova serie Tv dalle location insolite (ma bellissime)
  • H2 La meta segreta dell'autunno che tutti stanno prenotando ora
  • H2 Scuola
  • H2 Harry e Meghan tornano in Gran Bretagna: la scelta sui figli
  • H2 Oggi è un giorno speciale per Eleonora Daniele: il retroscena svelato
  • H2 Crepet svela il nuovo "dolore" social: la sua teoria sul body shaming
  • H2 Bruzzone lancia l'allarme: "Disabili sociali". Chi sono (e la causa)
  • H2 Notizie
  • H2 Ambasciatore richiamato a Roma, cosa succede fra Italia e Etiopia?
  • H2 Tragedia ad alta quota, escursionista: precipita per 200 metri e muore
  • H2 Bimba morta per difterite, non aveva il vaccino: furia di Bassetti
  • H2 Amianto nei giocattoli, è allarme in tutta Italia
  • H2 Sport
  • H2 Conference, Sarri sbatte sul muro Hapoel: Dea ancora in rodaggio
  • H2 Moreira parla già di scudetto: "So cosa voglio, perché rido sempre"
  • H2 Alcaraz è tornato! Carlitos sarà agli US Open, Jannik che fai?
  • H2 Antonelli penalizzato a Monza: l'ammissione su Ferrari e futuro
  • H2 Virgilio Oroscopo
  • H2 Speciale Le mete top di agosto
  • H2 Un enorme Cristo domina il mare: la meta top di fine agosto
  • H2 Questa meta è la migliore per una vacanza last minute
  • H2 Il parco archeologico italiano “invaso” da aragoste giganti
  • H2 L'isola da film è la meta segreta per risparmiare in estate
  • H2 Le mete da sogno che non puoi perderti sull'isola
  • H2 PgCasa
  • H2 Condizionatore acceso? Ecco i gradi giusti per dimezzare la bolletta
  • H2 Casa da ristrutturare? Da adesso le rinnovabili sono obbligatorie
  • H2 Climatizzatore che non rinfresca? Questa è la causa
  • H2 Chiavi di casa perse? Ecco quando il duplicato non basta
  • H2 Supereva
  • H2 Super El Niño in arrivo: potrebbe battere ogni record
  • H2 Eclissi 28 agosto: i posti migliori dove vedere la Luna in Italia
  • H2 Basi Usa nel mirino: quanto rischia davvero l’Italia
  • H2 Harry e Meghan tornano in Gran Bretagna: la reazione di Carlo
  • H2 Roma
  • H2 Chi sono le fornaie di Altamura diventate star sui social
  • H2 Invasione di yacht in Sardegna: la provocazione di Gassmann
  • H2 Varenne, mausoleo dedicato al campione: dove sarà seppellito
  • H2 Nuovo allarme lupo in Italia: la mappa degli avvistamenti
  • H2 Buonissimo
  • H2 Il pesto diventa... tropicale: cremoso, profumato, inaspettato
  • H2 Il dettaglio sull'anguria che fa la differenza, ma pochi guardano
  • H2 Un gesto contadino, due ingredienti e tutta la Toscana nel piatto
  • H2 Mai mangiarlo prima che si apra: il motivo è inquietante
  • H2 Take Care
  • H2 Il segreto anti-age nascosto nel miele
  • H2 Cosa mangiare per proteggere l’intestino in viaggio
  • H2 Ansia e depressione, cosa monitora l'app (e cosa non fa)
  • H2 Il sole non basta per la vitamina D, ecco perché
  • H2 Il ballo più efficace per migliorare l'umore (non è zumba)
  • H2 Se lasci la pasta in frigo può accadere questo
  • H2 Non solo sonno: attenzione ai ritmi circadiani sballati
  • H2 Il paradosso della vacanza-performance: cos'è
  • H2 QF Lifestyle
  • H2 Se cerchi lavoro qui ti assumono subito con paghe d'oro
  • H2 Solo se bevi il caffè qui risparmi
  • H2 Ronaldo-Georgina c'è mega assegno di divorzio: che cifre
  • H2 Pagheremo economicamente questo caldo, cosa succederà
  • H2 Kids
  • H2 Perché facciamo i sogni?
  • H2 Perché si scrive da sinistra a destra?
  • H2 Perché prendiamo i pidocchi?
  • H2 Perché i militari hanno i gradi?
  • H2 Pets
  • H2 Cani più intelligenti del mondo: le razze che non ti aspetti
  • H2 Rogna nei gatti, tutto su come prevenire e curare la scabbia felina
  • H2 Che cosa mangia il coniglio? Tutti i suoi cibi preferiti e quelli da evitare assolutamente
  • H2 Il gatto odia l'acqua per motivi impensabili
  • H2 Crema polpastrelli, l'acquisto furbo per proteggere le zampe
  • H2 Scopriamo i pesci Guppy: dal mare dei Caraibi al cuore del tuo acquario
  • H2 La spazzola per il pelo lungo di Micio è un best seller
  • H2 Il gioco d'intelligenza che mette alla prova il tuo pelosetto
  • H2 Oroscopo
  • H2 Oroscopo, la classifica dei segni più fortunati del giorno: Capricorno in vetta, Toro e Gemelli in affanno
  • H2 I Nodi Lunari cambiano asse: le nuove lezioni del karma per i prossimi 18 mesi
  • H2 Ferragosto 2026: il significato simbolico del giorno più magico dell'estate
  • H2 Giove in Leone e Nettuno in Ariete: l'arte di viaggiare tra cielo e mare
  • 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 250 heading(s) have substantive, well-formed text
PASS
All 250 heading(s) have substantive, well-formed text
Info::
Heading text quality is clean -- no placeholder, length, or styling issues
A+
Alt Text Quality
All 205 images OK
PASS
All 205 images OK
Info::
200 decorative image(s) correctly marked
Info::
5 image(s) with good alt text
205 images 5 good alt text 200 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 Capezzone contro Ran…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Montepremi US Open: …21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Il libro rivela il s…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Swayze, l'auto del f…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Sconto se paghi con …21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Il vino cambierà pe…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 La Ruota, Samira sca…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Addio fatica (e gobb…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Catturata dopo due m…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Sembra un carciofo m…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 La meta più felice …21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Il lago italiano che…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Hai voglia di gelato…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Questo è un Paese p…21.00:13.0:1
#000000
#FFFFFF
Pass
h3 Gerry fa una curiosa…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