> For the complete documentation index, see [llms.txt](https://docs.shoplift.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shoplift.ai/test/url-testing/ending-a-url-redirect-test.md).

# Ending a URL Redirect Test

When your URL redirect test reaches statistical significance, it's time to review the results and decide what to do next. Unlike template and theme tests, there's no "Apply variant" button for URL redirect tests — you'll need to update your routing manually.

### End your test

When you're ready to stop your test, open the test in Shoplift and click **End test**. This stops the redirect immediately — all visitors will land on the original page again.

#### Pausing a test

If you need to temporarily stop a test to make quick fixes or edits, you can click **Pause** instead of ending it. Pausing stops the redirect and sends all traffic back to the original page while the test is paused. Your test data stays intact so you can resume later.

{% hint style="warning" %}
Avoid pausing tests unless absolutely necessary. Extended pauses can compromise your test data. If you need to pause for more than a short period, end the test instead, duplicate it to a new draft, and relaunch when you're ready.
{% endhint %}

### If your variant won

URL redirect tests don't have an "Apply variant" option because Shoplift doesn't control how visitors arrive at your pages. To make the winning page permanent, you need to update the routing yourself.

Depending on how visitors reach the original page, this might mean:

* **Updating ad campaigns**: Change the destination URL in your ad platform (Google Ads, Meta, TikTok, etc.) to point to the winning page
* **Updating navigation menus**: If the original page is linked in your Shopify navigation, update the menu link to point to the winning URL. Go to **Online Store** > **Navigation** in your Shopify admin.
* **Updating internal links**: Search your theme code, email templates, and any other content that links to the original URL and update those links
* **Setting up a Shopify redirect**: If the original URL receives organic or bookmarked traffic, create a URL redirect in Shopify (**Online Store** > **Navigation** > **URL redirects**) so visitors who go to the old URL are automatically sent to the new one

{% hint style="info" %}
You don't have to do all of these. Focus on the traffic sources that matter most for the pages you tested. If the test was specifically for ad campaign traffic, updating your ad destination URLs may be all you need.
{% endhint %}

### What happens to the pages

Neither page is affected when you end a URL redirect test. Both the original and variant pages remain live on your store. Shoplift only controlled the redirect between them — once the test ends, that redirect stops.

If you no longer need the losing page, you can unpublish or delete it in Shopify.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.shoplift.ai/test/url-testing/ending-a-url-redirect-test.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
