What is a canonical url?

Discussion in 'HTML & Website Design' started by Lawrence David, Jul 28, 2011.

  1. #1
    i have referred so many website. All are using canonical url for source code.. please any one suggest me
     
    Lawrence David, Jul 28, 2011 IP
  2. Icecube_media

    Icecube_media Peon

    Messages:
    656
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Canonical URL is related to www or Non www url. You can redirect with 301 for permanent redirection!
     
    Icecube_media, Jul 28, 2011 IP
  3. webexpert00

    webexpert00 Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Canonical URL means choosing best URL from the available. But this becomes a problem when your website's home page URL gets indexed by search engines with www and sometimes without www. To resolve this, canonical tag is used on the web page or a 301-redirect method is implemented.
     
    webexpert00, Jul 28, 2011 IP
  4. mhack122

    mhack122 Peon

    Messages:
    44
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Canonicalization is the process of picking the best url when there are several choices, and it usually refers to home pages. For example, most people would consider these the same urls:
    www.example.com, example.com, www.example.com/index.html, example.com/home.asp

    But technically all of these urls are different. A web server could return completely different content for all the urls above. When Google “canonicalizes” a url, we try to pick the url that seems like the best representative from that set.
     
    mhack122, Aug 1, 2011 IP
  5. dcristo

    dcristo Illustrious Member

    Messages:
    19,776
    Likes Received:
    1,200
    Best Answers:
    7
    Trophy Points:
    470
    Articles:
    7
    #5
    Its used when you have duplicate content on the same domain, to tell google which URL is the source page. 
     
    dcristo, Aug 1, 2011 IP