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.
Usability.gov Guidelines - Some pages violate these guidelines.
W3C Best Practices - Some pages violate these guidelines.
Readability - No issues found.
| Priority | Description and URL | Guideline and Line Number | Count |
|---|
Priority 21 issues on 1 pages | |
 | Omitting img width or height attributes makes the page layout jump about as images load. | Usability.gov 14:3 W3C | 1 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 src='...g' alt='Upbikewinner' title='Upbikewinner' class='normal-logo'>
| Line 313 | |
| https://upbikewinner.com/ | | |
Priority 32 issues on 1 pages | |
 | Radio buttons are easier to use than drop-downs when there are 6 choices or fewer. | Usability.gov 13:9 | 1 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='term' class='select-category'><option value=''>...n</option>...</select>
| Line 333 | |
| <select name='term' class='select-category'><option value=''>...n</option>...</select>
| Line 1633 | |
| https://upbikewinner.com/ | | |
 | Use at least a 12-point font on all web pages. | Usability.gov 11:8 | 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: 9.75pt<a href='.../'>Orbea DENNA M30 (2025) | ... Matt - Carbon Raw Gloss</a>
| Line 1056 | |
| font-size: 9.75pt<a href='.../'>Cube Nulane Hybrid C:62 ... | sagebrushgreen´n´prism</a>
| Line 1108 | |
| font-size: 9.75pt<a href='.../'>Cube Nulane Hybrid C:62 ... sagebrushgreen´n´prism</a>
| Line 1134 | |
| font-size: 9.75pt<a href='.../'>Cube Stereo Hybrid ONE77 HPC SLX 800 desertstone´n´black</a>
| Line 1160 | |
| https://upbikewinner.com/ | | |
| Expand all 3 issues | | |