What are Canonical tags?

Discussion in 'Search Engine Optimization' started by jamesr12, Apr 15, 2012.

  1. kapilheera

    kapilheera Peon

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #21
    canonical tags mention in Google webmaster tool are same or different where we decide our site to be crawled by www version or non www version
     
    kapilheera, Jun 30, 2012 IP
  2. RickyChhajed

    RickyChhajed Peon

    Messages:
    73
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    When we talk about canonical issues, what we mean is does your site properly handle www versus non-www URLs. As a quick test, type http://yoursite.com into the browser. Be sure to leave off the www. Does the URL redirect to the www version? If not, you are susceptible to a canonical issue. (Unless you choose to display your site without the www, in which case, the site should redirect the www to the non-www version)
     
    RickyChhajed, Jul 2, 2012 IP
  3. nickywalker

    nickywalker Member

    Messages:
    64
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #23
    I make sure all links go to the www version of my domain by updating the htaccess file with:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^www\.yourdomainname\.co.uk$
    RewriteRule (.*) http://www.yourdomainname.co.uk/$1 [R=301,L]
     
    nickywalker, Jul 2, 2012 IP
  4. angger07

    angger07 Active Member

    Messages:
    75
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    61
    #24
    It is used to avoid duplicate content
     
    angger07, Jul 2, 2012 IP
  5. lensvault12

    lensvault12 Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #25
    Thanks for sharing this information, it help for me.
     
    lensvault12, Jul 4, 2012 IP
  6. ramkarthick2

    ramkarthick2 Member

    Messages:
    277
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #26
    Yes this tag is used for overcoming the duplicate webpages.
     
    ramkarthick2, Jul 4, 2012 IP
  7. queuemobile

    queuemobile Greenhorn

    Messages:
    99
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    6
    #27
    Just avoid the duplicates keyword ranking ,like a signal keyword show in two pages in our websites means, using Canonical URL tags , avoid the issues.
     
    queuemobile, Jul 4, 2012 IP
  8. NareshReddy

    NareshReddy Member

    Messages:
    39
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    48
    #28
    Canonical Tag Code used by search engine crawlers/spiders to tell search engines what URL is the original version of your webpage.
     
    NareshReddy, Jul 4, 2012 IP