Page Not Found Help!
-
Hi,
I recently (about 2 months ago) moved a blog from a separate domain name over to my eCommerce site to help with marketing. http://www.moondoggieinc.com/blog.
I seem to have gotten it all to work right, but I'm getting tons of 404 errors and they all have " in them for example: http://www.moondoggieinc.com/blog/”http://www.moondoggieinc.com/custom_dog_tanks_and_tees.php”
I'm not sure how this happened of how to fix it, but there are about 250 pages like this.
I know how to redirect them all with a 301 in htaccess, but Im not sure if that's the appropriate course to fix this or if that's just putting a patch on something that's causing a more major issue. Or do i just need to write 250 301 redirects?
Thanks!
Kristy O
-
Looks like you are linking to 404 pages, just need to fix the links, remove the errors from GWT and you should be golden.
Check out http://www.moondoggieinc.com/blog/index.php/moondoggies-new-dog-boutique/ > Left sidebar links under "It's all gone to the dogs"
-
Hi!, Thank you!
I can't seem to find the links in the posts that are not working correctly. I do see that the tumblr widget link is not correct. I think i might need to reinstall that widget as it's code seems to have gottten messed up in the move.
In GWT i see where the bad links are linked from, but then when I go to that page I can't find the bad link?
How to I find them to fix them?
Thanks!!!!!!!
KristyO
-
Go to http://www.moondoggieinc.com/blog/index.php/moondoggies-new-dog-boutique/
Ctrl+F > Check out the Argyle Sweater Vest from Moondoggie.
^ that link points to: http://www.moondoggieinc.com/blog/index.php/moondoggies-new-dog-boutique/”http://www.moondoggieinc.com/argyle_sweater_vest.php”
Best way to find broken links it to run a spider and find 4xx and 5xx header responses. I recommend Screaming Frog SEO Spider tool.
If you don't mind waiting a long time, you can use W3C Link checker tool - here is a report for your page: http://validator.w3.org/checklink?uri=http%3A%2F%2Fwww.moondoggieinc.com%2Fblog%2Findex.php%2Fmoondoggies-new-dog-boutique%2F&hide_type=all&depth=&check=Check
-
Thank you so much!