# Permanent vs Temporary Track Redirect Links

*Article Topics:* [*Tracking*](https://docs.toomuchmedia.com/getting-started/common-topics/tracking)

{% 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.](https://docs.toomuchmedia.com/nats-admin/configuration/configuration-overview/surfer#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](https://docs.toomuchmedia.com/nats-admin/configuration/configuration-overview/surfer), allow you to set the desired outcome for when someone clicks the link. &#x20;

<figure><img src="https://2232071635-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWJVne6meHqGT8rzsBdod%2Fuploads%2F44rXJsSQuNbLKIKATKuA%2Fimage.png?alt=media&#x26;token=a56e96de-9833-408a-ae15-a5ca3fdaa645" 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="../../../nats-admin/configuration/configuration-overview/surfer" %}
[surfer](https://docs.toomuchmedia.com/nats-admin/configuration/configuration-overview/surfer)
{% endcontent-ref %}

{% content-ref url="tracking" %}
[tracking](https://docs.toomuchmedia.com/using-nats/nats-admin-features/linkcodes/tracking)
{% endcontent-ref %}
