Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DLandmark StructureActionNo landmarksFIX
No landmarks detected
Screen reader users have no way to navigate by region.
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
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
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
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
DForm AccessibilityAction6 of 7 controls have issuesFIX
| Control | Type | Label | Method |
|---|---|---|---|
| input | checkbox | none | |
| s | text | (Cerca...) | placeholder only |
| s | text | (Cerca...) | placeholder only |
| s | text | (Cerca...) | placeholder only |
| s | text | (Cerca...) | placeholder only |
| textarea | textarea | (none) | none |
| #focus_retriever | text | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<textarea>; <input type="text" id="focus_retriever">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="s">; <input type="text" name="s">; <input type="text" name="s">; <input type="text" name="s">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
DMobile-Readable Font SizesAction58% of visible text renders at >= 12 CSS px (43 below threshold)FIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLink & Button QualityAction8 issue(s) across 406 links and 10 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| # | (empty) | empty | Add link text or aria-label |
| http://www.miami-beach.it/ | (empty) | empty | Add link text or aria-label |
| https://tacoloco.food/evento/3-tacos-e-1… | (empty) | empty | Add link text or aria-label |
| https://www.latinapress.it/latina/borgo-… | Read article: Borgo Santa Mari… | img no alt | Add alt attribute to the image |
| https://www.latinapress.it/gruppo-mayer/ | (empty) | empty | Add link text or aria-label |
| https://www.latinapress.it/latina/rifiut… | Read article: Rifiuti abbandon… | img no alt | Add alt attribute to the image |
| http://www.miami-beach.it/ | (empty) | empty | Add link text or aria-label |
| https://www.latinapress.it/gruppo-mayer/ | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/latinapress.it | Find us on Facebook | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/c/LatinapressNot… | Find us on Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/latinapress.it… | Find us on Instagram | new tab | Add '(opens in new tab)' to text |
| #back-to-top | (empty) | empty | Add link text or aria-label |
| # | (empty) | empty | Add link text or aria-label |
| https://www.facebook.com/latinapress.it | Find us on Facebook | new tab | Add '(opens in new tab)' to text |
| https://www.youtube.com/c/LatinapressNot… | Find us on Youtube | new tab | Add '(opens in new tab)' to text |
| https://www.instagram.com/latinapress.it… | Find us on Instagram | new tab | Add '(opens in new tab)' to text |
Links without text are announced as raw URLs by screen readers.
#; http://www.miami-beach.it/; https://tacoloco.food/evento/3-tacos-e-1-peccato?utm_source=lp&utm_medium=ban…; https://www.latinapress.it/gruppo-mayer/; http://www.miami-beach.it/; https://www.latinapress.it/gruppo-mayer/; #back-to-top; #
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.facebook.com/latinapress.it; https://www.youtube.com/c/LatinapressNotizie; https://www.instagram.com/latinapress.it/; https://www.facebook.com/latinapress.it; https://www.youtube.com/c/LatinapressNotizie; https://www.instagram.com/latinapress.it/
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
BTabindex Anti-Patterns0 positive, 6 -1-on-focusableREVIEW
CTap Target AdequacyAction5 tap target(s) too small or too close togetherREVIEW
C404 Error PageActionCould not testREVIEW
404 page quality check not available.
CFavicon & BrandingAction3 icon(s) detectedREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 3 fail WCAG AAREVIEW
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| title Notizie Latina n°1 … | 4.25:1 | 4.5:1 | #000000 | #1E73BE | Fail |
| a Regolamento | 11.78:1 | 4.5:1 | #000000 | #A4C6E4 | Pass |
| a Privacy | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Pubblicità | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Contattaci | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div lunedì, Luglio 13, … | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Login | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Iscriviti | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div No Result | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| div View All Result | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span LatinaPress | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Home | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Latina | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Provincia | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a Eventi | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| a YouPress | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span New | 1.00:1 | 4.5:1 | #FFFFFF | #FFFFFF | Fail |
| a Community | 21.00:1 | 4.5:1 | #000000 | #FFFFFF | Pass |
| span Beta | 1.00:1 | 4.5:1 | #FFFFFF | #FFFFFF | Fail |
| a Autori | 21.00:1 | 4.5: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.
BLighthouse Accessibility AuditsScore 81/100 — 5 failing, 23 passedREVIEW
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
by div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_author > span.by |
13 LUGLIO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
PROVINCIA div.jeg_postblock_content > div.jeg_post_category > span > a |
by div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_author > span.by |
13 LUGLIO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
PROVINCIA div.jeg_postblock_content > div.jeg_post_category > span > a |
by div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_author > span.by |
13 LUGLIO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
LATINA div.jeg_postblock_content > div.jeg_post_category > span > a |
by div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_author > span.by |
12 LUGLIO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
TUTTI div.jeg_subcat > ul.jeg_subcat_list > li > a.subclass-filter |
by div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_author > span.by |
9 LUGLIO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
YouPress div.jeg_block_heading > h3.jeg_block_title > a > span |
YOUPRESS div.jeg_thumb > div.jeg_post_category > span > a.category-youpress |
by div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_author > span.by |
28 GIUGNO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
Attualità div.jeg_block_heading > h3.jeg_block_title > a > span |
by div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_author > span.by |
22 GIUGNO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
by div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_author > span.by |
7 LUGLIO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
13 LUGLIO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
13 LUGLIO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
7 LUGLIO 2026 div.jeg_postblock_content > div.jeg_post_meta > div.jeg_meta_date > a |
Informazioni utili div.footer_widget > div.jeg_footer_heading > h3.jeg_footer_title > span |
Seguici div.col-md-3 > div.jeg_footer_heading > h3.jeg_footer_title > span |
Ok div#cookie-notice > div.cookie-notice-container > span#cn-notice-buttons > button#cn-accept-cookie |
No div#cookie-notice > div.cookie-notice-container > span#cn-notice-buttons > button#cn-refuse-cookie |
Leggi di più div#cookie-notice > div.cookie-notice-container > span#cn-notice-buttons > button#cn-more-info |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Latina Press div.footer_widget > div.jeg_about > p.copyright > a |
These are opportunities to improve the legibility of your content.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.home-page > div > input#focus_retriever body.home-page > div > input#focus_retriever |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.ads-wrapper > div > div.code-block > a div.ads-wrapper > div > div.code-block > a |
div.ai-viewport-3 > div.code-block > div > a div.ai-viewport-3 > div.code-block > div > 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
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
PROVINCIA div.jeg_thumb > div.jeg_post_category > span > a.category-provincia |
EVENTI div.jeg_thumb > div.jeg_post_category > span > a.category-eventi |
YOUPRESS div.jeg_thumb > div.jeg_post_category > span > a.category-youpress |
ATTUALITA' div.jeg_thumb > div.jeg_post_category > span > a.category-attualita |
LATINA div.jeg_thumb > div.jeg_post_category > span > a.category-latina |
These items highlight common accessibility best practices.
AHeading Hierarchy79 headings, 1 skip(s)PASS
- H1 LatinaPress
- H3 Roccagorga, malore sul palco durante lo spettacolo: muore infermiere del Goretti skipped
- H3 Dramma in mare alla Bufalara: perde la vita un uomo di 50 anni
- H3 Tragico incidente sulla Flacca: muore motociclista di 32 anni, grave la passeggera
- H3 Rogo all’alba a due passi dal centro di Latina: un’auto completamente distrutta
- H3 News
- H3 Lancia un’anta dell’armadio contro la madre dopo il rifiuto di accompagnarlo a Priverno: arrestato
- H3 “Da mercoledì senz’acqua, siamo messi peggio di Latina”: l’appello dei residenti di Sezze dopo il guasto
- H3 Fratello preso a frustate con un cavo elettrico: arrestato ventenne a Terracina
- H3 Eventi
- H3 Le sopracciglia perfette non sono solo per le celebrity… perché le vere STAR siete Voi: incontra La Pecchi alla Farmacia Travagliati
- H3 L’arte incontra la tecnologia e la wine experience: Roberta Modena pop artist, venerdì la Mad Art Experience al Gruppo Mayer
- H3 “Il Cinema nel Cinema” — Cinema Lux di Aprilia, 20 giugno 2026
- H3 l’Olimpo Street 66 compie vent’anni Emanuele, Mario e Giuliano hanno scommesso su un’amicizia. L’hanno vinta.
- H3 Latina Nerd Fest 2026: il weekend in cui la nostra città diventa la capitale della cultura pop e nerd
- H3 Wrestling e Tacos: il 12 giugno Latina diventa un ring
- H3 Il panettiere arriva a Latina: giovedì sera al Gaja Bistrot c’è Stefano Chiodaroli
- H3 L’arte incontra la tecnologia e la wine experience: Roberta Modena pop artist, venerdì la Mad Art Experience al Gruppo Mayer
- H3 “Il Cinema nel Cinema” — Cinema Lux di Aprilia, 20 giugno 2026
- H3 l’Olimpo Street 66 compie vent’anni Emanuele, Mario e Giuliano hanno scommesso su un’amicizia. L’hanno vinta.
- H3 Latina Nerd Fest 2026: il weekend in cui la nostra città diventa la capitale della cultura pop e nerd
- H3 Wrestling e Tacos: il 12 giugno Latina diventa un ring
- H3 Il panettiere arriva a Latina: giovedì sera al Gaja Bistrot c’è Stefano Chiodaroli
- H3 L’arte incontra la tecnologia e la wine experience: Roberta Modena pop artist, venerdì la Mad Art Experience al Gruppo Mayer
- H3 “Il Cinema nel Cinema” — Cinema Lux di Aprilia, 20 giugno 2026
- H3 l’Olimpo Street 66 compie vent’anni Emanuele, Mario e Giuliano hanno scommesso su un’amicizia. L’hanno vinta.
- H3 Latina Nerd Fest 2026: il weekend in cui la nostra città diventa la capitale della cultura pop e nerd
- H3 YouPress
- H3 L’anno dopo il silenzio
- H3 Dal cuore di Latina al tetto d’Italia: Giordano Gatto accende il tricolore della Lazio Under 15
- H3 Moda, stile e storytelling: Ida Galati ospite da Luisa Viola a Latina
- H3 Congresso Regionale SIS 118 e nascita del COS Centrale Operativa Sinistri gravi
- H3 Investire nel Sole – Video
- H3 Mak P 100: il giorno in cui Latina guarda negli occhi il suo futuro
- H3 Borgo Acciarella, la scelta controcorrente di Marco Gatto e la sua famiglia: «Prima la terra, poi il cemento»
- H3 Dal cuore di Latina al tetto d’Italia: Giordano Gatto accende il tricolore della Lazio Under 15
- H3 Moda, stile e storytelling: Ida Galati ospite da Luisa Viola a Latina
- H3 Congresso Regionale SIS 118 e nascita del COS Centrale Operativa Sinistri gravi
- H3 Investire nel Sole – Video
- H3 Mak P 100: il giorno in cui Latina guarda negli occhi il suo futuro
- H3 Borgo Acciarella, la scelta controcorrente di Marco Gatto e la sua famiglia: «Prima la terra, poi il cemento»
- H3 Dal cuore di Latina al tetto d’Italia: Giordano Gatto accende il tricolore della Lazio Under 15
- H3 Moda, stile e storytelling: Ida Galati ospite da Luisa Viola a Latina
- H3 Congresso Regionale SIS 118 e nascita del COS Centrale Operativa Sinistri gravi
- H3 Investire nel Sole – Video
- H3 l’Olimpo Street 66 compie vent’anni Emanuele, Mario e Giuliano hanno scommesso su un’amicizia. L’hanno vinta.
- H3 Latina Nerd Fest 2026: il weekend in cui la nostra città diventa la capitale della cultura pop e nerd
- H3 Wrestling e Tacos: il 12 giugno Latina diventa un ring
- H3 Attualità
- H3 Chi sono i protagonisti di Wimbledon 2026?
- H3 Personalizzazione basata sull’IA nel settore delle scommesse: l’esempio di Spinboss Casino
- H3 Guida all’apertura della piscina per la nuova stagione
- H3 Consolidamento dei terreni agricoli: le nuove tecniche per contrastare l’erosione delle colline
- H3 Come funziona il sistema di assegnazione dei giri gratuiti nelle slot dei casinò come BetScore e simili
- H3 Educazione finanziaria: perché oggi è fondamentale per gestire risparmi e investimenti
- H3 Smart working e uffici connessi: i rischi informatici che le aziende locali sottovalutano
- H3 Personalizzazione basata sull’IA nel settore delle scommesse: l’esempio di Spinboss Casino
- H3 Guida all’apertura della piscina per la nuova stagione
- H3 Consolidamento dei terreni agricoli: le nuove tecniche per contrastare l’erosione delle colline
- H3 Come funziona il sistema di assegnazione dei giri gratuiti nelle slot dei casinò come BetScore e simili
- H3 Educazione finanziaria: perché oggi è fondamentale per gestire risparmi e investimenti
- H3 Smart working e uffici connessi: i rischi informatici che le aziende locali sottovalutano
- H3 Personalizzazione basata sull’IA nel settore delle scommesse: l’esempio di Spinboss Casino
- H3 Guida all’apertura della piscina per la nuova stagione
- H3 Consolidamento dei terreni agricoli: le nuove tecniche per contrastare l’erosione delle colline
- H3 Come funziona il sistema di assegnazione dei giri gratuiti nelle slot dei casinò come BetScore e simili
- H3 Folle corsa a oltre 200 km/h tra Cisterna e l’Appia: giovane sfugge al controllo ma viene rintracciato
- H3 Borgo Santa Maria senz’acqua da oltre 24 ore: il ripristino slitta ancora ed esplode la rabbia dei residenti
- H3 Latina, maxi restyling della pista ciclabile tra via del Lido e Capoportiere: al via lavori per 170mila euro
- H3 Latina, maxi scooter contro una bici: due feriti dopo il violento impatto alla rotatoria di via Piave
- H3 Rifiuti abbandonati, pioggia di sanzioni a Latina: 36 multe e oltre 10mila euro di verbali in un solo giorno
- H3 Scoperti ordigni bellici nel pontino: bombe d’aereo da 500 chili sotto la linea Roma-Napoli
- H3 Trend
- H3 Blatte tra i cornetti e un volatile nel magazzino: il Nas chiude due locali nel pontino
- H3 Dramma in mare alla Bufalara: perde la vita un uomo di 50 anni
- H3 Roccagorga, malore sul palco durante lo spettacolo: muore infermiere del Goretti
- H3 Tragedia nel pontino: bus urbano esce di strada dopo il malore dell’autista, muore un passeggero
- H3 Informazioni utili
- H3 Seguici
Skipping heading levels breaks the document outline. Screen readers may interpret missing levels as structural errors.
Skipping heading levels breaks the document outline — screen-reader users lose track of section nesting.
Learn more ▾ ▴
Screen reader users navigate by jumping between headings (H1 → H2 → H3). Skipping (H1 → H3) breaks the sense of hierarchy. Use sequential levels even if you don't like the default styling — restyle with CSS instead. WCAG 1.3.1 (Info and Relationships) treats this as an A failure.
Source: WCAG 2.1 SC 1.3.1 / W3C WAI
AHeading Text Quality1 heading-text-quality issue(s) detectedPASS
AAlt Text QualityAll 91 images OKPASS
| Issue | Count |
|---|---|
| too long | 4 image(s) |