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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
You might want to take a look at ARIA [1] [1] http://www.w3.org/WAI/intro/aria - kangax On Apr 21, 10:06 am, "Joe Harman" <cjhar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---