Re: GWT Googlebot/SEO questions

2011-11-23 Thread Raphael André Bauer
On Wed, Nov 23, 2011 at 4:59 PM, Daniel eklipto...@googlemail.com wrote: Hi, I have 3 questions regarding GWT Apps and search engine crawlers (particularly googlebot): 1. I implemented the AJAX crawling scheme http://code.google.com/web/ajaxcrawling/docs/getting-started.html on some websites

Re: GWT Googlebot/SEO questions

2011-11-23 Thread Daniel
thanks for your answer. So I'll force some link tags to the GWT HTML output too, even though the static HTML output has links. Just to be sure, in case google checks the javascript-version for links every now and then. Another related question: I noticed twitter uses 302 redirects. Any ideas

Re: GWT Googlebot/SEO questions

2011-11-23 Thread Raphael André Bauer
On Wed, Nov 23, 2011 at 6:22 PM, Daniel eklipto...@googlemail.com wrote: thanks for your answer. So I'll force some link tags to the GWT HTML output too, even though the static HTML output has links. Just to be sure, in case google checks the javascript-version for links every now and then.

Re: GWT Googlebot/SEO questions

2011-11-23 Thread Daniel
But why don't they do a 301 redirect then? It seems to me they want google crawl twitter.com/username and point to those pages on the index. And yet they don't want their users to see those pages, so they redirect them to twitter.com/#!/username instead. Should I do such redirects too? I'm