Answer the question
In order to leave comments, you need to log in
Is it possible to use href javascript:void(0) on the current page?
It is necessary to remove cyclic links, it is difficult to replace the link with another tag in my case.
Would like to know if there is a difference between href="#" and href="javascript:void(0);" for search robots?
And which is better to use from the above?
Answer the question
In order to leave comments, you need to log in
Better href="javascript:void(0);".
href="#" - horror in general, since this will be a cyclic link to this page.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question