Let's say you had a website that was up for 10 years. You originally had a services page but changed things around over time.
Originally it was services.htm
Then you changed it to services.php
Then you started using Joomla and changed it to services
Then you changed it to services-in-atlanta
Each time you changed it, you put a 301 redirect in .htaccess. So now you have 4 redirects
Is it ok to stack them? Or should you go back to the first and second one and change it to redirect to the current page? I assume the latter is correct.
services.htm > services.php > services > services-in-atlanta Wrong?
services.htm > services-in-atlanta
services.php > services-in-atlanta
services > services-in-atlanta
Correct?
Second question, is there a time when there are too many redirects? Would 100-150 redirects start to slow anything down?
Originally it was services.htm
Then you changed it to services.php
Then you started using Joomla and changed it to services
Then you changed it to services-in-atlanta
Each time you changed it, you put a 301 redirect in .htaccess. So now you have 4 redirects
Is it ok to stack them? Or should you go back to the first and second one and change it to redirect to the current page? I assume the latter is correct.
services.htm > services.php > services > services-in-atlanta Wrong?
services.htm > services-in-atlanta
services.php > services-in-atlanta
services > services-in-atlanta
Correct?
Second question, is there a time when there are too many redirects? Would 100-150 redirects start to slow anything down?