AJAX Crawl Specification is depreciated

See [1] for more information.

[1] http://googlewebmastercentral.blogspot.fr/2015/10/deprecating-our-ajax-crawling-scheme.html
This commit is contained in:
Jason A. Donenfeld
2015-10-14 22:03:51 +02:00
committed by Joachim Tingvold
parent 1a2b14bb47
commit 1cc1ec02aa
3 changed files with 0 additions and 24 deletions

View File

@ -315,10 +315,6 @@ $(document).ready(function() {
$("#loading").show();
$("link[rel=image_src]").remove();
$("link[rel=video_src]").remove();
if (location.search.indexOf("?_escaped_fragment_=") === 0) {
location.hash = location.search.substring(20);
location.search = "";
}
photoFloat.parseHash(location.hash, hashParsed, die);
});
$(window).hashchange();