Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
How do you fix redirect chains and temporary redirects?
-
Hi,
I have a lot of issues popping up with temporary redirects and redirect chains. I'm still confused as to what exactly redirect chains are and I don't know how to find where the "chains" are or how to fix them. I'm having two issues mainly:1. Temporary RedirectsI have around 100 pages on our www.twowayradiosfor.com website that are being flagged as temporary redirects. All of them have one thing in common: they are review pages (basically, when a customer clicks on the Review button to review a certain product, they are redirected to a review page for that product).URL Example: https://www.twowayradiosfor.com/reviewhelpful.asp?ProductCode=CLS1410-COMBO&ID=44&yes=noI went into our website and set any URL containing the following as noindex:/review.aspWill that fix the issue? If yes, will I also need to do that for any URL containing /reviewhelpful.asp?2. Redirect ChainsIt seems like basically every product page on my website has this issue (over 100 pages). Here's an example of one:https://www.twowayradiosfor.com/Motorola-CLS1110-p/cls1110.htmI don't see any broken links on this page or links that redirect to another page that redirects, etc. What is causing this? Is it something on my header bar that is redirecting (since that header bar appears on every page, maybe that is why this issue shows up on a lot of pages)?I am new to Moz and still trying to figure this stuff out. I really appreciate any help.
Thanks,
Sawyer
-
Thank you again, Alex. Moz has tagged a bunch of these pages as "temporary redirects" so I have them all as "disallow" right now. I'm hoping that will fix the issue. I'm not sure why Moz is flagging them as temporary redirects. They are just review pages of my products, which I guess are generated when a customer clicks the Leave a Review button and then gets taken to these review pages.
-
I might not have understood your question, so apologies in advance if that's the case.
Your redirects won't be temporary, they'll be permanent (301). As far as the search engines (and anyone else) are concerned, the location has moved permanently.
You can't really set a redirect (temporary or permanent) as nofollow. The redirect is a response code from the server, it's not a link. To be fair, you wouldn't want to set it to nofollow even if you could, you want the search engines to follow the redirection to the new place and index that.
-
Hi Alex,
One more question for you. This is my understanding of the noindex, nofollow, etc. tags:
A ‘noindex’ tag tells search engines not to include the page in search results.Disallowing a page means you’re telling search engines not to crawl it.Nofollow: tells them not to follow the links on your page.So the best bet for these temporary redirects is to make them nofollow instead of just disallowing them?
Thanks,
Sawyer -
Alex, thank you for taking the time to write such a thorough and helpful response. I really appreciate it.
I will talk with my host, Volusion, about changing the noindex to nofollow.
It makes sense that I have issues with links being HTTP. I migrated my website over to Volusion from a really old platform and the website was originally created back in 2008, so I'm guessing we never fully migrated it over properly. I'm going to see if there's a way to find all of those http links and change them to https at one time, like you suggested.
Hopefully Volusion can help me properly configure the website, which should fix the Homepage and the AddThis feature and then I can use a tool to fix all of the other links.
Again, I really appreciate your help. Have a great day!
Sawyer
-
Great answer Alex!
I'm not too familiar with ASP and the CMS which powers your website but if it is a case of hardcoded reference, it's definitely worth asking a developer if they can run "a bulk find and replace."
As Alex says, using relative links is preferred these days but a quick but if your developer doesn't feel up to it or doesn't want to dabble in too much regex, what I said should be a quick and dirty solution.
Good luck!
Nick
-
1. Ideally, you want to set those "Review" links to nofollow, rather than the pages they link to noindex.
2. From a quick look, the problem seems to be that lots of your links are pointing to http, rather than https, which means the link gets followed and then your site redirects the client to the https version.
For example, in your breadcrumbs, you link to the homepage but at http. I would suggest using relative links to avoid this i.e "/"
Also, I assume your product descriptions were written before you moved to https, so any links in those are http too. (https://www.twowayradiosfor.com/Motorola-RMU2080D-p/rmu2080d.htm has a link at the bottom about a discontinued product that links to a http page). I would suggest using a find and replace tool to find any reference to http://www.twowayradiosfor.com/ and replace it with https://www.twowayradiosfor.comAlso, unlikely to be causing any issues, but the AddThis tool links are HTTP too, they don't get followed when you actually click them, but that would suggest to me that your site settings are still configured to HTTP rather than https. Perhaps Site Address (URL) is wrongly configured? (That would also explain the Home breadcrumb being wrong)
As an aside, I'd seriously consider dropping the www. given the already long url. It will make your SERPs a little better in my opinion.
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
-
Redirection chain and Javascript Redirect
Hi, A redirection chain is usually defined as a page redirecting to another page which itself is another redirection. URL1 ---(301/302)---> URL2 ---(301/302)---> URL3 But what about Javascript redirect? They seem to be a different beast: URL1 ---(301/302)---> URL2 ---(200 then Javascript redirect)---> URL3 From what I know if the javascript redirect is instant Google counts it as a 301 permanent redirection, but I'm still not sure about if this counts as a redirection chain. Most of the tools (such as moz) only see the first redirection. So is that scenario a redirection chain or no?
Technical SEO | | LouisPortier0 -
Should we set up redirects for all deleted TAGS?
We recently found our site had 65,000 tags (yes 65K). In an effort to consolidate these we've started deleting them. MOZ is now reporting a heap of 404 errors for tag pages. These tag pages should not have links to them so not sure how come they're being crawled. Any suggestions from experience in this area would be useful.
Technical SEO | | wearehappymedia0 -
WPEngine Causing Redirect Chain
Hi guys, Had a quick question that I wanted to verify here. After reviewing a Moz report we received some redirect chain error on all of our sites hosted with WPEngine. We noticed that the redirect chain appears to be coming from how the domains are configured in their control panel. Essentially, there is a redirect: from staging/temp -> to live from non-www -> to www SSL redirect from http -> https The issue here is that the non-www is redirecting to www and then redirected again to https://www According to support the only way to get rid of this error is to drop the www version of the domain and to host everything under https://domain.com. To me it seems very odd that you cannot just go from http://non-www to https://www in just 1 301 redirect. Has anyone else experienced this or am I just not looking at the situation correctly?
Technical SEO | | AaronHenry0 -
301 Redirects, Sitemaps and Indexing - How to hide redirected urls from search engines?
We have several pages in our site like this one, http://www.spectralink.com/solutions, which redirect to deeper page, http://www.spectralink.com/solutions/work-smarter-not-harder. Both urls are listed in the sitemap and both pages are being indexed. Should we remove those redirecting pages from the site map? Should we prevent the redirecting url from being indexed? If so, what's the best way to do that?
Technical SEO | | HeroDesignStudio0 -
301 Redirect non existant pages
Hi I have 100's of URL's appearing in Search Console for example: ?p=1_1 These go to on to 5_200 etc.. I have tried to do htaccess and the mod rewrite is on as I can redirect directories to the root i.e RewriteRule ^web_example(.*)$ /$1 [R=301,N,L] However I have tried all kinds of variations to redirect ?p= and either it doesn't work at all or it crashes the website. Can anyone point me in the right direction to fix this.
Technical SEO | | Cocoonfxmedia0 -
Redirect URLS with 301 twice
Hello, I had asked my client to ask her web developer to move to a more simplified URL structure. There was a folder called "home" after the root which served no purpose. I asked for the URLs to be redirected using 301 to the new URLs which did not have this structure. However, the web developer didn't agree and decided to just rename the "home" folder "p". I don't know why he did this. We argued the case and he then created the URL structure we wanted. Initially he had 301 redirected the old URLS (the one with "Home") to his new version (the one with the "p"). When we asked for the more simplified URL after arguing, he just redirected all the "p" URLS to the PAGE NOT FOUND. However, remember, all the original URLs are now being redirected to the PAGE NOT FOUND as a result. The problems I see are these unless he redirects again: The new simplified URLS have to start from scratch to rank 2)We have duplicated content - two URLs with the same content Customers clicking products in the SERPs will currently find that they are being redirect to the 404 page. I understand that redirection has to occur but my questions are these: Is it ok to redirect twice with 301 - so old URL to the "p" version then to final simplified version. Will link juice be lost doing this twice? If he redirects from the original URLS to the final version missing out the "p" version, what should happen to the "p" version - they are currently indexed. Any help would be appreciated. Thanks
Technical SEO | | AL123al0 -
301 redirect from Blogger
Hello, I have a client with a Wordpress network of blogs, each blog is owned by a different blogger. Many of them were migrated time ago from Blogger. I have seen that the way used to redirect them is a meta refresh, so no authority is being passed. I cannot find any reliable way of making a 301 from Blogger, There are some plugins, but I'm afraid of using them. Any of you have experience with this situation please? I have even thought about placing a global rel canonical before the meta refresh, but I think that here the problem is the meta refresh itself.... Thank you in advance
Technical SEO | | Juandbbam0 -
Old URL redirect to New URL
Alright I did something dumb a year a go and I'm still paying for it. I changed my hyphenated URL to the non-hyphenated version when I redesigned my website. I say it was dumb because I lost most of my link juice even though I did 301 redirects (via the htaccess file) for almost all of the pages I could find in Google's index. Here's my problem. My new site took a huge hit in traffic (down 60%) when I made the change and even though I've done thousands of redirects my old site is still showing up in the SERPS and send much if not most of my traffic. I don't want to take the old site down in fear it will kill all of my traffic. What should I do? Is there a better method I should explore then 301 redirects? Could the other site be affecting my current rank since it's still there? (FYI...both sites are built on the WP platform). Any help or ideas are greatly appreciated. Thank you! Joe
Technical SEO | | kaje0