Why is my accessibility score low in RepoXray? #8
Answered
by
KrrishSR4
PixelWindTech
asked this question in
Q&A
-
|
I scanned my portfolio website using RepoXray and received a lower accessibility score than expected. What are the most common reasons behind low accessibility scores? |
Beta Was this translation helpful? Give feedback.
Answered by
KrrishSR4
May 18, 2026
Replies: 1 comment
-
|
A low accessibility score usually means that some parts of the website may be difficult to use for users relying on assistive technologies. RepoXray checks several accessibility-related factors while analyzing a webpage. Common Reasons for Low Accessibility Score1. Missing Image Alt TextImages without descriptive alt attributes reduce accessibility. Example: <img src="hero.png" alt="Developer portfolio homepage"> |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PixelWindTech
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A low accessibility score usually means that some parts of the website may be difficult to use for users relying on assistive technologies.
RepoXray checks several accessibility-related factors while analyzing a webpage.
Common Reasons for Low Accessibility Score
1. Missing Image Alt Text
Images without descriptive alt attributes reduce accessibility.
Example: