I have a website on umbraco CMS and I want to redirect some url's (not many, just about 10-15). For example: Now i have 2 URL's->
1) xyz.com/home-index.aspx (old)
2) xyz.com/index.aspx (new)
I want to make, that home-index.aspx will redirect to index.aspx, permanently, also for google (now this 2 links works on my site, but googlebot indexed just one of them - "home-index.aspx". I want to have on google search result just "index.aspx", without "home-index.aspx"), and I want, that if user will go on "home-index.aspx", he will be redirected on "index.aspx" (googlebot also). As i said before, now this 2 links in example shows the same content. How can I do this?
Greetings!