Tagged Questions
2
votes
1answer
62 views
Why are perfectly legitimate pages on my website registering in Google Webmasters as 404?
I have seen this question asked several times here, but never clearly answered.
I suspect it has something to do with my .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
...
2
votes
1answer
75 views
How do I change pages registering as 404 to 200
I have this problem. After relaunching my site: http://www.kgstiles.com, traffic dropped immensely(about 60%). After troubleshooting for a week and a half - losing thousands of dollars off of lost ...
4
votes
3answers
9k views
301 Redirect HTML Pages
In a web debugger, the html of a 301 redirect page shows up as:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
...