Click to See Complete Forum and Search --> : Crawler Question


J2NYC
11-19-2011, 03:46 PM
I'm about to build a site and I want each page to perform a little javascript animation before it unloads. That means that the link to other pages on the site will have to go to a javascript routine rather than to the page itself.

This is horrible for crawlers because they don't do javascript.

If I create standard links, cover them with a clear div which, when clicked will go to the javascript routine, will the crawlers still see the standard links? I'm assuming that they will, but if not I will have to do something else.

Thanks in advance for your time.