301 Redirect in breadcrumb. How bad is it?
-
Hi all,
How bad is it to have a link in the breadcrumb that 301 redirects?
We had to create some hidden category pages in our ecommerce platform bigcommerce to create a display on our category pages in a certain format. Though whilst the category page was set to not visable in bigcommerce admin the URL still showed in the live site bread crumb.
SO, we set a 301 redirect on it so it didnt produce a 404.
However we have lost a lot of SEO ground the past few months. could this be why? is it bad to have a 301 redirect in the breadrcrumb.
-
That sounds like you could have a soft redirect issue of some kind. If the 'actual' redirects 'strip' the trailing slash, but the then non-trailing slash URLs canonical back to the trailing slash versions (which again redirect to remove the slash) then that's known as a soft redirect loop and yes it can adversely affect SEO performance
So let's have a look, using this URL as an example:
https://www.fishingtackleshop.com.au/camping-tents-other-brands
Status Code (200 OK) - but canonical tag is like:
So when you visit that URL with the trailing slash... It does NOT 301 to remove the slash, so no you are not caught in a soft redirect loop and that is not the issue. However, be that as it may, having ALL the hyperlinks point to 'non-/' and then all the canonicals point to 'trailling-/', could be very confusing for Google. Does it go with the canonical URL, or the URL with the most links which is also a signal of, what page is legit?
I would still get it seen to
-
Thanks for this useful info. I've done some more digging however, I may have just stumbled across what could be the issue in the slow paced decline month on month...?
So back when we started to gradually loose SEO ground we were actually changing URL structure from
fishingtackleshop.com.au/categories/fishing-tackle to fishingtackleshop.com.au/fishing-tackle (we removed the /categories part of the URL so link juice wasn't being passed onto that benign sub-directory "categories").
However, in a Screeming Frog Crawl today what i noticed but haven't picked up on before since i was only looking for 404 and 301 issues, is it seems we are actually having canonical issues.
SO,
/fishing-tackle is not indexed in google since it is canonicalised to /fishing-tackle/ (trailing slash).. Why i don't know perhaps as developer has listed trailing slash link in the menu.
but /fishing-tackle/ is also not indexed when i just did a google search.
So, I am guessing i may have found my issue? (or a big part of it)!
-
Past performance is seldom a good indicator of future success. The web is so competitive now that 'good unique content' isn't really good enough any more (anyone can make it)
This video from Rand is a good illustration: https://moz.com/blog/why-good-unique-content-needs-to-die-whiteboard-friday - where you say "content is original and not bad" - maybe that's not enough any more
One solution is the 10x content initiative: https://moz.com/blog/how-to-create-10x-content-whiteboard-friday
And your site should have a unique value-proposition for end users: https://www.youtube.com/watch?v=6AmRg3p79pM (just wait for Miley to stop outlining issue #1 then stop watching)
It's possible your tech issue is a contributing factor but I'd say search engine advancements and changing standards are likely to be affecting you more
Even if you do have a strong legacy, that's not a 'meal ticket' to rank well forever. SEO is a competitive environment
Sometimes tech issues (like people accidentally no-indexing their whole site or blocking GoogleBot) can be responsible for massive drops. But these days it's usually more a comment on what Google thinks is good / bad
-
Thanks for your feedback
To confirm they were not an old parent category that we set as not visable. It was purely new category set to non-visable in bigcommerec for design purpose due limitations.
I'll explain. here is one page
https://www.fishingtackleshop.com.au/fishing-lures
You will note we have shop by category at the top.. but further below we have shop by species... for design purpose we had to create the parent category and set to not visable as "shop by species" and put in a heap of Visable child categories under that. IE barra lures, bass lures etc.
However, the problem lied as in breadcrumbs even though we set category "shop by species" as not visible the link still showed in breadcrumbs. so we 301 redirected it back to the prior head parent category /fishing-lures (effectively in the breadcrumb trail there was then 2 links to /fishing-lures
Long story short /fishing-lures-shop-by-species (the non visable catery) was a brand new category created for our design purpose of our live page https://www.fishingtackleshop.com.au/fishing-lures due to bigcommerce limitations. It was never an active old page...
today i have removed the 301 and i will just create a landing page. but over the past few days we have taken a further tank in our rankings and i cant understand why other than this theory. content is original and not bad, established site since 2005, used to rank #1 for just about any keyword, previously targeted by negative SEO but Disavow file is updated once a month via SEMRUSH monitoring.
If you or anyone else have any further ideas for me to look at as for possible issues do share :).
Thanks again for taking the time to give your initial imput.
-
Highly doubt that would be a reason to 'lose of lot of SEO ground'. If those URLs were 404-ing before, you had breadcrumb links to 404s and that's worse than breadcrumb links to 301s
The bigger problem was, you lost your category pages which got set to not visible. And by the way, even when you change them back to 'visible', if the 301 is still in effect - users and search engines still won't be able to access your category URLs (as they will be redirected instead!)
If the category pages have been restored and you're still redirecting them, yes that is a big problem. But it's not because you used a 301 in a link, it's because you took away your category URLs. That very well could impact performance (IMO)
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
-
Park Or 301
We main domain is **.com, but we have the other domain by name .ir.
Intermediate & Advanced SEO | | Pintapin
So now we want to remove (.ir).
what should we do? ,301? , park domain? Disallow?
Which is better for SEO?0 -
301 redirect hops from non-https and www
It's best practice to minimize the amount of 301 redirect hops. Ideally only one redirect hop. It's also best practice to 301 redirect (or at least canonical) your non-https and/or your non-www (or www) to the canonical protocol/subdomain. The simplest (and possibly the most common) way to implement canonical protocol/subdomain redirects is through a load balancer or before your app processes the request. Both of which will just blanket 301 to the canonical domain/protocol regardless if the path exists or not In which case, you could have: Two hops. i.e. hop #1 http://example.com/foo to https://example.com/foo, hop #2 https://example.com/foo to https://example.com/bar 301 to a 404. Let's say https://example.com/dog never existed, but somebody for whatever reason linked to it (maybe a typo). If I request https://www.example.com/dog, the load balancer would 301 to a 404 page. Either scenario above should be fairly rare. However, you can't control how people link to you. Should I care about either above scenario? I could have my app attempt to check if the page exists before forwarding, but that code could be complicated.
Intermediate & Advanced SEO | | dsbud0 -
Will 301 Redirects Slow Page Speed?
We have a lot of subdomains that we are switching to subfolders and need to 301 redirect all the pages from those subdomains to the new URL. We have over 1000 that need to be implemented. So, will 301 redirects slow the page speed regardless of which URL the user comes through? Or, as the old urls are dropped from Google's index and bypassed as the new URLs take over in the SERPs, will those redirects then have no effect on page speed? Trying to find a clear answer to this and have yet to find a good answer
Intermediate & Advanced SEO | | MJTrevens0 -
How long should I keep the 301 redirect file
We've setup an new site and many pages don't exist anymore (clean up done). But for many of them we have new pages with new url's. We've monitored the 404 and have now many URL's redirected with 301 (apache file). How long should we keep this in place? Checking all links manually to see of new url is in place of the old url (in google) is too much work. tx!
Intermediate & Advanced SEO | | KBC0 -
Removing Bad Links
Hi all, I am in the process of conducting a Link Audit and I am faced with quite a lot of seemingly poor quality examples, such as; http://gotogetaways.com/tag/cunard/ http://jobhiringlocalandabroad.blogspot.com/p/job-hiring-for-cruise-liner-orchestra.html http://lumukixu.xlx.pl/p-o-cruises-aurora.php To me these should be removed \ disavowed but I am getting a little resistence from stakeholders regarding the amount of links I am seeking to rid ourselves of - all are of a similar quality to my examples above... Just so that I know that I am not being 'over eager' with my audit, I welcome your opinions Thanks Andy
Intermediate & Advanced SEO | | TomKing0 -
Effect Of Restoring Old Website After Implementing 301 Redirects
After redesigning my old Drupal website and launching a new "improved" Wordpress version the new version is performing badly. Ranking is poor and conversions don't occur. I realize that my new design is bad (no call to action, poor structure, text heavy). New business inquiries have ceased. The site contains 450 pages. After spending $25,000 and a year of my life I see the new version is not an improvement! What would be the effect of reinstating the old version of the site and doing 301 redirects back to it? Would the old rankings be restored? I need to decide whether I should revert or focus on fixing flaws in the improved design. Any thoughts?? Thanks,
Intermediate & Advanced SEO | | Kingalan1
Alan0 -
How to 301 redirect old wordpress category?
Hi All, In order to avoid duplication errors we've decided to redirect old categories (merge some categories).
Intermediate & Advanced SEO | | BeytzNet
In the past we have been very generous with the number of categories we assigned each post. One category needs to be redirected back to blog home (removed completely) while a couple others should be merged. Afterwords we will re-categorize some of the old posts. What is the proper way to do so?
We are not technical, Is there a plugin that can assist? Thanks0 -
What to do with bad webpage
Hello everyone, I have a page in my website that has a terrible link profile (95% exact match keyword links.) What is the best thing to do with this page? It provides no value, and if anything it is hurting me. Should I just delete the page, 301 it to an obscure page or something else? Thanks!
Intermediate & Advanced SEO | | Mjstout0