Today I checked the feature How Google Sees Your Site from Webmaster tools and noticed something weird ( at least for me ). Google shows that it sees something like the code below, for every page query I made using this feature, is this normal ? Shouldn't googlebot see detailed html on my pages ? What is the redirect thing below ? I have no redirects or stuff like that, I don't even have an .htaccess file, the website is built from 0 using html,php,css, etc. HTTP/1.1 301 Moved Permanently Date: Tue, 06 Apr 2010 22:33:53 GMT Server: LiteSpeed Connection: Keep-Alive Keep-Alive: timeout=5, max=100 Location: http://mydomain.com/ Vary: User-Agent Content-Type: text/html Content-Length: 413 <html> <head><title> 301 Moved Permanently </title></head> <body><h1> 301 Moved Permanently </h1> The document has been permanently moved to <A HREF="%s">here</A>.<hr /> Powered By <a href='http://www.litespeedtech.com'>LiteSpeed Web Server</a><br /> <font face="Verdana, Arial, Helvetica" size=-1>LiteSpeed Technologies is not responsible for administration and contents of this web site!</font></body></html> Code (markup):
This is not common at all. But what would do a 301 redirect on your site if you didn't do? Weird anyway.