Reputation: 30985
I would really like to hear your opinions about search engine optimizations for an Ajax based website.
The study case is the following:
What are your SEO hints for such an application?
Many thanks.
Upvotes: 1
Views: 357
Reputation: 41548
My rule of thumb is that search engines see what Lynx sees, and Lynx doesn't see a list of software projects. Thus, this page should add a non-AJAX interface (using <noscript>
?), perhaps with reduced functionality but with all the information there.
Upvotes: 1
Reputation:
If a search bot has to execute an event in order to get code from a server and then know where and how the DOM has changed then I would say to merely write accessible code. However, a search bot cannot do any of those things and AJAX defeats accessibility, so you can improve SEO dramatically by forgetting AJAX or instead forgetting SEO.
Upvotes: 0