Temporary Redirect Notice regarding Wordpress
-
Hello,
Under the warnings in Moz, we have 44 temporary redirect warnings showing up because we moved our blog from timelinkblogs.wordpress.org to our subdomain blog.timelink.org within Wordpress. Wordpress indicates that these were permanent 301 redirects, but Moz is indicating that they are temporary.
We want to be sure that they are permanent so we retain the SEO credit. Can someone please confirm that these are permanent redirects i.e.
http://blog.timelink.com/2012/02/17/true-stories-time-and-attendance-pay-rules-2
Moz is showing the following- it has a "trackback" added to the URL?
http://blog.timelink.com/2012/02/17/true-stories-time-and-attendance-pay-rules-2/trackback/
Thanks!
-
In the case of the wordpress trackback issue... its basically self-referential. Because their is a link to your blog post on your blog, wordpress creates a trackback to notify you their is a link to your blog post on a blog. Normally the reason for this is to notify you of when someone else on a blog posts a link to your site or posts on one of their posts. I.E. a Pingback or a trackback. 302s may not pass link equity but the trackback won't pass as much as the link that the trackback is notifying you of in the first place.
So ultimately, don't worry about the trackback 302s if you can't change the wp-trackback.php file. Its an easy fix if you can access the file but otherwise the seo benefit in this particular case is neglible.
Your old blog URLs 302ing is an issue though. Have you double-checked with the SEOBook tool that your URLs are redirecting improperly or is it just the trackbacks that you're being warned about?
-
Thank you, Mike. But my concern is the following per Moz:
Using HTTP header refreshes, 302, 303 or 307 redirects will cause search engine crawlers to treat the redirect as temporary and not pass any link juice (ranking power). We highly recommend that you replace temporary redirects with 301 redirects.
I worry that the blog posts are not passing SEO link juice.
-
Not sure how I wound up slapping a .ORG onto your URL like that... could've sworn I was copy/pasting everything correctly. Either way, that tool will help you double-check you have the correct HTTP status codes showing for your URLs.
As for the not being able to change that trackback file, don't worry about them then. They won't hurt you by 302ing.
-
Hi Mike,
Thanks for the quick response! And I appreciate the link to that tool. Literally all 44 of our blogs from the following are showing up with these errors- http://blog.timelink.com/
We are on Wordpress.com not .org so I am not sure I can manipulate that file.
-
Using the SeoBook server header tool (link), timelinkblogs.wordpress.org is showing that it 302 redirects to Wordpress.org instead of your new site. Do you have any other URLs we can check to see if they're redirecting properly?
As for Trackbacks showing as 302s, that often arises from using the Disqus commenting system. Take a look in your
wp-trackback.php
file for the linewp_redirect(get_permalink(``$tb_id``));
and change it towp_redirect(get_permalink(``$tb_id``),301);
in order to make all those trackback 302s into 301s.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Unsolved Using Weglot on wordpress (errors)
Good day to you all, Does anyone have experience of the errors being pulled up by Moz about the utility of the weglot plugin on Wordpress? Moz is pulling up URLs such as: https://www.ibizacc.com/es/chapparal-2/?wg-choose-original=false These are classified under "redirect issues" and 99% of the pages are with the ?wg-choose parameter in the URL. Is this having an actual negative impact on my search or is it something more Moz related being highlighted. Any advice be appreciated and a resolution .. Im thinking I could exclude this parameter.
Moz Pro | | alwaysbeseen0 -
How do I set-up a 301 redirect?
Moz alerted me to two 404 errors on our website. I am now trying to place a 301 redirect on them. How would I go about accomplishing?
Moz Pro | | EverlastingChanges0 -
Hey all good mozzers - For my new publishing company, would you recommend building on a Wordpress Platform or a different CMS? I want it to look great to user and also allow me to fully optimize it for ranking purposes - thanks
Hey all good mozzers - For my new publishing company, would you recommend building on a Wordpress Platform or a different CMS? I want it to look great to user and also allow me to fully optimize it for ranking purposes - thanks. Seems like Wordpress has a ton of possibility and is much cheaper - but I don't want to do all that work if it is not as strong for SEO purposes - I like to use CMS made simple typically because it is exactly what it claims: simple Advise me please - and then let me know who you think might be able to help me build the best professional site? company or individual? thanks ben
Moz Pro | | creativeguy0 -
Why Doesn't Open Site Explorer show Domain Links from Twitter, WordPress or Feedburner?
I commented on a few blog posts and wanted to see the domain authority of those sites. When I look at our domain links, I notice the links are not there from the blogs (which I now know I have to give it time to show up). But I also noticed that domains with links to our website (regularly) were not showing up either. i .e Twitter, WordPress and Feedburner. I know we have links in these locations, especially Twitter. Why would these domains not show up? Much thanks!
Moz Pro | | SydisNey0 -
301 redirect
Guys Another post by me in regard to a 301 redirect which follows on from this post here http://www.seomoz.org/q/seomoz-crawl-test To quickly summarise all i have done is change URL name and done a simple 301 to change name where respective urls form old go to the relevant new pages Ok Now 14 weeks since we implemented our 301, Originally done In PHP everything looked text book but still 80% down on rankings PR has returned to inner pages Home page has not updated After some advice from some of the members here i changed the 301 on the old domain name from PHP to Htaccess This is the code i used on the old server is below RewriteEngine on RewriteRule ^(.*)$ http://www.newsite.co.uk/$1 [R=301,L] On the new site the canonical is fixed by PHP , i want to change this to Htaccess, capturing the canonical element along with removing the trailing slash (This is only what has been done in the past so just keeping consistant) This is the situation Old site sits on a different server from the new so each have their own individual I.P addresses I am convinced somewhere in the PHP application we are chaining so want Htaccess on old server to do the 301 and want htaccess on new server to deal with canonical elements and remove trailing slash (if that best practice) What would be the best way to do this where we wont be chaining 301's at present all looks perfect and doing what it should, but i know there is an issue and i believe it to be with the php script Thanks for taking the time to look Paul Ps where i had the issue on the old site where Crawl test said page don't exist i now have on the new site if i try and crawl the non www. version of the new site , tested on a site that has the htaccess 301 in place and get the option of crawling the old or the new page so something don't stack up so its not the tool its the PHP Fetch as Googlebot and every other tool reports the correct header responses
Moz Pro | | kellymandingo0 -
Is Open Site Explorer ignoring 301 redirects now?
I just recently saw a huge decline in the page rank of a specific page on my site. When I investigated a bit further I noticed that the drop in page rank looks like it is due to the fact that most of the links to the page come through 301 re-directs from an old page. I know you just made a change to Open Site Explorer. Did you change the way that you are treating 301 re-directs? Here is the new page: http://www.justjen.com/shop/big-sister-tshirts.htm Here is the old page: http://www.justjen.com/shop/bigsister-tshirts.htm Up until the last couple of days, the new page was showing the links from the old page in your cache, but as of today, the new page is only showing the links that go to it, not the links to the old page that is re-directed to it. If there was a change recently, was this intentional (trying to replicate the search engines better) or is it an oversight or database anomaly?
Moz Pro | | gametv0 -
Regarding Avoiding Keyword Self-Cannibalization
I ran some of my pages through the 'on-page report card' and one thing that kept popping up was to Avoid Keyword Self-Cannibalization. I thought the best SEO practice was to have anchor text at the end of your article that matched your target keywords. Is this not accurate? Please let me know the best practice so I can make sure my pages are all optimized correctly. Thanks. Here is an example: http://www.youdrivethesuccess.com/culture/real-estate-commission-split/
Moz Pro | | brentmitchell0 -
[No Data] Open Site Explorer Top Pages WordPress fix?
Some of my Open Site Explorer Top Pages http://www.opensiteexplorer.org/drho.ro/a!toppages have [No Data]. How do I fix this? I use WordPress and these are .pdf files I uploaded to my server and 301 redirects I created using the Pretty Link Pro plugin
Moz Pro | | drhoro0