View Single Post
Old 01-28-2008, 01:36 AM   #5 (permalink)
ETbyrne
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default

AJAX does NOT ruin SEO if used correctly. A good example of Ajax being used in the correct manner is the quick reply feature on this forum. A bad example of Ajax is a plain HTML page that uses Ajax to grab all its content.

See, this forum uses PHP to manage content and just prints out plain old, good, HTML. It also uses Ajax, but not for printing content to the screen, only for adding content to the MySQL database. The Ajax doesn't get in the way of the page's content.

I hope that wasn't too confusing.
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote