I have added lots of new pages in my blog. But they were not indexed by google. I saw in GWMT and found the following error. -------------------------------------------- Fetch as Googlebot This is how Googlebot fetched the page. URL: http://www.plasticcardshouse.com/blog Date: Mon Aug 30 02:54:51 PDT 2010 Googlebot Type: Web HTTP/1.1 301 Moved Permanently Date: Mon, 30 Aug 2010 09:54:51 GMT Server: Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Location: http://www.plasticcardshouse.com/blog/ Content-Length: 440 Keep-Alive: timeout=15, max=100 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://www.plasticcardshouse.com/blog/">here</a>.</p> <hr> <address>Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.plasticcardshouse.com Port 80</address> </body></html> ----------------------------------------------------------------------- Can someone guide me how to resolve this issue. Please guide me. I will be very thankful for this kind regard
When you're given a 301, you need to copy the value of the "Location:" header and try that URL next. In this case you tried the URL with no forward-slash on the end and the server directed you to that same URL with a slash, so you would try that and see what is returned.