URL Redirects can be found under your account settings in LSS CRM.
LSS CRM offers four types of redirects. For this guide, we’ll focus on:
1. Redirect to Another URL
Use this option to send visitors from one specific URL to another.
Important: The domain you’re redirecting from must already be added to your LSS CRM account.
Format:
Path: Include a forward slash (/) followed by the page name (e.g., /old-page
).
Target URL: Enter the full URL where visitors should be redirected (e.g., https://newsite.com/new-page
).
Click Save after setting up your redirect.
Open a browser and enter the original URL to ensure it redirects correctly.
Use online redirect checker tools for verification.
Use absolute URLs (e.g., https://newsite.com/page
) to prevent errors.
Avoid redirect chains — redirect old URLs directly to the final destination.
Regularly check for broken redirects to ensure they function properly.
Use REGEX carefully — improper use can cause incorrect redirects.
Redirect loop – Make sure you’re not redirecting a URL to itself.
404 Errors – Verify the target page actually exists.
Slow load times – Too many redirects can hurt performance.