A/B testing entire website VS Seo issues
-
I'm familar with A/B testing variations of a page but I'd like to A/B test a new designs version of a e-commerce site. I´m wondering about the best way to test with SEO concerns... this is what I´ve in mind right now, any suggestion?
- Use parameters to make version B different from A version.
- Redirect 50% of the users with 302 ( or javascript would be a better way?)
- Use noindex in the B pages.
- Use rel=canonical in the B pages pointing to A version.
- In the end use 301 redirect to all B pages to A urls.
PS: We can´t use subdomain and i don´t wanna use robots.txt file to protect the new design from competitors.
I´d love any suggestions and tips about it - thanks folks
-
My main experience with A/B is via Google Experiments and it looks like they highlight option 4:
To ensure that serving your variation pages does not have a negative impact on your site's SEO rankings, you can use the
rel="canonical"
link attribute on your variation pages.rel="canonical"
is a signal to search engines that the content of your variation pages is essentially the same as that of your original page, and that you would prefer that search engines index your original page rather than the variations you're using in your experiment.Source: https://support.google.com/analytics/answer/2613318
If you roll out rel=canonical correctly then this seems to be your safest bet in Google's eyes. My main experience is with split-testing single pages, but theoretically this should work out okay with the correct use of canonical. If you're really not sure you could roll out a mini-test with a couple of key pages first?
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
-
Does having dots in my brand name hurt my SEO? ie: BoatU.S. vs BoatUS ?
Our official brand name has dots in it and we're wondering if having those dots will hurt our organic ranking and (or) lead to a mis-interpreted crawl by the bots..
Technical SEO | | BoatUS0 -
SEO for Parallax Website
Hi, Are there any implications of having a parallax website and the URL not changing as you scroll down the page? So basically the whole site is under the same URL? However, when you click on the menu the URL does change? Cheers
Technical SEO | | National-Homebuyers0 -
SEO Ultimate Plug in problems for SEO MOZ
Hi Newbee here! SEO ultimate seems to work ok for other url I have on this problem. http://www.pureescapism.co.uk and performing the on page grader for hair salon broadstairsI have canonicalizer on for the plug in and I have made it the rel=canonical targetIt tells me I haven't.Further down I don't get a tick also and am told : Remove all but a single canonical URL tag.Not aware I have more than one.I am also told : No More Than One Meta Description Element ( Cant see how I can do that either as I havent changed any code)Help please
Technical SEO | | Agentmorris0 -
SEO Issues
Hi, We have created a moving cost calculator tools and other moving company can added this tools their website. This is the code: [ <iframe src="http: www.enakliyat.com.tr="" fiyat-hesapla.aspx"="" height="554" width="400" frameborder="0" scrolling="no" style="border:none;"> ] when the other moving company added this code their websites, tool also works on the site and the tool make the referrals traffic our site.** Is it right using this method?**</iframe src="http:> http://www.enakliyat.com.tr/evden-eve-nakliyat-fiyatlari-hesaplama/ here is the tool
Technical SEO | | iskq0 -
Off-page SEO and on-page SEO improvements
I would like to know what off-page SEO and on-page SEO improvements can be made to one of our client websites http://www.nd-center.com Best regards,
Technical SEO | | fkdpl2420 -
Multi Company websites
Hello SEO community ! Hope you'll have some good advice for this project. 🙂 I'm working for a group of companies just starting its SEO experience. Nowadays they have 10 different websites with different names and pretty much the same objectives. So basicly, > Would it be better to gather all website under one adress with subdomains ? They want to display almost the same info, blogs and products.. It make dupplicate content a real pain and Social Media strategy a nightmare. More info: 10 websites for 8 subsidiaries, 1 holding, 1 online shop Each subisdiary has english + its proper language They want regular posts and info updates (blogs, newsletters) They don't have all the same name They all do the same activity Online shop is full a product keywords Ideas: Working on the holding website as mother ship - for branding (social media), actu (blogs), CM (videos, and more)- Displaying the online shop products in all websites (xml) Diplaying blog updates (no full message) via xml on all websites Linking all websites to the blog, shop and holding Tks a lot !
Technical SEO | | AymanH0 -
Planing Seo For New Seo
Hello; I have the domain which registerd in 2006 and i opened website 1 months ago and i start to do some seo like bought links pr1-pr7 50 links and 2500 social bookmarks 2000 blog links and also some wiki links am i doing good or bad ?
Technical SEO | | Sadullah0 -
Htaccess issue
I have some urls in my site due to a rating counter. These are like: domain.com/?score=4&rew=25
Technical SEO | | sesertin
domain.com/?score=1&rew=28
domain.com/?score=5&rew=95 These are all duplicate content to my homepage and I want to 301 redirect them there. I tried so far: RedirectMatch 301 /[a-z]score[a-z] http://domain.com
RedirectMatch 301 /.score. http://domain.com
RedirectMatch 301 /^score$.* http://domain.com
RedirectMatch 301 /.^score$.* http://domain.com
RedirectMatch 301 /[a-z]score[a-z] http://domain.com
RedirectMatch 301 score http://domain.com
RedirectMatch 301 /[.]score[.] http://domain.com
RedirectMatch 301 /[.]score[.] http://domain.com
RedirectMatch 301 /[a-z,0-9]score[a-z,0-9] http://domain.com
RedirectMatch 301 /[a-z,0-9,=,&]score[a-z,0-9,=,&] http://domain.com
RedirectMatch 301 /[a-z,0-9,=&?/.]score[a-z,0-9,=&] http://domain.com None of them works. Anybody? Solution? Would be very much appriciated0