Hello,
I've got a custom made language switcher on my Wordpress site which includes URLs under the
<option value= tag.
A few months ago I ordered an interlink audit from a 3rd party company and their suggestion was to better use
<a href= tag considering that
<a href= passes the page rank better than the
<option value= and could be better for interlinking between different languages.
I know that Google crawls these URLs but what about the weight of it? Is there going to be an impact of changing the
<option value= tag for
<a href= tag?
URL to the image of how the code looks: [
prntscr.com ]
Thanks