By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Let the Customers Determine Your Landing Page, With Automated Optimization | HackerNoon
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > Computing > Let the Customers Determine Your Landing Page, With Automated Optimization | HackerNoon
Computing

Let the Customers Determine Your Landing Page, With Automated Optimization | HackerNoon

News Room
Last updated: 2025/11/22 at 6:45 PM
News Room Published 22 November 2025
Share
Let the Customers Determine Your Landing Page, With Automated Optimization | HackerNoon
SHARE

To get more experience working with AI, I decided to renovate an old website I created in 2018.

Emisary.com was an art project designed to demonstrate a metric I created to measure the demeanor of any person in a given situation. Visitors would write about their lives, then analyze each other’s work using this metric, and eventually receive a crowdsourced psychological profile of how they would be perceived by others socially. Unfortunately for them, the onboarding was a massive burden; users had to write 5 essays and critique 25 others. The delay this caused meant most people never saw their analysis. I moved on to other things.

But a few months ago, I realized I could train an AI model to do the work automatically. Visitors could write about specific moments from their lives and receive ongoing AI feedback about how their demeanor would have been perceived. They would be able to track their personality over time and make changes.

But with a product like this one that is not so easily pigeon-holed, the visual presentation has a tremendous impact on conversion. If I chose badly, users might be turned off before they had a chance to try it out. So, once I got the AI analysis portion up and running, I took some time out to work on landing page optimization. n

My first stab used a dynamic animation, which maybe I became a little too attached to.

Users arrive to see the ad copy against a blue background. Then tiny motes of teal and blue squirm from the edges of the screen. As the visitor reads through the copy, they begin to realize that the motes of light have left colorful trails that all end in a circle around our messaging. Over the course of ten seconds, it creates an expressionistic eyeball, graphically echoing the idea that we are constantly being perceived. I liked it, but had no idea if it would resonate with the expected demographic of 18 to 24-year-olds who might want to use the product. Chances are, probably not.

In other situations, I’d work with copywriters and designers to generate a variety of different takes and get feedback through UserTesting.com or some other paid testers. But I don’t have the money for that, so I decided to make the app do its own user testing and divide up incoming traffic to optimize the landing page dynamically.

I didn’t want to conflate our messaging with the means of its expression, so my plan was to first determine the best visual take and then fine-tune the text through repeated iteration.

I quickly created 12 different landing pages using the same headline and body copy, so I could effectively compare them against one another. Initially, I tried working with the visual metaphor of that party game where people have famous names attached to their foreheads and they have to discover who they are by asking questions. It seemed like a good metaphor for life in general. But in practice, the AI-generated images I spun up fell into the uncanny valley in all the worst ways. Probably not usable unless I wanted to start a cult.

Ultimately, I found my salvation with Unsplash.com and eventually worked up three additional avenues to test out, as well as a few more I might try another day.

The first trial: I have the eyeball animation as our control, a simple graphic version, a soulful Gen Z woman staring thoughtfully into space, and a version with imagery that wouldn't signal age or gender. 

And the rejects. The AI generated images looked creepy and some of the models didn't seem right. I might test some later if traffic allows.

Building out the landing pages and the functionality was pretty straightforward. Total time from conception to delivery was about 2.5 days.

Now, on every incoming visit, a tiny Laravel middleware directs the visitor based on weights that are defined in the database. The assignment is sticky (via a long-lived cookie plus session), so a visitor will continue to see the same variant on return visits, which keeps our data honest.

Each assignment creates a lightweight “impression” record with the chosen variant, a timestamp, and any UTMs. With that record, we can count impressions per variant, look at confirmed visits, and track signups attributed to the first page a visitor lands on. For attribution, we capture UTMs on the first request and bind them to the assignment record so we can slice performance by channel later (Reddit vs. Product Hunt vs. email, etc.). We also allow forcing a specific variant via a query string (e.g., ?ab=splash-plain) for when we want a campaign to land on one design consistently.

