As far as I know, it can't, and doesn't. What I usually do (good  
practice anyway to serve for people who don't have JavaScript  
enabled) is to put default content in the DIV which includes a link  
to the content in non-ajax form. People who have JS enabled will  
never see this content, but Google and other non-scripted visitors will.

So if you have a page that provides the latest whatever on your home  
page, make sure that this page can determine if it is being called  
from the Ajax context or the regular HTTP context, and sends either  
just the content for that DIV or an entire decorated page, depending.  
Everybody is happy then.

Walter

On Apr 21, 2008, at 10:06 AM, Joe Harman wrote:

> Hey... Curious if you anyone has any experience with how Google  
> Spiders index content that is served via a Ajax Call... just  
> curious, cause this would have some impact on whether I would not i  
> would use ajax in for somethings
>
> -- 
> Joe Harman
> m
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to