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
Putting the following code into your functions.php should work: // Remove default canonical links remove_action('wp_head', 'rel_canonical'); PHP:
Check out these links: http://www.google.com/support/webmasters/bin/answer.py?answer=139394 http://www.mattcutts.com/blog/canonical-link-tag/