• testing my website on PageSpeed Insights,

    I am recieving an error: “Links do not have a discernible name”

    and the preview show and icon of a phone.

    The text is: “Link text (and alternative text for images, when used as links) that is discernible, unique and focusable improves the navigation experience for screen reader users.?Learn how to make links accessible.”

    and

    “div.elementor-element > div.elementor-widget-container > div.elementor-icon-wrapper > a.elementor-icon

    <a class=”elementor-icon” href=”tel:…….”>”

    As this is an icon – how do i fix it?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @hadarhacohen,

    The “Links do not have a discernible name” error on the Google PageSpeed Insights report typically refers to links on your webpage that lack meaningful text for screen readers and assistive technologies. This is related to how you build a website, not Ocean Extra plugin; To better understand this issue, I would show the issue with an example.

    For instance, check this link:
    <a href="https://example.com">Click here</a>
    With the link above, you’ll see that error, and you need to change it to something like the following link to solve it:
    <a href="https://example.com">Learn more about our products</a>

    So, consider using alternative text instead of icons to fix the issue. It’s best to merge icons and text on your website: https://postimg.cc/5YGz60gD.

    I hope it helps,
    Best Regards

    • This reply was modified 1 year, 3 months ago by Shahin.
    Thread Starter hadarhacohen

    (@hadarhacohen)

    Thanks much!!

    You are welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Links do not have a discernible name’ is closed to new replies.