J'ai lancé un site Web il y a quatre jours, et maintenant, lorsque j'essaie d'explorer le site comme Google bot dans "Outils pour les webmasters de Google", je me retrouve avec une réponse comme celle-ci:
HTTP/1.1 301 Moved Permanently
Date: Thu, 16 May 2013 21:37:26 GMT
Server: Apache
Location: http://example.com/
Content-Length: 294
Keep-Alive: timeout=10, max=29
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://example.com/">here</a>.</p>
<hr>
<address>Apache Server at www.example.com Port 80</address>
</body></html>
Quel est le problème ?
Pour approfondir ce problème, vous devriez:
curl -D - -s -A 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)' http://mysite.example.com/
Vérifie que vous obtenez la même réponse que Googlebot.