I have several pages in my site setup with Shortcut links. This is fine when users navigate site, as EPiServer loads the correct URL.
However, if a user types in the url that has a shortcut link set, it loads on that URL, and doesn't redirect. This is causing search engine duplication.
So, for example:
http://www.mysite.com/section/rooms/ is set to redirect to http://www.mysite.com/section/rooms/room1/
The navigation loads http://www.mysite.com/section/rooms/room1/ but if user types in http://www.mysite.com/section/rooms/ it loads http://www.mysite.com/section/rooms/room1/ but stays on the previous URL without redirecting.
Hi,
I have several pages in my site setup with Shortcut links. This is fine when users navigate site, as EPiServer loads the correct URL.
However, if a user types in the url that has a shortcut link set, it loads on that URL, and doesn't redirect.
This is causing search engine duplication.
So, for example:
http://www.mysite.com/section/rooms/ is set to redirect to http://www.mysite.com/section/rooms/room1/
The navigation loads http://www.mysite.com/section/rooms/room1/ but if user types in http://www.mysite.com/section/rooms/ it loads http://www.mysite.com/section/rooms/room1/ but stays on the previous URL without redirecting.
(I hope the above makes sense)
Cheers
Danny