SEO score problem, invalid href in various files
-
Various UM frontend files contain invalid
href="javascript:void(0);"
links.This hurts the SEO score at Google PageSpeed Insights with this error:
Links are not crawlable
Search engines may use
href
attributes on links to crawl websites. Ensure that thehref
attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlableYou can see the error here with PageSpeed Insight on your UM demo website.
Would suggest to use e.g.
href="#"
and properpreventDefault
handling in attached events.Ultimate Member 2.8.6, WordPress 6.4.5
Note: Issue has already been reported over half a year ago but nothing happened and replies are closed.
- You must be logged in to reply to this topic.