how to solved canonical issue?

Discussion in 'SEO' started by peaksoft, Dec 16, 2012.

  1. #1
    hi friends,

    how to solved canonical issue for static website in Google webmaster? Google always say "You may need to verify ownership of both the www and non-www versions of your domain. Because setting a preferred domain impacts both crawling and indexing, we need to ensure that you own both versions." Bcoz i don't know how to verify ownership of www and non-www versions.

    Please help me
    ?

    Thanks in adavance
     
    peaksoft, Dec 16, 2012 IP
  2. markabiyn02

    markabiyn02 Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Canonical issues are a major problem of websites as long as Search Engine Optimization is concerned. If you are still unclear about website
     
    markabiyn02, Dec 19, 2012 IP
  3. markabiyn02

    markabiyn02 Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Canonical issues are a major problem of websites as long as Search Engine Optimization is concerned. If you are still unclear about website
     
    markabiyn02, Dec 19, 2012 IP
  4. atsad

    atsad Notable Member

    Messages:
    375
    Likes Received:
    15
    Best Answers:
    1
    Trophy Points:
    200
    #4
    what type of site your is?
    Wordpress or others?
     
    atsad, Dec 19, 2012 IP
  5. sajithafathima

    sajithafathima Peon

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #5
    way to solve this canonical issue.. 301 redirection with .htaccess file is the solution.


    • Create a .htaccess file. Open Notepad. Name it as .htaccess.
    • Paste the below code into the notepad. You have to customize the code by replacing your own domain name. And in place of index.html you have to replace it with your home page file name. Another thing is, you have to decide whether you want www version or non www version of your cannonical url. Both are fine. But the common trend is www version. If you want non www version of your domain name just remove the www. portion from the code.
     
    sajithafathima, Dec 19, 2012 IP
  6. peaksoft

    peaksoft Member

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #6
    HTML format
     
    peaksoft, Dec 21, 2012 IP
  7. matt0019

    matt0019 Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    HOW to work in forumposting in seo?
     
    matt0019, Jan 1, 2013 IP
  8. sharanseo

    sharanseo Greenhorn

    Messages:
    48
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #8
    301 redirection with .htaccess file is the solution. Thanks for share here...
     
    sharanseo, Jan 3, 2013 IP
  9. aruna8712

    aruna8712 Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    Fixing canonical issues means that you do a canonical redirect so that if someone (search engine or human) tries to go to the wrong version of your URL, they will be redirected to the correct version.
     
    aruna8712, Jan 9, 2013 IP
  10. deeprajncc

    deeprajncc Member

    Messages:
    453
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #10
    We can solve this issue by redirecting all these URLs to a single URL permanently. By uploading a .htaccess file we can easily redirect all the URLs.

    1: Following is the code to redirect non www domain (http://yoursite.com/) to www domain (http://www.yoursite.com/) permanently (301):

    Options +FollowSymLinks
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^yoursite\.com
    RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=permanent,L]
     
    deeprajncc, Jan 14, 2013 IP
  11. chandandas.me

    chandandas.me Greenhorn

    Messages:
    26
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    23
    #11
    You can solve your canonical issues without even verifying the ownership at WMT. Follow this link where I have described how to solve it exactly.
     
    Last edited: Jan 14, 2013
    chandandas.me, Jan 14, 2013 IP
  12. chetanvh07

    chetanvh07 Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #12
    Guys is it necessary to sort out canonical issue?
     
    chetanvh07, Jan 15, 2013 IP
  13. chandandas.me

    chandandas.me Greenhorn

    Messages:
    26
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    23
    #13
    Yes it is. Otherwise search engines will misunderstand your site regarding duplicate content. Even though your website doesn't have any duplicate content, if the canonical issues are not solved, search engines may consider your site having duplicate content. Know more about it here. Hope it clears your confusion.
     
    chandandas.me, Jan 15, 2013 IP
  14. nehasoft

    nehasoft Greenhorn

    Messages:
    123
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #14
    The way to solve the canonical issue is 301 redirection.
     
    nehasoft, Jan 16, 2013 IP
  15. zafarmalik4

    zafarmalik4 Active Member

    Messages:
    15
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    58
    #15
    You can add <link rel="canonical" href="here the home page url"/> on home page , I think this problem will be easily remove.
     
    zafarmalik4, Jan 16, 2013 IP
  16. chetanvh07

    chetanvh07 Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #16
    Thanks chandandas my confusions got cleared out.
     
    chetanvh07, Jan 16, 2013 IP
  17. chetanvh07

    chetanvh07 Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #17
    thanks zafarmalik4 :)
     
    chetanvh07, Jan 16, 2013 IP
  18. chetan261992

    chetan261992 Member

    Messages:
    52
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #18
    I think you have to follow canonical tag..
    For ex - <link rel="canonical" href="http://www.example.com/product.php?item=swedish-fish"/>
     
    chetan261992, Feb 3, 2013 IP
  19. YourRE dot Com

    YourRE dot Com Active Member

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    61
    #19
    Yes, <link rel="canonical" href="CURRENT URL"/> in blogger it's automatic for wordpress and other platforms you will need to include code.It will get you better seo ranking.
     
    YourRE dot Com, Feb 3, 2013 IP
  20. NayabHasan

    NayabHasan Greenhorn

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #20
    I want to redirect my domain non www to www
    I try everyting but it's not working
    Hosted on Apache
    Can you please help me to solve it
     
    NayabHasan, Sep 29, 2014 IP