Webmaster Tools is showing that I have some 300 duplicate tags. Most of these are my Wordpress pages which auto-generate to list the posts. I have two questions :
1. Does anybody have experience the duplicate tags issue on Google Webmaster Tools and what exactly it means?
2. Should pages be blocked in robots.txt?
Here is a snippet of my robots.txt file. Any opinions?
if(is_category() || is_tag() || is_page()){
if($paged > 1){
echo'<meta name="GOOGLEBOT" content="noindex,follow" /> ';
}
}