User | Post |
3:11 pm March 20, 2012
| Eric – PersonalProfitability.com
| | Portland, OR | |
| Member
| posts 2120 |
|
|
|
Hi all, I'm having a crawl error problem that is being reported by Google Webmaster Tools, and I'm trying to get to the bottom of it and fix it.
I am having sub-pages show up as /feed and /comment-page-1/ that are giving 404 errors. Here are some examples:
- 2011/10/october-2011-net-worth-update/comment-page-1/
- 2011/12/starwood-amex/comment-page-1/
- 2010/03/where-my-money-goes/comment-page-1/2012/01/
- secure-your-online-life/feed/
- 2011/03/bankruptcy/feed/
- 2011/07/the-hunt-for-a-home/feed/
Any ideas? How can I fix this?
|
|
|
3:37 pm March 20, 2012
| Tushar @ Everything Finance
| | Atlanta, GA, United States | |
| Member | posts 386 |
|
|
|
I guess the only way I can think of is doing a 301 redirect in your .htaccess file.
eg:
redirect 301 secure-your-online-life/feed/ http://narrowbridge.net/secure-your-online-life
Hope this helps.
|
Tushar @ Everything Finance
Everything Finance
Email: tusharm at gmail dot com
Twitter: @AllFinance
|
|
8:06 pm March 20, 2012
| Eric – PersonalProfitability.com
| | Portland, OR | |
| Member
| posts 2120 |
|
|
|
That's a lot of 301s. 299 of them.
|
|
|
8:21 pm March 20, 2012
| BeatingBroke
| | North Dakota, USA | |
| Member | posts 860 |
|
|
|
Well, you should be able to match them by pattern. But, I'd be careful of doing that with the /feed/ ones as you'll likely change your actual feed if you match it to generically. Also, 5 of the 6 examples have dates in them, whereas your site URL doesn't have a date in it anymore. Possibly a redirect error with however you changed the permalinks?
|
|
|
10:09 pm March 20, 2012
| Modest Money
| | |
| Member | posts 256 |
|
|
|
It should be easy enough to use RedirectMatch in htaccess to fix all the ones that start with dates.
Really though, you'll want to check to see where those pages are being linked from to ensure it won't keep happening. Perhaps you just didn't use a full url in a link somewhere.
|
|
|