How do i "no index" post\page tags in WP

dima054

Regular Member
Joined
Jan 19, 2011
Messages
447
Reaction score
158
My sites were hit by G, then i noticed that google indexed all my tags with description, so for site with 40 pages i have 800 indexed pages. How do i fix that asap in wordpress?
I spent now 2 hours googling about that, found "robots meta" plugin, but it adds "no follow" only. I tried couple of plugins but none of them can add no index to tags.
Please help
 
tags should be added in serp. its good, not bad. correct me if i misunderstood something
 
If i search site:domain.com, all the pages are full with dupes from /search/ and indexed tags. Since wp-robot did that to me i saw huge drop. I think its there. Maybe i didn't explain myself right, not the meta tags, those post tags that you add while posting.
p.s. So google shows in search shitloads of "domain.com/tag/blabla" and "domain.com/search/blabla"

So any help?
 
Last edited:
If i search site:domain.com, all the pages are full with dupes from /search/ and indexed tags. Since wp-robot did that to me i saw huge drop. I think its there. Maybe i didn't explain myself right, not the meta tags, those post tags that you add while posting.
p.s. So google shows in search shitloads of "domain.com/tag/blabla" and "domain.com/search/blabla"

So any help?


If you got penalty its not because of that i think. Google wont consider tags as a duplicate content. That I know for sure. Check what else you did to get the penalty
 
I don't think its normal that site with 40 actual pages has 1k indexed pages. My other sites, with "normal" search results didn't get this penalty. And i did same blackhat to both wp-robot and non-wprobot
 
Hint accepted. ;) I was googling for plugins and totally forgot about robots.txt stupid me...
So i must do noindex */tag/* right? Never really built a robots.txt i bet i must lol
 
Code:
User-agent: *
Disallow: /tag/
Disallow: /search/
right??
I think the allinoneseo thingie didn't work for some reason.... Will recheck again.
 
Last edited:
All in one seo plugin has the option to add no index to the tags.Check it out
 
Idk why, but i can't get no-index for tags through any plugin. No-follow works, noindex is not working on tags not in old posts, not in new posts.
 
Here is the robots.txt file for blocking all shit
Sitemap: http://yoursite/sitemap.xml.gz


User-agent: *
# disallow all files in these directories
Disallow: /cgi-bin/
Disallow: /stats/
Disallow: /dh_
Disallow: /wp-admin/
Disallow: /wp-includes/
Disallow: /contact/
Disallow: /trackback/
Disallow: /*?*
Disallow: */trackback/
Disallow: /*/feed/$
Disallow: /*/feed/rss/$
Disallow: /*/trackback/$
Disallow: /backup
Disallow: /*/feed/
Disallow: /*/trackback/

User-agent: Googlebot
# disallow all files ending with these extensions
Disallow: /*.php$
Disallow: /*.js$
Disallow: /*.cgi$
Disallow: /*.xhtml$
Disallow: /*.php*
Disallow: */trackback*
Disallow: /*?*
Disallow: /z/
Disallow: /wp-*
Disallow: /go/
Disallow: /bb/
Disallow: /forum
Disallow: /zh-CN/
Disallow: /likes/
Disallow: /ar/
Disallow: /nl/
Disallow: /bg/
Disallow: /ru/
Disallow: /da/
Disallow: /pt/
Disallow: /ko/
Disallow: /el/
Disallow: /fr/
Disallow: /it/
Disallow: /hi/
Disallow: /no/
Disallow: /ja/
Disallow: /hr/
Disallow: /es/
Allow: /wp-content/uploads/

# allow google image bot to search all images
User-agent: Googlebot-Image
Allow: /*

# disallow archiving site
User-agent: ia_archiver
Disallow: /

# disable duggmirror
User-agent: duggmirror
Disallow: /# BEGIN XML-SITEMAP-PLUGIN
Sitemap: http://yoursite/sitemap.xml.gz
# END XML-SITEMAP-PLUGIN
 
Last edited:
Before we all copypaste it stupidly.. Is it fine with some wierd plugins, like wpzonbuilder, wp-robot, caching plugins??
Thank you.
 
Back
Top