SeoMoz reporting 301 redirects I can't find
-
So I'm trying to find a bunch of redirects that SeoMoz is reporting that were created by Wordpress but I can't seem to find.
I'm finding a bunch of redirects FROM pages like this:
www.mysite.com/wp-content/themes/mimbo/page-name.com
redirecting to
Anybody have any idea how I can track down the offending page that has a link to that url. I took a look at my templates and content with the pages and can't seem to find anything that would create it.
-
Use Ayima's chrome extension. It tracks the type of redirect the pages use. It will be hard to tell where and what the redirects are to since we don't have the actual link.
But the redirect extension works pretty well and usually flashes a redirect code when there is a redirect.
Extension: 'Redirect Path 0.6.3'
-
Great Plugin! Thanks!
I think I may have discovered the issue. In my sidebar.php template I'm constructing navigational links like this:
[Page Name](<?php bloginfo('template_url'); ?>/page-name/)
I think I might need to change 'template_url' to 'site_url'.
-
Judging by the code and the link examples you shown above seems to be it.