[Skip navigation links]

3%3% of pages

Usability

1 page with usability issues

better than average of 11%

This tab shows general usability issues, indicating UX problems for all users. This tab is available in SortSite Professional, SortSite Developer and OnDemand, but not in SortSite Standard edition.

Usability best practices

3%

Some pages violate these guidelines

Readability

0%

No issues found

PriorityDescription and URLGuideline and Line NumberCount

Priority 2

1 issues on 1 pages

Very ImportantOmitting image width or height causes the page layout to shift as each image loads. Best practice 1 pages
This makes the page very hard to read or click while images are loading, and can make the page unusable on mobile devices with slow connections.
Fix by adding width and height attributes to the img tag matching the image dimensions, or add width: and height: CSS properties for the image. 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 src='...ures/tovar/card/126854-min.jpg' alt='HX M 18-X32661 w/170'>
Line 280
<img src='/pictures/tovar/card/94927.jpg' alt='94927'>
Line 335
<img src='/pictures/tovar/card/94928.jpg' alt='94928'>
Line 390
<img src='/pictures/tovar/card/94929.jpg' alt='94929'>
Line 445
<img src='/pictures/tovar/card/65828.gif' alt='2-х спальный плед MF 65828'>
Line 513

https://algo-textile.ru/

Priority 3

1 issues on 1 pages

ImportantUse at least a 12-point font on all web pages. Best practice 1 pages

For users over age 65, it may be better to use at least fourteen-point fonts. Never use less than nine-point font on a Web site. The following are all smaller than 12 point:

  • <p style="font-size: 11pt;" >
  • <p style="font-size: 15px;" >
  • <p style="font-size: small;" >
  • <font size="2" >
  • <font size="-1" >
font-size: 6.75pt
<span style='font-family:Arial,...'>Ткани, ....</span>
Line 75

https://algo-textile.ru/

Expand all 2 issues