[Skip navigation links]

5% of pages5%of pages

Accessibility

2 pages with accessibility issues

better than averageChecking 41 pages found 5% (2 pages) with accessibility issues. Level A accessibility errors were found on 1 page (3% of pages checked).This is better than the 12% average rate of accessibility issues on other sites.

This tab shows accessibility issues, indicating problems for older users, people with disabilities or accessibility needs. Automated testing cannot detect all accessibility issues, so should be used alongside human testing.

WCAG 2.2

WCAG 2.2 is a W3C accessibility standard published in October 2023. It extends WCAG 2.1 by adding success criteria for accessible authentication and focus appearance. It also removes success criteria 4.1.1 Parsing.

Level A3% Pages with level A issues have critical accessibility barriers and are unusable by some people.

Level AA3% Pages with level AA issues have major accessibility barriers and are very difficult to use.

Level AAA5% Pages with level AAA issues have minor accessibility barriers and can be difficult to use.

Section 508

Section 508 of the Rehabilitation Act of 1973 requires that US Federal employees with disabilities have access to information comparable to employees without disabilities. The Section 508 technical requirements for websites were updated in January 2017, to incorporate WCAG 2.0 at level AA by reference.

Level A3% Pages with level A issues have critical accessibility barriers and are unusable by some people.

Level AA3% Pages with level AA issues have major accessibility barriers and are very difficult to use.

ARIA

WAI-ARIA, the Accessible Rich Internet Applications Suite, defines a way to make web content and web applications more accessible to people with disabilities.

Errors0% Errors indicate conformance errors, and appear when mandatory specification requirements are not met.

Warnings0% Warnings do not indicate conformance errors, but appear when optional specification requirements are not met.

PriorityDescription and URLGuideline and Line NumberCount

Level A

6 issues on 1 pages

Pages with level A issues have critical accessibility barriers and are unusable by some people.

CriticalAn image with a null alt attribute should not have title, aria-label or aria-labelledby attributes. WCAG A F39 WCAG 1.1.1 508 A F39 1 pages
If the image should be voiced use a descriptive alt attribute. If the image is purely decorative remove any title and ARIA label attributes.

Impact on users:

  • NVDA 2025.3 : Reads images with alt='' and a title or ARIA label.
  • NVDA 2023 : Sometimes reads images with alt='' and a title or ARIA label.
  • JAWS 2025.2508.120 : Reads images with alt='' and a title or ARIA label.
  • JAWS 2023 : Ignores images with alt='' and a title or ARIA label.
  • VoiceOver : Sometimes reads images with alt='' and a title or ARIA label.
<img loading='lazy' decoding='async' class='alignnone wp-image-...' title='alt' src='...ontent/uploads/2021/05/112.jpg' alt='' width='1000' height='587' srcset='https://...' sizes='auto, (max-width: ...'>
Line 2017
<img loading='lazy' decoding='async' class='alignnone wp-image-...' style='font-style: inherit;' title='alt' src='...ontent/uploads/2021/05/118.jpg' alt='' width='800' height='450' srcset='https://...' sizes='auto, (max-width: ...'>
Line 2077
<img loading='lazy' decoding='async' class='alignnone wp-image-...' title='alt' src='...ontent/uploads/2021/05/115.jpg' alt='' width='800' height='1067' srcset='https://...' sizes='auto, (max-width: ...'>
Line 2047
<img loading='lazy' decoding='async' class='alignnone wp-image-...' title='alt' src='...ontent/uploads/2021/05/116.jpg' alt='' width='800' height='600' srcset='https://...' sizes='auto, (max-width: ...'>
Line 2057
<img loading='lazy' decoding='async' class='alignnone wp-image-...' title='alt' src='...ontent/uploads/2021/05/117.jpg' alt='' width='800' height='533' srcset='https://...' sizes='auto, (max-width: ...'>
Line 2067

https://reklamaartideal.ru/

CriticalClickable controls should be keyboard accessible. WCAG A F15 WCAG 2.1.1 508 A F15 1 pages
Add tabindex=0 to allow keyboard users to tab to the control.
<a id='ast-scroll-top' class='ast-scroll-top-icon ...' data-on-devices='both' style='display: none;'>...</a>
Line 2453

