What are the best practices for server-side A/B testing?
-
When performing a full-site server-side A/B test, what best practices should you follow to ensure that you're:
- not cloaking or at least not being shady
- only showing Google (and other search engines) the version you want them to see (i.e. not the test pages)
Thanks in advance!
-
The definition of cloaking according to Google is "the practice of presenting different content or URLs to human users and search engines." For that reason, there is some risk in showing Google a different page than what is being shown to your users in the test. Displaying different content based on user-agent is a red-flag to Google.
That being said, cloaking penalties are "manual actions", meaning they are manually applied by human reviewers on Google's team, so unless you are purposely trying to be deceptive, the risk of being penalized is low. Additionally, you can request reviews of manual actions via Google Search Console to appeal any penalties.
Another approach could be to use server-side redirects for the test, using 302 redirects and redirecting users bucketed into the test to a separate URL. The 302 redirect indicates to Google that this is a temporary change, and that they should retain the original page in their index. You can further reinforce this by adding a canonical tag to the test page and pointing it to the original version of the page.
Finally, for high priority SEO pages you may also consider using a client-side A/B test. Client-side A/B testing uses Javascript to dynamically change the content on the page, and is typically not indexed by Google.
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
-
Photos or Video Best for Landing Pages?
My real estate brokerage firm is promoting a listing via advertising on LinkedIn. The advertising links to a landing page: http://www.nyc-officespace-leader.com/MidtownLawOfficeSublet3300SFBelowMarket Rather than photos, the landing page has a 1 minute video. So far we have had about 10 visits to the page. Visitors leave the landing page after a few seconds. So they are not looking at the video. Would it be better to replace the video with photos? Or is engagement generally better with video? My thinking is that business owners may not have the patience or the time for a video and they would more likely have the time and willingness to click on photos. I would be willing to test this further, but at $5/click it could get costly! Any thoughts?
Conversion Rate Optimization | | Kingalan1
Thanks,
Alan Rosinsky1 -
Split test content experiment - Why can't GA identify a winner here?
I have been running a content experiment for a short while now and GA has just ended it saying it cannot determine a winner. Looking at the images (links below), without any form of analysis I can already see a pattern of greater success in Variation 1. It ended with a 93% probability of outperforming the original yet the content experiment ended with no winner. Does this mean the 95% confidence threshold I set should've been lowered? Ultimately I'm going to choose this as my winner but why didn't GA push it as the winner? Is there something I am missing? Image 1 - Showing e-commerce performance (objective of split test was transactions) Image 2 - Showing conversions (same split test, same objective, just different report) Your thoughts and comments will be appreciated.
Conversion Rate Optimization | | OptiBacUK0 -
Customer journey / customer drop off
Hi All, I would like to understand how visitors navigate through my site and find out where the main drop out areas are (i.e. what pages / sections of the site do users leave on). I will then be segmenting by mobile, tablet, new visitor, returning etc. to see how the various subsets of users behave. To do this I generally do the following: Identify main sections of the (ecomm) site: homepage, category pages, product pages, cart, checkout 1, checkout 2, checkout x, payment confirmation. For each section above I either use a segment to isolate that section of the site, either by regex or a simple page selector and apply to the Audience >> Overview report and record the resulting session count. OR I filter the Behaviour >> Site Content >> All Pages report to isolate the various site sections and record unique pageviews. I then plot these figures horizontally under a heading for each section of the site representing a flow between the pages of the site with a calculation showing the difference between each section of the site which represents user drop off. Hope that makes sense. What I am interested to know is, do you have any better suggestions to the process laid about above. Do you see any issues with this process?
Conversion Rate Optimization | | datarat1 -
Which eCommerce site you consider using best practices? Site we can learn from
Hi, I'm looking to hear thoughts and suggestions as per sites that you consider to have great practices in the eCommerce world. Almost none of the sites do everything good so you can split your suggestions by any criteria -
Conversion Rate Optimization | | BeytzNet
the site structure
conversion funnel
Converting product pages (good design)
content creation and blog management / structure
content marketing
SEO guidelines / practices
... Thanks0 -
CRO - Who are the best sources on this topic?
I've got a good handle on SEO and am starting to offer my clients CRO services to optimize on the traffic I'm bringing to their websites. I know the basics of CRO, but have no idea where to look online for authoritative websites on the subject. What are some of your recommendations on websites to take advice from?
Conversion Rate Optimization | | reidsteven750 -
What is the best mid-level link bait case study that you know about which gained 300+ links?
Just opening this up really - looking for inpiration besides the obvious posts that you see ranking online... What is the best mid-level link bait case study that you know about which gained 300+ links?
Conversion Rate Optimization | | Turkey0 -
Testing Google Tag Manager
Is there a way to test if the Google Tag Manager is set up correctly? Am I right in thinking that the only code that will be output on the page will be the actual embed code, eg: SCRIPT REMOVED Cant work out if there is an issue with what has been set in the account of if there is a problem with how the code has been added to the page..
Conversion Rate Optimization | | edwardlewis0 -
How Do I Create a Google Analytics Dashboard for My Designer To Monitor Landing Page A/B Testing
Hello All, We recently started doing some "AdWords Experiments" using A/B testing of our search landing pages. My web design team does not have access to our AdWords account, but they do have "user" access to our Google Analytics account. What I need to figure out how to do is setup an easy dashboard (or custom report) that will show them at a quick glance how the two versions of their page are performing in terms of: Goal Completions (Conversions) where the specific page is the entrance/landing page. Bounce Rate Time spent on site where the specific page is the entrance/landing page. Pages viewed where the specific page is the entrance/landing page. Possibly a way to see the most popular page visited 'next' after starting on the specific entrance/landing page Anything else that might be useful The two URLs would be like: http://www.domain.com/search/testa/
Conversion Rate Optimization | | Robert-B
http://www.domain.com/search/testb/ Any insight about the best way to do this is greatly appreciated! Cheers!0