Copied to clipboard

Flag this post as spam?

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


  • James Taylor 14 posts 124 karma points
    Oct 28, 2015 @ 10:32
    James Taylor
    0

    Best practice for page redirects

    Hi All,

    We're currently in the process of building a new site in Umbraco 7. Our old site has 10,000's of pages which will need redirecting to the new url structure.

    Is it acceptable to redirect to a node id (eg example.com/56789) if a "pretty" url has been set in the rel=canonical tag?

    for example:

    old url: example.com/news/truncated-headline-goes-here/12345

    redirects to: example.com/56789

    canonical: example.com/news/year/month/day/full-headline-goes-here

    Thanks.

  • Lars Gyrup Brink Nielsen 6 posts 76 karma points
    Nov 03, 2015 @ 20:37
    Lars Gyrup Brink Nielsen
    0

    Redirecting (301 Permanent) to a page with a canonical meta tag describing the preferred URL should be fine for solving the problem, you describe.

    However, make sure to provide absolute URLs for the canonical meta tags, e.g. http://example.com/news/truncated-headline-goes-here/12345 as opposed to example.com/news/truncated-headline-goes-here/12345 or/news/truncated-headline-goes-here/12345.

    Note that you must also include the canonical meta tag on the canonical page itself.

    Source: Google Search Console Help > Content guidelines

  • 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