https://reklamaartideal.ru/

CriticalClickable controls should have an ARIA role. WCAG A F54 WCAG 4.1.2 508 A F54 1 pages
Controls that respond to clicks should be given an ARIA role such as role=button or role=link. div span and a elements without an href attribute have no semantic role.
<a id='ast-scroll-top' class='ast-scroll-top-icon ...' data-on-devices='both' style='display: none;'>...</a>
Line 2453

https://reklamaartideal.ru/

CriticalContent inserted with CSS is not available to people who turn off style sheets, or use custom styles. WCAG A F87 WCAG 1.3.1 508 A F87 1 pages
Move the content from CSS to the HTML page so that all users can see it.
<span id='elementor-device-...' class='elementor-screen-only'></span>
Line 2528

https://reklamaartideal.ru/

Criticaliframe and frame elements must have a title attribute. WCAG A 4.1.2 508 A 4.1.2 1 pages
Add a title attribute or ARIA label to each iframe and frame element (e.g. title='Main Content'). VoiceOver on macOS does not read frame contents automatically, and without a title the user does not know what the frame contains.

Impact on users:

  • VoiceOver macOS 15.7 Safari 26.0 macOS 15.7.1 Reading: Meaningless frame title read out.
<iframe style='width:100%;height:...' src='https://yandex.ru/maps-reviews-widget/85580938558?comments'></iframe>
Line 2187

https://reklamaartideal.ru/

CriticalLinks must have an accessible name. WCAG A F89 WCAG 2.4.4 WCAG 2.4.9 WCAG 4.1.2 508 A F89 1 pages

A link name allows screen readers to voice what the links does. If there is no link content, or the link content is hidden by CSS, screen readers have nothing to read, so read out the URL instead. To add a name do one of the following:

  • Add text between the a element start and end tags
  • Add an aria-label attribute
  • Add an aria-labelledby attribute
  • Add an img alt attribute labeling the link if it contains an img element
img elements with role=presentation or role=none are not included in the link's accessible name.
<a href='https://reklamaartideal.ru'>...</a>
Line 2407
<a href='https://webmaster.yandex.ru/siteinfo/?site=https://reklamaartideal.ru'>...</a>
Line 2432
<a class='ymaps-2-1-79-...' href='' target='_blank'></a>
Line 2315

https://reklamaartideal.ru/

Level AA

2 issues on 1 pages

Pages with level AA issues have major accessibility barriers and are very difficult to use.

Very ImportantEnsure that text and background colors have enough contrast. WCAG AA 1.4.3 WCAG 1.4.6 508 AA 1.4.3 1 pages

Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.

  • The contrast ratio should be 3.0 or more for 18 point text, or larger
  • The contrast ratio should be 3.0 or more for 14 point bold text, or larger
  • The contrast ratio should be 4.5 or more for all other text
