Mobile app version of vmapp.org
Login or Join
Sue5673885

: Googlebot getting "301 Moved Permanently" according to "Fetch as Googlebot" in Webmaster Tools I launched a website four days ago, and now when I try to crawl the website like Google bot in

@Sue5673885

Posted in: #FetchAsGoogle #Googlebot #GoogleSearchConsole

I launched a website four days ago, and now when I try to crawl the website like Google bot in "Google webmaster tools" I end up with a response like this:

HTTP/1.1 301 Moved Permanently
Date: Thu, 16 May 2013 21:37:26 GMT
Server: Apache
Location: 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 example.com Port 80</address>
</body></html>


What is the problem ?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Sue5673885

1 Comments

Sorted by latest first Latest Oldest Best

 

@Heady270

To further investigate this problem you should:


Look at your server log files. Find the requests from Googlebot and verify that they are resulting in 301 status. If you direct Googlebot to hit your server and there is no request in the server log, then you have a DNS problem. Your domain name is not pointing to the server that you think it is pointing to.
Download pages from your site yourself similarly to the way Googlebot does so. I use a command line program called "curl": curl -D - -s -A 'Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)' mysite.example.com/ Verify that you get back the same response that Googlebot is getting.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme