Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Laurence Gillian 597 posts 1214 karma points
    Dec 05, 2013 @ 13:01
    Laurence Gillian
    0

    umbracoUrlAlias, is it useful?

    Is umbracoUrlAlias useful, yes.

    But, by using umbracoUrlAlias, you are creating 'duplicate' content, which is not very good for your SEO :-(

    Alternative URL's are important.
    Short URL's makes user life's easier, and are important for a variety of joys such as good Google AdWords scoring.

    What's needed is, URL aliases that REDIRECT to the node.

    E.g.

    http://umbraco.com/products/more-add-ons/courier-2.aspx

    URL Alias(s)

    http://umbraco.com/Courier-Umbraco-Deployment
    http://umbraco.com/Courier-2
    http://umbraco.com/Courier


    This resolves the problem of duplicate content.

    Is this something people would be interested in? I'd be interested to know people's thoughts, and the best place to implement something like this in the pipeline.

    Happy December 5th! Laurence

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Dec 05, 2013 @ 13:09
  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Dec 05, 2013 @ 13:10
    Tim Geyssens
    0

    Guess you could extend it with a custom datatype that allows you to insert URL Alias and that would then sync with the 301 URL Tracker

  • Lee Kelleher 3945 posts 15163 karma points MVP 10x admin c-trib
    Dec 05, 2013 @ 13:55
    Lee Kelleher
    0

    ... or "uComponents to the rescue!"? 301 Moved Permanently Not Found Handler.

  • Kevin Jump 1867 posts 11859 karma points MVP 4x c-trib
    Dec 05, 2013 @ 14:04
    Kevin Jump
    0

    if you have to have duplicate urls (sometimes you might) setting the Cononical URL value helps you get past SEO worries. 

    http://googlewebmastercentral.blogspot.co.uk/2009/02/specify-your-canonical.html

  • Laurence Gillian 597 posts 1214 karma points
    Dec 06, 2013 @ 13:10
    Laurence Gillian
    1

    If you use umbracoUrlAlias, you will have duplicate URLs.
    If you use umbracoUrlAlias, you have to set the caconical, otherwise you have a problem. But that's pretty straightforward.

    I'm questioning the way umbracoUrlAlias works.

    In the majority of causes why not just redirect to the actual page.

    The benefit of the alias is 'before' the page is served, when you serve the page you want the correct URL.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies