Google's Indexing Javascript more than we thought
distilled.net
Google's Indexing Javascript more than we thought
1–10 of 35 posts
Re: Google's Indexing Javascript more than we thought
#2Re: Google's Indexing Javascript more than we thought
#3i wonder if it also means we don't need to implement _escaped_fragment_ anymore http://code.google.com/web/ajaxcrawling/docs/getting-started...
Re: Google's Indexing Javascript more than we thought
#4i wonder if it also means we don't need to implement _escaped_fragment_ anymore http://code.google.com/web/ajaxcrawling/docs/getting-started...
Just because GoogleBot can crawl and execute/index javascript, doesn't mean that it will on your site. The best bet would be to keep them. Or take them off and see what happens. If you don't see negative effects, then you will have discovered something interesting.
Re: Google's Indexing Javascript more than we thought
#5For instance, let me introduce you to SETI@GoogleBot. SETI@GoogleBot is much like SETI@home except it takes advantage of GoogleBot's recently discovered capabilities. Including the SETI@GoogleBot script into your web pages will cause (after the page load event) the page to fetch a chunk of data from the SETI servers via ajax request and proceed to process that data in JavaScript. Eventually, once the data has been processed it will be posted back to the SETI servers (via another ajax request) and then repeat the cycle. Thus enabling you, for the small cost of a page load, have GoogleBot process your SETI data and enhance your SETI@home score.
Obviously, this isn't a new idea (using page loads to process data via JavaScript) but it is an interesting application to exploit GoogleBot's likely vast resources.
Re: Google's Indexing Javascript more than we thought
#6Earlier quoted context omitted.
Just because GoogleBot can crawl and execute/index javascript, doesn't mean that it will on your site. The best bet would be to keep them. Or take them off and see what happens. If you don't see negative effects, then you will have discovered something interesting.
Yeah I'd definitely say we should continue to follow our established best practices until G gets better at this but Josh's evidence and our continued testing on this subject is very compelling.
On that note, I am personally of the belief that the fragments are part of Google's learning/training process for their spiders.
If they sniff the XHR traffic on every domain they encounter a HashBang they can learn lots about the use of AJAX and the types of content being exposed via AJAX.
Re: Google's Indexing Javascript more than we thought
#7* disqus has an API to allow you to display disqus comments serverside, so some disqus implementations - think mashable is one - will have comments indexed without the aid of Javascript.
Re: Google's Indexing Javascript more than we thought
#8Earlier quoted context omitted.
Just because GoogleBot can crawl and execute/index javascript, doesn't mean that it will on your site. The best bet would be to keep them. Or take them off and see what happens. If you don't see negative effects, then you will have discovered something interesting.
Yeah I'd definitely say we should continue to follow our established best practices until G gets better at this but Josh's evidence and our continued testing on this subject is very compelling.
Re: Google's Indexing Javascript more than we thought
#9Re: Google's Indexing Javascript more than we thought
#10I kind of missed this "public outcry", when did it happen? And if Google listens to public outcry, why did we lose Google Code Search?