Internal links - is div on click still no followed by google?
-
Hi Mozzers
Does anyone know if
are still no followed by Google
From a UX perspective, making a container div clickable will work well, but i don't want this link to absorb any link juice as text within the div would make much better anchor text, so i would rather that link was receiving the juice.
Is the above the best approach to this issue of UX vs SEO?
Many thanks
Justin
-
Well ... as I know from the syntax the you have above is not a matter of
, <a>,
tags.
Your problem is javaScript Links which are not followed by Google.
The Problem is not the
is the way you call your link (JavaScript)
So the answer is NO, don't use JavaScript links if you want the link juice.</a>
-
In this instance that is good news.
I want the div to be clickable, but not claim the link juice.
Thanks