How to check whether Sitecore item is using alias
问题 Currently an "Alias" in Sitecore will produce multiple routes to the same content item which can negatively affect SEO in some cases. I am looking for a way to programatically check whether the current Page/Item/URL/Request is using an alias or not. I was hoping there would be something along the lines of: Sitecore.Web.WebUtil.IsAlias Any ideas on how to check for aliases? -------UPDATE------- Here is my current solution which appears to work just fine... Unless anyone has a better ideas?: