I recently ran an analysis on my site <snip> and came up with this for my HTTP Header Analysis. What concerned me was line 5
HTTP/1.1 301 Moved Permanently
Is this bad? What does this mean?
HTTP Header Analysis
HTTP header reponses show how example.com responds to incoming Hyper Text Transfer Protocol (HTTP) requests from connecting clients (e.g. web browsers).
HTTP/1.1 301 Moved Permanently
Date: Wed, 01 Jun 2011 20:26:11 GMT
Server: Apache mod_fcgid/2.3.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4
FrontPage/5.0.2.2635
Location: http://example.com/
Content-Length: 390
Connection: close
Content-Type: text/html; charset=iso-8859-1
HTTP/1.1 200 OK
Date: Wed, 01 Jun 2011 20:26:11 GMT
Server: Apache mod_fcgid/2.3.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4
FrontPage/5.0.2.2635
Last-Modified: Tue, 31 May 2011 17:16:27 GMT
ETag: "dd1024d-8635-4a495906d30c0"
Accept-Ranges: bytes
Content-Length: 34357
Connection: close
Content-Type: text/html
[edited by: incrediBILL at 11:54 pm (utc) on Jul 23, 2012]
[edit reason] removed URLS, use Example.com [/edit]