Konigle Community

community

Signup for Konigle Login

How to create URL redirects?

Created on

Here's a guide to answer the commonly asked question "How do I redirect a URL?"

1. From your dashboard, go to Website > URL redirects > New URL Redirect.

Adding a URL redirect
Adding a URL redirect

2. The ‘Redirect from’ field is where you would like to redirect site visitors from (usually the URL of your old website). This is always start with a ‘/’.

3. The ‘Redirect to’ field is where you would like to redirect site visitors to. This should always start with a:

  • ‘/’ when the new URL is on the same website
  • 'https' when the new URL is on an external website

Make sure that the new URL is valid and working to avoid any broken links.

4. Lastly, toggle if you want to redirect to be temporary. A permanent redirect is recommended for SEO.

Adding a new URL redirect on Konigle
Adding a new URL redirect on Konigle

If you're wondering what is an example of URL redirection? Here is an example of how the URL redirection should be done.

URL redirection example on Konigle
URL redirection example on Konigle

Here's a video tutorial on how to create URL redirects in your website:

Can I redirect a URL for free?

Yes, there are several free options for redirecting URLs:

  • Website builder platforms: Many website builders, like Konigle, offer basic URL redirection features within their plans.
  • Free redirect services: Platforms like Freedomain.io offer limited free URL redirection functionality.
  • DNS management: If you manage your domain name server (DNS), you can set up redirects directly through your DNS provider.

What happens when you redirect a URL?

Redirecting a URL sends users and search engines to a different webpage than the one they originally requested. It's like being shown a "detour" sign and directed to a different destination. This can be done permanently (301 redirect) or temporarily (302 redirect).

Which redirect should I use?

Choosing the right redirect depends on the specific situation, such as:

  • Is the redirection temporary or permanent?
  • Are there any SEO considerations?

Is redirect permanent or temporary?

It depends on the type of redirect used:

  • 301 redirectPermanent. Used when a page has permanently moved to a new location.
  • 302 redirect: Temporary. Used when a page has temporarily moved to a new location.