Jump to content

toggleQuote is Creating "Links do not have a discernible name" Errors in PageSpeed Insights


Go to solution Solved by Marc Stridgen,

Recommended Posts

This is a very simple fix, but since it is in the JS I'm unable to do it.

Within the root_framework.js is this code:

<a href='#' data-action='toggleQuote'>

Can you please update it with this code:

<a href='#' data-action='toggleQuote' aria-label='Toggle Quote'>

I ask because my forum users quote very often, and the toggle throws an error each time...some of my forum pages have 5-10 quotes per page.

Example of the issue:

Could contain: Page, Text, File, Webpage

Link to comment
Share on other sites

  • 2 months later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...