The text color to background color contrast ratio after composition is:
3.86 with color: rgb(1,112,185)background: url(https://reklamaartideal.ru/wp-content/uploads/2022/05/tild6263-6264-4139-a130-373366323030__10-min.jpg)
font-size: 12ptfont-weight: 400
<a id='' class='btn_box' href='tel:+79363146430'><span class='btn_flare'></span>Своё производство</a>
Line 1187
3.86 with color: rgb(1,112,185)background: url(https://reklamaartideal.ru/wp-content/uploads/2022/05/tild6263-6264-4139-a130-373366323030__10-min.jpg)
font-size: 12ptfont-weight: 400
<a id='' class='btn_box' href='tel:+79363146430'><span class='btn_flare'></span>Гарантия 2 года</a>
Line 1307
3.86 with color: rgb(1,112,185)background: url(https://reklamaartideal.ru/wp-content/uploads/2022/05/tild6263-6264-4139-a130-373366323030__10-min.jpg)
font-size: 12ptfont-weight: 400
<a id='' class='btn_box' href='tel:+79363146430'><span class='btn_flare'></span>Макет в подарок</a>
Line 1427
3.86 with color: rgb(1,112,185)background: url(https://reklamaartideal.ru/wp-content/uploads/2022/05/tild6263-6264-4139-a130-373366323030__10-min.jpg)
font-size: 12ptfont-weight: 400
<a id='' class='btn_box' href='tel:+79263396985'><span class='btn_flare'></span>ПОЗВОНИТЕ НАМ и получите СКИДКУ 20%</a>
Line 1547
1.08 with color: rgb(0,0,0)background: url(https://reklamaartideal.ru/wp-content/uploads/2023/03/My-mockup-18-from-Realistic-Logo-Mockup-Pack-scaled.jpg)
font-size: 39ptfont-weight: 600
<p class='elementor-heading-...'>НАШИ РАБОТЫ</p>
Line 2135

https://reklamaartideal.ru/

Very ImportantThe CSS outline or border style on this element makes it difficult or impossible to see the link focus outline. WCAG AA F78 WCAG 2.4.7 508 AA F78 1 pages
Do not remove the default outline style, and change any border styles to avoid obscuring the focus outline around focusable elements. See :focus-visible for more information.

Using a border or outline style that obscures the focus ring causes problems for keyboard-only users in:

  • Chrome (obscures the focus indicator on links, buttons, dropdowns and range controls)
  • Firefox (obscures the focus indicator on links)
outline-color: matches background
<a href='...u/naruzhnaia-reklama-v-moskve/'>...</a>
Line 972
outline-color: matches background
<a href='tel:+79363146430'><span class='elementor-icon-list-...'>...</span>...</a>
Line 979
outline-color: matches background
<a href='...ilto:reklama_art.ideal@mail.ru'>...</a>
Line 986
:focus has outline: invert none 0px
<a href='tel:+79263396985' class='phone' aria-label='Чат'>...</a>
Line 1003
:focus has outline: invert none 0px
<a href='https://vk.com/reklamaartideal' class='vk' aria-label='Вконтакте'>...</a>
Line 1008

https://reklamaartideal.ru/

Level AAA

2 issues on 2 pages

Pages with level AAA issues have minor accessibility barriers and can be difficult to use.

ImportantAvoid specifying a new window as the target of a link with target=_blank. WCAG AAA F22 WCAG 3.2.5 1 pages
Displaying new windows without warning can be very confusing to non-sighted and mobile users. Some screen readers and mobile devices give very little indication a new tab or window has opened. If you cannot avoid displaying a new window, insert an "opens in a new window" warning into the link text or add the warning to the link using a title attribute or aria-describedby attribute.
<a href='...maps/org/artideal/85580938558/' target='_blank' style='box-sizing:border-...' rel='noopener'>Артидеал на карте Королёва — Яндекс Карты</a>
Line 2187
<a class='ymaps-2-1-79-...' target='_blank' href='...legal/maps_termsofuse/?lang=ru' rel='noopener'>Условия использования</a>
Line 2315
<a class='ymaps-2-1-79-...' href='' target='_blank'></a>
Line 2315
<a class='ymaps-2-1-79-...' target='_blank' href='...ru/maps/mapsapi/?from=api-maps' style=''>API</a>
Line 2315

https://reklamaartideal.ru/

ImportantEnsure that text and background colors have a 7:1 contrast ratio. WCAG AAA 1.4.6 2 pages

Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.

  • The contrast ratio should be 4.5 or more for 18 point text, or larger
  • The contrast ratio should be 4.5 or more for 14 point bold text, or larger
  • The contrast ratio should be 7.0 or more for all other text
The text color to background color contrast ratio after composition is:
3.16 with color: rgb(255,0,0)background: rgb(51,51,51)
font-size: 24ptfont-weight: 600
<a href='tel:+79363146430'>получите СКИДКУ<br>на ...</a>
Line 2167
4.34 with color: rgb(0,159,239)background: rgb(51,51,51)
font-size: 41.25ptfont-weight: 600
<a href='tel:+79363146430'>20%</a>
Line 2175

https://reklamaartideal.ru/

The text color to background color contrast ratio after composition is:
4.95 with color: rgb(255,255,255)background:
font-size: 12ptfont-weight: 400
Line 125

https://reklamaartideal.ru/wp-content/cache/wpfc-minified/qhabtib8/5wouu.css

Expand all 10 issues