I have this doubt, because I want to develop a portal in Ajax, but that the pages can also be accessed via url.
My question is: If <a> </a>
has return false
clicked, web-spider will not be able to follow href
of it? Or does it copy the href
and access, without following the javascript instructions in the document?