How to achieve 90 score on accessibility for a website.

Topic summary

A Shopify store owner is seeking help to improve their website’s accessibility score to 90 or above, currently falling short based on PageSpeed Insights analysis.

Current Issue:

  • The site has accessibility errors that need resolution
  • Attempts to fix errors haven’t improved the score yet

Specific Problem Identified:

  • Links lack discernible names (missing descriptive text)
  • Example: slide links don’t have proper text or aria-labels

Recommended Solution:

  • Links must contain either visible text inside the element or an aria-label attribute
  • Reference provided to Deque University’s link-name accessibility guidelines
  • Implementation requires editing the theme’s HTML code

Status: The discussion remains ongoing as the user is learning how to implement the necessary code changes to their Shopify theme.

Summarized with AI on November 5. AI used: claude-sonnet-4-5-20250929.

Hi, I need to achieve 90 and above for accessibility of the website. I’m not expert on this. Can you guys help me how to figure this out? or give any suggestion and advice that could help me to achieve it.

this is the link for reference - https://pagespeed.web.dev/analysis/https-hashdon-com/4apvp2x0sb?form_factor=mobile
website link - https://hashdon.com

Thanks a lot.

You must solve at least one of the errors that your store got

I’ve been trying to resolve one of the errors but the score still the same. I’m not sure if I fix the right one. For example, what does it mean by links do not have a discernible name? I have put link on those slide but the error still didn’t budge.

Your link does not include any text inside or must have arial-label. You can check this to learn more

https://dequeuniversity.com/rules/axe/4.10/link-name

Does this need to be adjusted on the coding part? I mean like html as it show on the example (in the link you gave).

1 Like

Yes, you will need to edit code of your theme.