href
, so it no longer works.Is there a way to automatically have an anchor name cleared from the URL when the back to top button is clicked? I am using the Themify Builder plugin, which allows me to set an anchor using ‘ data-anchor=”{anchorname}” ‘ for a div.
Thanks
]]>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 crawlable
You can see the error here with PageSpeed Insight on your UM demo website.
Would suggest to use e.g. href="#"
and proper preventDefault
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.
]]>href
attributes to arrows in wprev-public-com-min.js
to follow Google PageSpeed Insights basic SEO search engine optimization advice.
Current code (slightly prettified):
arrows: {
prev:'<a class="'+d._+'-arrow prev">Prev</a>',
next:'<a class="'+d._+'-arrow next">Next</a>'
},
Suggested code:
arrows: {
prev:'<a href="#wprev-prev" class="'+d._+'-arrow prev">Prev</a>',
next:'<a href="#wprev-next" class="'+d._+'-arrow next">Next</a>'
},
An alternative solution could be use of another element instead of a
for the arrows, e.g. span
:
arrows: {
prev:'<span class="'+d._+'-arrow prev">Prev</span>',
next:'<span class="'+d._+'-arrow next">Next</span>'
},
Currently a warning is shown and 8-10 points are deducted from Google PageSpeed Insights SEO score:
Links are not crawlable
Search engines may use href attributes on links to crawl websites. Ensure that the href attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Uncrawlable Link
Next
<a class="wprs_unslider-arrow next">
Prev
<a class="wprs_unslider-arrow prev">
Example warning on your demo website: https://pagespeed.web.dev/analysis/https-wpreviewslider-com/3rx2kev317?hl=en&form_factor=mobile#seo
Thanks for the great plugin.
WP Google Review Slider 14.6
]]>I tried to add a link (a href) in the secondary title, but it doesn’t seem to work. Is it possible to do that?
Thanks a lot in advance for your help
Best regards, Samuel
]]>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
Learn how to make links crawlablehref
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.
You can see the error here with PageSpeed Insight on your UM demo website.
Would suggest to use e.g. href="#"
and proper preventDefault
handling in attached events.
Ultimate Member 2.8.2, WordPress 6.4.3
]]>I have a few errors that I’d like them to be solved.
This is the first one. When a visitor adds an offer to his cart, the button “Ver carrito” (Go to cart) appears. If the visitor clicks on it, it redirects to the main page when it should redirect to the cart.
( https://ibb.co/X8vQXSb )
( https://ibb.co/qrjjFg8 )
And the last error. When the visitor clicks on the green button “Finalizar compra” (Finalize purchase), it should redirect to the checkout page but it redirects to a product page.
( https://ibb.co/SfK2Bj4 )
Thank you a lot for your help!!!!
Except for one thing: I want to make html-links in my equations and I cannot figure out how. \href only prints a red href.
I have googled and found that I need to set trust to true in the options, but cannot figure out how to do that in wordpress. Can I do that in javascript somehow?
]]>When I opt to edit a block using HTML (as opposed to Visual mode) and add a mailto link (eg. <a href=”mailto:[email protected]”>This text is visible</a>), the <a….></a> part is stripped out (the text within the <a>…</a> is still visible). What’s going on?
I’d share the page, but it’s very much a work in progress and need to best figure out how to publicize it.
The same issue happens with a logo at the top of the page that is also the favicon. Whilst the favicon renders for all browsers, however, like the mailto, the logo above the main content does not.
Everything works correctly in Firefox (version 114.0.2 (64-bit)), but the problem happens in Edge (Version 114.0.1823.58 (Official build) (64-bit)) and Chrome (Version 114.0.5735.198 (Official Build) (64-bit)).
Thanks,
Matthew
]]>