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

@ -3,7 +3,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="fragment" content="!" />
<meta name="medium" content="image" />
<title>Photos</title>
<link href="css/styles.min.css" rel="stylesheet" type="text/css" />

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();