All of this flows into an admin panel that I had already built to monitor the server and my workers. We list each variant’s path, weight, control flag, impressions, confirmed visits, signups, and conversion rate. And I can re-weight the variants or the control dynamically without having to change any code.

For this initial run (to determine the control), I want to keep everything manual, so I have placed my automated re-weighting feature behind a flag called out in the .env file. The goal at this point is to gather enough visitors to reach a statistical conclusion, turn on automated re-weighting, and then keep iterating.

The admin panel after 8 hours without driving any users to the site. The high number of impressions versus confirmed visits are likely bots.

But then, after pushing the update live, I woke the next morning to something weird.

Without driving any traffic, I had in the neighborhood of 200 visitors, none of whom created an account. In contrast, Google Analytics claimed 0 visitors, which made a lot more sense.

Bots were clearly the problem.

This is the most shocking realization coming out of the project: that a random, un-promoted web page might get 400 bots a day. Imagine all those automated pings floating out there at any given time; it’s like the microwave background radiation of the internet. I eventually realized we were marking a visit “confirmed” on the first page load, whereas Google was smart enough to filter out the robots in some other fashion.

Now, we only confirm a visit after the page’s JavaScript posts a tiny beacon back to the server. That requires a real browser, session cookies, and a CSRF token. We also shifted “unique visitor” increments to happen at confirmation time, not impression time. The data seems accurate now, and the admin panel lines up with Google. Bots still ping the site—but now they inflate impressions, not the numbers we’ll use to make decisions.

My goal ultimately is to maintain our winning landing page traffic at about 70% and to use the remaining 30% for testing.

As a feature for the future, I’d like to divide the control traffic into two identical buckets that I can compare against each other to measure the variability of the data. That would allow me to better understand when a variant should become the control and fine-tune decision-making.

In the meantime, I’m going to assume that if we get more than a 5% improvement over time, we have a winner.

  • Black and white woman pensive: Photo by Nilay Sozbir on Unsplash
  • Cat in mirror: Photo by Yurii Khomitskyi on Unsplash
  • Guy in a bar looking pensive: cottonbro studio
  • Woman Wearing Blue Denim Jacket Putting Her Right Arm on Her Cheek: juan pablo serrano
  • Bike guy reflection: by Filipp Romanovski
  • Glass globe at beach: Photo by Ines Cvitić on Unsplash
  • Person taking photo of you from car: Photo by Bianca Suri on Unsplash
  • Woman looking down at camera: Photo by Valentin Lacoste on Unsplash

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Turn your smartphone into a powerful scanner for life with this  app Turn your smartphone into a powerful scanner for life with this $40 app
Next Article The Best Productivity Apps We’ve Tested for 2025 The Best Productivity Apps We’ve Tested for 2025
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

'Landman' Season 2: When Episode 2 Hits Paramount Plus
'Landman' Season 2: When Episode 2 Hits Paramount Plus
News
Apple TV Black Friday deal: Get the streaming service for .99/mo for 6 months
Apple TV Black Friday deal: Get the streaming service for $5.99/mo for 6 months
News
Pinterest Affiliate Marketing For Bloggers
Pinterest Affiliate Marketing For Bloggers
Computing
Google: No, We’re Not Secretly Using Your Gmail Account to Train Gemini
Google: No, We’re Not Secretly Using Your Gmail Account to Train Gemini
News

You Might also Like

Pinterest Affiliate Marketing For Bloggers
Computing

Pinterest Affiliate Marketing For Bloggers

16 Min Read
Pretty Charts Are Lying to You | HackerNoon
Computing

Pretty Charts Are Lying to You | HackerNoon

7 Min Read
Nearly M Raised Before V1 Protocol Launch, This New Crypto May Be The Safest 2026 Investment | HackerNoon
Computing

Nearly $19M Raised Before V1 Protocol Launch, This New Crypto May Be The Safest 2026 Investment | HackerNoon

6 Min Read
ByteDance fires 61 employees in anti-corruption move · TechNode
Computing

ByteDance fires 61 employees in anti-corruption move · TechNode

1 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?