Thread: AJAX and SEO.
View Single Post
  #10 (permalink)  
Old 04-23-2007, 10:20 PM
WebGeek182 WebGeek182 is offline
WebProWorld New Member
 
Join Date: Feb 2007
Location: Los Angeles
Posts: 12
WebGeek182 RepRank 0
Default

The CNN stock quote example isn't the best example because the stock quotes have no relevance to SEO for that page, so by all means use AJAX. The trouble comes when developers place ALL the meaty content in AJAX so that if you have JavaScript turned off, there is no content. They should uses a server-side script to dynamically generate the initial content, and then use AJAX to manipulate it from there. Keep in mind it is important to us unique URL's as well. That can be a challenge as it's tempting to just have all the content on one page. This is similar to SEO challenges faced by Flash designers.
Reply With Quote