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:
committed by
Joachim Tingvold
parent
1a2b14bb47
commit
1cc1ec02aa
@ -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();
|
||||
|
Reference in New Issue
Block a user