Change URL or use Canonicals and Redirects?
-
We just completed a conclusive a/b test on a client's landing page. The new page saw a 30% bump in conversions, yay!
Now what?
Option 1: Change the url of the new page to that of the old page, retire the old page.
Option 2: Redirect the old page and anything that was pointing to it to the new page, make the new page the canonical.
I'm afraid of option 1 because I think Google's WTF penalty will be a bit harsher than option 2, but I wanted to sanity check that here.
Any thoughts or experienced advice would be very appreciated!
-
I knew it that sounded like a Google A/B test protocol!
A good rule of thumb is to avoid changing URLs unless it's absolutely necessary. There's a lot going on with that URL in the background that Google knows about....internal and external links as I mentioned above, but also XML sitemaps and usage metrics. You don't want to point them elsewhere and have them re-learn a new URL structure and step through a redirect just to get there.
Google has put more emphasis on UX in the last couple years, so improving the usability of this page, as you've done by A/B testing, is likely to benefit you in the long run.
-
Thanks. We did use Google Experiments, so your advice is very helpful.
Am I crazy in thinking that shifting a completely new page to an old and trusted URL is not going to hurt rankings a bit?
-
Hi,
You definitely want to avoid redirects where possible, so scratch option number 2. Redirection causes you to lose about 10% of the authority that page has built up. Google tends to prefer pages that they have known about for a while.
If you were to do option 2, you'd also have to update all of your internal links to point to the new page, as well as outreach to any external linking sites to have them update.
All you need to do is take the source code for the variation page and make it the source code for the original.
It sounds like you may have used Google Content Experiments. If that's the case, the additional URL created for your variation doesn't need to be excluded from crawls or disallowed, Google knows it's there and there's no other way to get to it other than the code snippet they utilize to send your sample to the variation.
-
Hi,
So if I understand correctly you AB tested with two pages (for example: domain.com/page and domain.com/testpage) and both were indexed by Google? If yes, than option 2 as you mentioned is the best way to go here.
For the future I would recommend to make sure that the testpage is not indexed by Google via robots.txt/meta noindex or use the rel canonical tag. You don’t want the testpage to get organic traffic here to prevent issues.
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
-
Changing URL structure of site, including AMP - redirect AMP too?
So, I'm changing all the URLs of a site, including all its AMP URLs, I'll be redirecting all the normal URLs, but do I need to also redirect all the AMP pages?
Technical SEO | | alksfjasldfu934341 -
Use existing page with bad URL or brand new URL?
Hello, We will be updating an existing page with more helpful information with the goal of reaching more potential customers through SEO and also attaching a SEM campaign to the specific landing page. The current URL of the page scores 25 on Page Authority, and has 2 links to it from blog articles (PA 35, 31). The current content needs to be rewritten to be more helpful and also needs some additional information. The downsides are that it has an "bad" URL- no target keyword and uses underscores. Which of the following choices would you make? 1. Update this old "bad" URL with new content. Benefit from the existing PA. -or- 2. Start with a new optimized URL, reusing some of the old content and utilizing a 301 redirect from the previous page? Thank you!
Technical SEO | | XLMarketing0 -
301 redirect adding trailing slash to url
I am looking into a .htacess file for a site I look after and have noticed that the urls are all 301 redirecting from a none slash directory to a trailing slashed directory/folders. e.g. www.domain.com/folder gets 301 redirected to www.domain.com/folder/ Will this do much harm and reduce the effect on the page and any links pointing to the site be lessened? Secondly I am not sure what part of my htaccess is causing the redirect. RewriteCond %{HTTP_HOST} !^www.domain.co.uk [NC] RewriteCond %{HTTP_HOST} !^$
Technical SEO | | TimHolmes
RewriteRule ^(.*) http://www.domain.co.uk/$1 [L,R,NE] RewriteCond %{THE_REQUEST} ^./index.php
RewriteRule ^(.)index.php$ /$1 [R=301,L] or could a wordpress ifmodule be causing the problem? Any info would be apreciated.0 -
Canonicals & 301 Redirects to new Domain
We will be changing our domain name soon and I want to make sure I'm not painting myself into a corner. Of course, I want to transfer as much link equity as possible. Question #1: Do I need to define a canonical from the old domain to the new domain? Question #2: Do I also need to put 301s in place on the pages with link equity, or is there a way to apply 301s across the entire site on all pages? Any input would be appreciated greatly! Thanks!
Technical SEO | | BVREID0 -
Meta data & xml sitemaps for mobile sites when using rel="canonical"/rel="alternate" annotations
When using rel="canonical" and rel="alternate" annotations between mobile and desktop sites (rel="canonical" on mobile, pointing to desktop, and rel="alternate" on desktop pointing to mobile), what are everyone's thoughts on using meta data on the mobile site? Is it necessary? And also, what is the common consensus on using a separate mobile xml sitemap?
Technical SEO | | 4Ps0 -
Canonical URL Issue
Hi Everyone, I'm fairly new here and I've been browsing around for a good answer for an issue that is driving me nuts here. I tried to put the canonical url for my website and on the first 5 or 6 pages I added the following script SEOMoz reported that there was a problem with it. I spoke to another friend and he said that it looks like it's right and there is nothing wrong but still I get the same error. For the URL http://www.cacaniqueis.com.br/video-caca-niqueis.html I used the following: <link rel="<a class="attribute-value">canonical</a>" href="http://www.cacaniqueis.com.br/video-caca-niqueis.html" /> Is there anything wrong with it? Many thanks in advance for the attention to my question.. 🙂 Alex
Technical SEO | | influxmedia0 -
How can i redirect a url that has % in it?
Google webmaster tools shows a 400 eroor for an old link that contains a 30% off in it. The problem is the % I would like to 301 redirect this link : http://www.geographics.com/Graduation-Stationery,-35%-OFF-Printable-Certificates-Blank-Gift-Certificates/c1353_1354_1359/index.html to http://www.geographics.com/Graduation-Stationery-Printable-Certificates-Blank-Gift-Certificates/c1353_1354_1359/index.html We do not know how to do this in httaccess. Can you please advise? Thanks a lot! Madlena
Technical SEO | | Madlena0