# Permanent vs Temporary Track Redirect Links

*Article Topics:* [*Tracking*](/getting-started/common-topics/tracking.md)

{% hint style="info" %}
**Please Note:** As of version 5.1.1.13, Permanent Redirects (301) is the default behavior of track redirect links.
{% endhint %}

When a visitor clicks a track link, they are redirected to the original destination tour URL from the Sites Admin. The redirect will have a HTTP Status Code of either 301 or 302.&#x20;

You can change the behavior by using the [Permanent Redirect settings in the Surfer section of the Configuration Admin.](/nats-admin/configuration/configuration-overview/surfer.md#tracking)

## 301 vs 302 redirects

### 301 Redirects (Permanent)

301 redirects signify a **permanent** move of a webpage by telling browsers and search engines that the page has moved to a new location. This can impact SEO by transferring most of the ranking power to the redirected page.&#x20;

### 302 Redirects (Temporary)

302 redirects signify a **temporary** redirect, and that the original page may return. 302 redirects are typically used when A/B Testing new content, temporarily redirecting during maintenance, or previewing or testing before a permanent launch.&#x20;

You can learn more about 301 and 302 HTTP Status codes on the following page: [URL Redirection](https://en.wikipedia.org/wiki/URL_redirection).

## Configuration Setings

The following Configuration Settings, found in the [Surfer Section](/nats-admin/configuration/configuration-overview/surfer.md), allow you to set the desired outcome for when someone clicks the link. &#x20;

<figure><img src="/files/3uW8RKeBCTusJnc2Ijkx" alt=""><figcaption></figcaption></figure>

* **Permanent Redirect Track** - Do a 301 (permanent) instead of a 302 (temporary) redirect on track links.
* **Permanent Redirect Adtool** - Do a 301 (permanent) instead of a 302 (temporary) redirect on ad tool links.
* **Permanent Redirect Promo** - Do a 301 (permanent) instead of a 302 (temporary) redirect on promotional links.
* **Permanent Redirect Switch** - Do a 301 (permanent) instead of a 302 (temporary) redirect on strack links.

## Related Articles

{% content-ref url="/pages/H1H6g5CqbVlkzaentCln" %}
[Surfer](/nats-admin/configuration/configuration-overview/surfer.md)
{% endcontent-ref %}

{% content-ref url="/pages/J3U83c6F7CLhfeBGKMSw" %}
[Tracking](/using-nats/nats-admin-features/linkcodes/tracking.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.toomuchmedia.com/using-nats/nats-admin-features/linkcodes/permanent-vs-temporary-track-redirect-links.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
