will be very surprised to see if that happens any time soon
with ajax you can have only one entrance to your site - yourdomain.com and that's it - everything else could be ajax driven. what ajax makes possible is to turn a "static" webpage in to fully driven and dynamic application. there could be hundreds of things going on in the background - loading, reloading, updating - going both ways.
It won't happen anytime soon as current SE's index only static data - it is impossible for them keep track and index everything that can be changed dynamically on the fly
lets say someone creates ajax version of Photoshop - how and what is SE's bot should be able to index then? it certainly with try and "click" all possible options in such application - will it get busy in an endless loop of its visual creations?)))
just like in programming there is a separation of business logic and presentation layers same approach will be used in conjunction with SE's and Ajax - separate your search-able content (presentation layer) and application functionality (business logic)
|