[Skip navigation links]

Site Report

This tab shows general usability issues, indicating navigation problems for all users.

This tab is available in SortSite Professional, SortSite Developer and OnDemand, but not in SortSite Standard edition.

  • FailureUsability.gov Guidelines - Some pages violate these guidelines.
  • FailureW3C Best Practices - Some pages violate these guidelines.
  • SuccessReadability - No issues found.
PriorityDescription and URLGuideline and Line NumberCount

Priority 2

2 issues on 2 pages

Very ImportantOmitting img width or height attributes makes the page layout jump about as images load. Usability.gov 14:3 W3C 2 pages
This makes the page very hard to read or click while it's loading. Fix by adding width and height attributes to the img tag matching the image dimensions. In responsive layouts, specifying width and height prevents layout jumping because the browser can pre-calculate the final image size when CSS like this is used: img { max-width: 100%; height: auto }
<img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Natalee' itemprop='image'>
Line 276
<img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Amiya' itemprop='image'>
Line 295
<img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Miriam' itemprop='image'>
Line 314
<img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Naomi' itemprop='image'>
Line 333
<img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Zaniyah' itemprop='image'>
Line 352

https://vipdubaidivas.com/

<img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Natalee' itemprop='image'>
Line 143
<img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Amiya' itemprop='image'>
Line 162
<img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Miriam' itemprop='image'>
Line 181
<img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Naomi' itemprop='image'>
Line 200
<img class='mobile-ready-img ...' src='...g' srcset='...' data-responsive-img-url='...' alt='Zaniyah' itemprop='image'>
Line 219

https://vipdubaidivas.com/all-escorts/

Very ImportantOn long pages, provide a list of contents with links that take users to the corresponding content farther down the page. Usability.gov 7:3 2 pages
For long pages with distinct sections, add a short, clickable list of sections at the top of the page. This provides a page outline, and allows users to quickly navigate to specific information.

https://vipdubaidivas.com/

Line 1

https://vipdubaidivas.com/all-escorts/

Line 1

Priority 3

1 issues on 2 pages

ImportantRadio buttons are easier to use than drop-downs when there are 6 choices or fewer. Usability.gov 13:9 2 pages
One usability study showed radio buttons give reliably better performance than drop-down lists for mutually exclusive selections. If screen space allows use radio buttons instead of lists/dropdowns with fewer than 7 items.
<select name='gender' class='select2 ...' data-select2-id='1' tabindex='-1' aria-hidden='true'>...</select>
Line 1112

https://vipdubaidivas.com/

<select name='gender' class='select2'><option value='1'>Female</option></select>
Line 979

https://vipdubaidivas.com/all-escorts/

Expand all 3 issues