| Critical | This button element contains no text and has no accessible name. | WCAG 2.2 A 4.1.2 Section 508 (2017) A 4.1.2
| |
| <button type='button' role='presentation' class='owl-prev disabled'>...</button>
| 242 | |
| <button type='button' role='presentation' class='owl-next'>...</button>
| 242 | |
| Critical | Headings should not be empty. | ARIA 5.2.8
| |
| <h3 class='pagetitle l'></h3>
| 252 | |
| Critical | Bad value for attribute type. | HTML5
| |
| Expected a token character or '/' but saw | | |
| <script type='speculationrules'>...</script>
| 1231 | |
| Critical | Element div not allowed as child element in this context. | HTML5
| |
| <span class='labels'>...<div>...</div></span>
| 311 | |
| <span class='labels'>...<div>...</div></span>
| 520 | |
| <span class='labels'>...<div>...</div></span>
| 539 | |
| <span class='labels'>...<div>...</div></span>
| 900 | |
| Critical | Element style not allowed as child element in this context. | HTML5
| |
| <body class='home wp-singular ...'><style>...</style></body>
| 1235 | |
| Critical | Stray end tag span. | HTML5
| |
| | 263 | |
| Critical | Stray start tag script. | HTML5
| |
| | 1293 | |
| Critical | Consider avoiding viewport values that prevent users from resizing documents. | HTML5
| |
| <meta name='viewport' content='width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, target-densityDpi=device-dpi, user-scalable=no'>
| 5 | |
| Critical | The rel=canonical tag probably redirects to the wrong page. | Best Practice
| |
| | 17 | |
| Very Important | Ensure that text and background colors have enough contrast. | WCAG 2.2 AA 1.4.3 Section 508 (2017) AA 1.4.3
| |
| The text color to background color contrast ratio after composition is: | | |
| 2.46 with
color: rgb(255,255,255)background: rgb(255,132,0)
font-size: 18ptfont-weight: 700<h2 class='wp-block-heading'>Trusted Dubai ... in Dubai @ 800 AED</h2>
| 1152 | |
| 2.46 with
color: rgb(255,255,255)background: rgb(255,132,0)
font-size: 12ptfont-weight: 400<p>Greetings, Gentlemen, Welcome to ... to you at any time in the city.</p>
| 1154 | |
| 2.46 with
color: rgb(255,255,255)background: rgb(255,132,0)
font-size: 12ptfont-weight: 400<p>Looking to connect with an ... that feels effortlessly natural.</p>
| 1156 | |
| 2.46 with
color: rgb(255,255,255)background: rgb(255,132,0)
font-size: 14.04ptfont-weight: 700<h3 class='wp-block-heading'>Your Private Fun ... is One Call Away</h3>
| 1158 | |
| 2.46 with
color: rgb(255,255,255)background: rgb(255,132,0)
font-size: 12ptfont-weight: 400<p>Our VIP Escorts Agency delivers ... join you for a drink or a meal.</p>
| 1160 | |
| Very Important | Do not use the meta viewport tag to disable zoom. | WCAG 2.2 AA 1.4.4 Section 508 (2017) AA 1.4.4
| |
| <meta name='viewport' content='width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, target-densityDpi=device-dpi, user-scalable=no'>
| 5 | |
| Very Important | The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline. | WCAG 2.2 AA F78 Section 508 (2017) AA F78
| |
| :focus has outline: invert none 0px <a href='.../' class='adv'><span class='icon icon-search'></span>...h</a>
| 1137 | |
| :focus has outline: invert none 0px <a class='page-numbers' href='.../'>2</a>
| 1026 | |
| :focus has outline: invert none 0px <a class='next page-numbers' href='.../'>Next</a>
| 1027 | |
| :focus has outline: invert none 0px <a href='.../' class='girlimg' title='Jadyn'>...</a>
| 133 | |
| :focus has outline: invert none 0px <a href='.../' class='girlimg' title='Sydnee'>...</a>
| 144 | |
| Very Important | Omitting img width or height attributes makes the page layout jump about as images load. | Usability.gov 14:3 W3C
| |
| <img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Natalee' itemprop='image'>
| 276 | |
| <img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Amiya' itemprop='image'>
| 295 | |
| <img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Miriam' itemprop='image'>
| 314 | |
| <img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Naomi' itemprop='image'>
| 333 | |
| <img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Zaniyah' itemprop='image'>
| 352 | |
| Very Important | On long pages, provide a list of contents with links that take users to the corresponding content farther down the page. | Usability.gov 7:3
| |
| | 1 | |
| Important | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG 2.2 AAA 1.4.6
| |
| The text color to background color contrast ratio after composition is: | | |
| 4.79 with
color: rgb(224,0,108)background: linear-gradient(to bottom , rgb(255,255,255) 0% , rgb(239,248,255) 100%)
font-size: 12ptfont-weight: 400<span class='page-numbers current' aria-current='page'>1</span>
| 1025 | |
| Important | Clickable targets must be at least 44 by 44 CSS pixels. | WCAG 2.2 2.5.5
| |
| 233 x 24 pixels
<a href='.../' title='Talia'><div class='model-info'>...</div>...</a>
| 780 | |
| Important | Radio buttons are easier to use than drop-downs when there are 6 choices or fewer. | Usability.gov 13:9
| |
| <select name='gender' class='select2 ...' data-select2-id='1' tabindex='-1' aria-hidden='true'>...</select>
| 1112 | |
| Critical | HTML form control has no accessible name. | WCAG 2.2 A F68 Section 508 (2017) A F68
| |
| <select name='gender' class='select2'><option value='1'>Female</option></select>
| 979 | |
| Critical | Bad value for attribute type. | HTML5
| |
| Expected a token character or '/' but saw | | |
| <script type='speculationrules'>...</script>
| 1094 | |
| Critical | Element div not allowed as child element in this context. | HTML5
| |
| <span class='labels'>...<div>...</div></span>
| 174 | |
| <span class='labels'>...<div>...</div></span>
| 383 | |
| <span class='labels'>...<div>...</div></span>
| 402 | |
| <span class='labels'>...<div>...</div></span>
| 763 | |
| Critical | Element style not allowed as child element in this context. | HTML5
| |
| <body class='wp-singular ...'><style>...</style></body>
| 1098 | |
| Critical | Stray end tag span. | HTML5
| |
| | 126 | |
| Critical | Stray start tag script. | HTML5
| |
| | 1156 | |
| Critical | Consider avoiding viewport values that prevent users from resizing documents. | HTML5
| |
| <meta name='viewport' content='width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, target-densityDpi=device-dpi, user-scalable=no'>
| 5 | |
| Very Important | Ensure that text and background colors have enough contrast. | WCAG 2.2 AA 1.4.3 Section 508 (2017) AA 1.4.3
| |
| The text color to background color contrast ratio after composition is: | | |
| 2.46 with
color: rgb(255,255,255)background: rgb(255,132,0)
font-size: 18ptfont-weight: 700<h2 class='wp-block-heading'>Trusted Dubai ... in Dubai @ 800 AED</h2>
| 1019 | |
| 2.46 with
color: rgb(255,255,255)background: rgb(255,132,0)
font-size: 12ptfont-weight: 400<p>Greetings, Gentlemen, Welcome to ... to you at any time in the city.</p>
| 1021 | |
| 2.46 with
color: rgb(255,255,255)background: rgb(255,132,0)
font-size: 12ptfont-weight: 400<p>Looking to connect with an ... that feels effortlessly natural.</p>
| 1023 | |
| 2.46 with
color: rgb(255,255,255)background: rgb(255,132,0)
font-size: 14.04ptfont-weight: 700<h3 class='wp-block-heading'>Your Private Fun ... is One Call Away</h3>
| 1025 | |
| 2.46 with
color: rgb(255,255,255)background: rgb(255,132,0)
font-size: 12ptfont-weight: 400<p>Our VIP Escorts Agency delivers ... join you for a drink or a meal.</p>
| 1027 | |
| Very Important | Do not use the meta viewport tag to disable zoom. | WCAG 2.2 AA 1.4.4 Section 508 (2017) AA 1.4.4
| |
| <meta name='viewport' content='width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, target-densityDpi=device-dpi, user-scalable=no'>
| 5 | |
| Very Important | The CSS outline or border style on this element makes it difficult or impossible to see the link focus outline. | WCAG 2.2 AA F78 Section 508 (2017) AA F78
| |
| :focus has outline: invert none 0px <a href='.../' class='adv'><span class='icon icon-search'></span>...h</a>
| 1004 | |
| :focus has outline: invert none 0px <a class='page-numbers' href='.../'>2</a>
| 893 | |
| :focus has outline: invert none 0px <a class='next page-numbers' href='.../'>Next</a>
| 894 | |
| :focus has outline: invert none 0px <a class='pinkbutton rad25' href='.../'>Female</a>
| 122 | |
| :focus has outline: invert none 0px <a class='pinkbutton rad25' href='.../'>Premium</a>
| 123 | |
| Very Important | Omitting img width or height attributes makes the page layout jump about as images load. | Usability.gov 14:3 W3C
| |
| <img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Natalee' itemprop='image'>
| 143 | |
| <img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Amiya' itemprop='image'>
| 162 | |
| <img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Miriam' itemprop='image'>
| 181 | |
| <img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Naomi' itemprop='image'>
| 200 | |
| <img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Zaniyah' itemprop='image'>
| 219 | |
| Very Important | On long pages, provide a list of contents with links that take users to the corresponding content farther down the page. | Usability.gov 7:3
| |
| | 1 | |
| Important | Ensure that text and background colors have a 7:1 contrast ratio. | WCAG 2.2 AAA 1.4.6
| |
| The text color to background color contrast ratio after composition is: | | |
| 4.79 with
color: rgb(224,0,108)background: linear-gradient(to bottom , rgb(255,255,255) 0% , rgb(239,248,255) 100%)
font-size: 12ptfont-weight: 400<span class='page-numbers current' aria-current='page'>1</span>
| 892 | |
| Important | Clickable targets must be at least 44 by 44 CSS pixels. | WCAG 2.2 2.5.5
| |
| 233 x 24 pixels
<a href='.../' title='Talia'><div class='model-info'>...</div>...</a>
| 647 | |
| Important | No meta description tag found. Use a description tag that accurately describes the contents of a web page. | Yahoo Google Bing
| |
| <html lang='en' prefix='og: ...'><head><meta charset='utf-8'>...</head>...</html>
| 2 | |
| Important | Radio buttons are easier to use than drop-downs when there are 6 choices or fewer. | Usability.gov 13:9
| |
| <select name='gender' class='select2'><option value='1'>Female</option></select>
| 979 | |