Robots .txt

Cdman

Power Member
Joined
Jul 7, 2011
Messages
608
Reaction score
36
What's a good example of a robots.txt file for wordpress ?

For some reason I always have problems with google I indexing sexy bookmark plugin on my site and don't want it happening again on my new site

Do people use pre made robots.txt files or do it manually ?

(I'm a noob with this,does WP already start with any robots.txt file ?)

Thanks
 
Code:
User-agent: *
Disallow: /cgi-bin
Disallow: /wp-admin
Disallow: /wp-includes
Disallow: /wp-content/plugins
Disallow: /wp-content/cache
Disallow: /wp-content/themes
Disallow: /trackback
Disallow: /feed
Disallow: /comments
Disallow: /category/*/*
Disallow: */trackback
Disallow: */feed
Disallow: */comments
Disallow: /*?*
Disallow: /*?
Allow: /wp-content/uploads

# Internet Archiver Wayback Machine
User-agent: ia_archiver
Disallow: /

# digg mirror
User-agent: duggmirror
Disallow: /
 
Might use the one above, thanks
 
Back
Top