Removing rel=canonical from wp posts

Discussion in 'WordPress' started by sprabhu, Aug 7, 2011.

  1. #1
    How can i remove rel=canonical tag from my wp posts. I have noticed my all pots are tagged with rel=canonical which i thing is not good for search engine. Plz help me how can i remove this from all my posts
     
    sprabhu, Aug 7, 2011 IP
  2. bogi

    bogi Well-Known Member

    Messages:
    482
    Likes Received:
    16
    Best Answers:
    2
    Trophy Points:
    140
    #2
    Putting the following code into your functions.php should work:

    // Remove default canonical links
    remove_action('wp_head', 'rel_canonical'); 
    PHP:
     
    bogi, Aug 7, 2011 IP
  3. imraan

    imraan Greenhorn

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    can you please explain how it affects search engine indexing / results?
     
    imraan, Aug 8, 2011 IP
  4. bogi

    bogi Well-Known Member

    Messages:
    482
    Likes Received:
    16
    Best Answers:
    2
    Trophy Points:
    140