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
-
My homepage redirects to itself?
Hi there - I'm not a SEO so help would be appreciated! Moz is telling me we have a redirect loop but the URLs are the same. https://www.example.com/ to https://www.example.com/ Why is my homepage creating a redirect loop to itself? We use Wordpress and I do not have any redirects listed for our homepage. Could this have something to do with switching to https in April? Thanks, Katherine
Technical SEO | | kmmartin0 -
Redirect typo domains
Hi, What's the "correct" way of redirecting typo domains? DNS A record goes to the same ip address as the correct domain name Then 301 redirects for each typo domain in the .htaccess Subdomains on typo urls still redirect to www or should they redirect to the subdomain on the correct url in case the subdomain exists?
Technical SEO | | kuchenchef0 -
301 redirect chains
Hi everyone, I've had my site for a while now and have changed the structure a number of times. I'm confident my 301's work well and am not concerned about dead ends on my site. My question is, is there a way to find 301 redirect chains? i.e. can I export my link data from webmaster tools and run it through some software that tells me how many steps my 301's are taking to get to the final page? I don't know for sure that there are long 301 chains in my link structure, but I have a suspicion and it's very hard to check by going through them manually. Thanks in advance Will
Technical SEO | | madegood0 -
302 Redirects & WordPress
Hi Mozzers- We started a WordPress blog for one of my clients to help improve the domain authority, increase visits, etc. a few months ago. I ran a crawl report a few days ago and noticed that the /trackback/ pages are getting redirected to the appropriate page using a 302 redirect not a 301 redirect. I've search through the forum looking for other similar questions and found one. The answer suggested that I use the TAC plugin and check for any malicious code. I did this and found nothing. Another response suggested using the Redirection plugin. I haven't tried this yet. Has anyone encountered this and if so, how did you deal with it. Thank you! LHC
Technical SEO | | lhc670 -
Domain redirect seo
Hello, my domain www.pacomarca.com and when i start the new campaing i get this pronblem: We have detected that the domain www.pacomarca.com and the domain pacomarca.com both respond to web requests and do not redirect. Having two "twin" domains that both resolve forces them to battle for SERP positions, making your SEO efforts less effective. We suggest redirecting one, then entering the other here. my domain is in networksolutions.com. how can i resolve it? many thanks Gonzalo
Technical SEO | | Kuna0 -
Can I redirect a URL that has a # in it? How?
Hi there - My web developer is saying that I can't do a URL redirect with a "#" in it. Currently, the URL is actually an anchored link within a page (which the URL indicates with a #). I want to change the content to a new URL, but our website links internally to the old URL, so we would need to do a URL redirect (assume 301). Can you tell me if this is possible and how? Thanks!
Technical SEO | | sfecommerce0 -
Someone is redirecting their url to mine
Hello, I have just discovered that a company in Poland www.realpilot.pl is directing their domain to ours www.transair.co.uk. We have not authorised this, neither do we want this. I have contacted the company and the webmaster to get it removed. If you search for the domain name www.realpilot.pl we (www.transair.co.uk) come up top. My biggest worry is that we will get penalised by Google for this re-direct as it appears to be done using some kind of frame. Does anyone know anything about this kind of thing? Many Thanks Rob Martin
Technical SEO | | brightonseorob0 -
Advises for redirects
I worked on a website since 2 years now (mainly link building). Now, I need to change the CMS and the hosting company of this website. In order to improve the SEO of this website, I decided to change the URL structure as well, see example here below: Actual situation: http://www.mywebsite.com
Technical SEO | | Tit
http://walla.mywebsite.com/
http://ortak.mywebsite.com/ http://www.mywebsite.com/de
http://walla.mywebsite.com/de
http://ortak.mywebsite.com/de http://www.mywebsite.com/es
http://walla.mywebsite.com/es
http://ortak.mywebsite.com/es Future situation: http://www.mywebsite.com
http://www.mywebsite.com/walla
http://www.mywebsite.com/ortak http://www.mywebsite.com/es
http://www.mywebsite.com/es/walla
http://www.mywebsite.com/es/ortak http://www.mywebsite.com/de
http://www.mywebsite.com/de/walla
http://www.mywebsite.com/de/ortak Since the hosting, the CMS and the URL’s will change, what you recommend me to do in order to keep a maximum of “link juice” to the pages!? How / Where to setup the 301 redirects?0