Copied to clipboard

Flag this post as spam?

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


  • Bobi 346 posts 950 karma points
    Apr 26, 2017 @ 16:34
    Bobi
    0

    link rel canonical for SEO

    I have 2 questions regarding canonical url's:

    1) Do you need canonical url's on each page of a website for good SEO, if you have a general iis url redirect for your website (http to https; www to non-www https).

    2) If adding canonical url's on each page is good for SEO, despite #1) above, what would be the easiest / quickest way to add an https non-www canonical url to each page of your site. (If this matters, I am using the rankone SEO package, but it doesn't have a canonical url option).

    Thanks :)

  • Dan Diplo 1554 posts 6205 karma points MVP 5x c-trib
    Apr 27, 2017 @ 18:47
    Dan Diplo
    102

    If It's an Umbraco page then you could probably just use in razor:

    <link rel="canonical" href="@Model.Content.UrlAbsolute()" />
    

    That will add the absolute URL stored in Umbraco for the page.

Please Sign in or register to post replies

Write your reply to:

Draft