you can do the experiment splitting on the server side, if you have access, to choose the url to send users to, or you can send everyone to page 1, and then send 50% of the traffic to page 2 (if you’re okay with a quick redirect). How you do the splitting is up to you, but using feature flags allows you to have a nice UI for it.