|
As long as you have the JavaScript in external files it should be fine. Spiders have difficulty reading JavaScript, but when you move them to an external file it shouldn't be a problem
It's really a matter of how you code things too. You can write a completely uncrawlable page in html alone. AJAX technologies, specifically the JavaScript part adds a little more complexity, but you should be able to use it in a search engine friendly way.
|