jquery - Hide links from Google via JavaScript -
We have some links that we want to hide from Google, on the "hide" link to use javascript, but This is the real client.
I was told to the SEO Agency that the best way to encrypt the link to the base 64 is to call it via javascript:
My problem is now, I do not want to include the second 2 files for the link (they suggest me crypto-js lib) I want to ask you, Google has linked the link How to highlight and follow them and what is the easiest way without loading more scripts is available in JQuery.
This is what I've ended:
Link look like:
& lt; A href = "#" onclick = "link action (this); return false;" Data-href = "uggc: // fgntvat ....." & gt; Where data-href Rot13 is encoded and the link action does: function link Action (e) {Window.location = rot13 ($ (e) .data ('href')); } .. In the external js file.
I think this performance is the best option without overhead. See what the SEO Agency says: -)
taken from PS rot 13:
Comments
Post a Comment