59 Things You Can Test on Your Website
When it comes to optimizing web pages to get the most people to take action, pretty much any element on the page is fair game.
Here’s a list of things we’ve tested. I’m posting it here in the hopes that it will help you design your experiments.
Pages & Processes
- Landing pages
- Homepage
- Forms
- Purchase funnel
- Shopping cart
- Application UI
- Free trial page
- Newsletter Subscription page
- Registration page
- Free-to-paid process
- Download demo process
- Upgrade subscription process
- Account setup
- Account deletion
- FAQ page
- About Us page
Elements
- Headline
- Sub-heads
- Body text
- Bullet points
- Calls to action
- Buttons
- Form fields
- Images
- Overall layout
- Overall style
- Pricing
- Promotional offers
- Video
- Free trial versus money back guarantee
Words
- Font
- Type size
- Type color
- Spacing
- Contrast
- Amount of text
Images
- Content
- Image size
- Image shape
- Special effects
- Placement on page
- Animation vs no animation
Buttons
- Button shape
- Button size
- Button color
- Drop shadow vs no drop shadow
- Words on the button
- Color of words on the button
- Placement
Bullet points
- Bullet icon
- Number of bullets
- Order of bullets
- Absence of bullets
Forms
- Amount / type of info required
- Layout of fields
- Colors used
- Font used
- Single page vs multi-page
- Display of privacy policy
Not only can each of these elements alone make a difference in your acquisition rate, the way they are combined on the page also makes a difference. That’s the beauty of Muvandy – it will test as many combinations as necessary to get the most productive version for you.
How to Test Images with Muvandy
When we developed Muvandy two of our design principles were: application speed and a simple setup. So we handle images a little differently than we handle text. You keep the images you want to test on your server in the same place you keep the rest of your images – no need to upload every image to Muvandy.
Here are the steps to make it work:
- First give your image variable a name you’ll recognize later – for example, Button Image. This name will become the API key for this VARIABLE.
- Give the first VARIATION of this VARIABLE a recognizable name – let’s say red button.
- Use the file name in the text box for that VARIATION — probably something like red-button.jpg.
- Put the image file (red-button.jpg) into the images folder of your website or application.
- Then in the tag of the image you want to test on your website, simply put the following code – <img src=”/images/<%= muvandy.get_variation(“Button Image”, “button-default.jpg”) %>” /> where button-default.jpg is the name of your current button image file.
It’s that simple.