0

I have a question about links obfuscation.

I want to do links obfuscation to prevent passing link juice to specific pages for SEO purpose. And also prevent search engine to go on unimportant pages... but i want to allow users to access to these pages.

Because Google says that even if a link has rel="nofollow", there are possibilities that he will follow the link even with nofollow directive.

I found some script that replaces the < a href...> tags by a span tag.... but other scripts, only remove the href in the "a" tag.

So my initial question was : Is it recommended to use an "<a...>" tag without href attribute ?

I realize that it's faster to only remove the "href" attribute in "a" tag.. Because all CSS will be OK for the "a" tag (even without the href attribute).. and if i use span tag... i will need to edit my CSS file.. So that is why i used a tag without href... Because i have multiple different style for links...

But in fact, my question should have been: Will my SEO affect negatively using "a" tag without href attributes ? And will search engine will see the "a" tag(without href) as a normal link.. and try to follow it and result as an error.. because no href attribute?

Thanks a lot for your help !

Pascal

Pascal
  • 37
  • 6

0 Answers0