Google keeps listing my wp feed url instead before my actual content page. For example: www.site.com/car/2006/the-content-page/feed/ instead of.. www.site.com/car/2006/the-content-page/ How do i block google from indexing feed pages?
I had the same problem, too. You'll need to create and use a robots.txt file on your site. Check out this link for all the info: http://www.outfront.net/tutorials_02/adv_tech/robots.htm
Thanks for the reply. I dont think that will work as the directory name i wish to block is at the end of the url. If it were www. site.com/feed/car/2006/the-content-page/ i could have blocked it via robots.txt.
You can block any conceivable URL, you just have to know the syntax. My robots.txt blocks any URL with the word "feed" at the end of the URL. Google for "robots.txt" and you'll find what you need, I guarantee it.
There's no need for a plugin, you either use the robots.txt file or you edit your template to add rel="nofollow" to the code that displays the feed link. That's it.
needs to hack wp code tho' some stuff in header.php but rss links are generated from wp function look for feed related functions and change anchor code there