How can an Ajax site be made seo friendly ? Please guide me with this. What are the problems and if you can provide me with links to related tutorials that will be helpful ?
As far as I know AJAX cannot be SEO as most search engine spiders (including google's as far as i know) cannot execute Javascript. That is to say if you are delivering content via AJAX. You could have static main content with little AJAX niceties. In which case, the bulk of what you need (in static) will still get you indexed nicely.
That is not true. Google can easily process Javascript. I'm not saying that makes AJAX SEO friendly, but Googlebot can process javascript. Thanks for this article. Just what I was looking for.