Wordpress users! Are you using ROBOTS.TXT? If not, I encourage you to create one and upload it under your website domain.
For example: If you have an image directory called “products_images” that you don’t want to appear in Google images. All you have to do is to add this line to your robots.txt
User-agent: Googlebot-Image
Disallow: /projects_images/
Did you know by default, your wordpress display some of your post repeatedly unless if you are using excerpts.
For example:
a copy of your latest post from the homepage, another copy from your date archive pages, another copy from its own post. You can minimized this by using robots.txt. A great robots.txt for seo wordpress sample by AskApache.com
# Minimize Bandwidth consumption
Another reason to keep a robots.txt on your wordpress is to minimized bandwidth usage. Unnecessary wordpress directories to cache like wp-admin, wp-includes, themes, cache, plugins, trackback, comments, and etc. Try to add this on your robots.txt:
Disallow: /wp-admin
Disallow: /wp-includes
Disallow: /wp-content/plugins
Disallow: /wp-content/cache
Disallow: /wp-content/themes
Disallow: /trackback
Disallow: /comments
Disallow: */trackback
Disallow: */comments
Disallow: /*?*
Disallow: /*?
I tried this trick and minimized almost 30% my monthly bandwidth consumption.
# To hide or to prevent appearing of your private documents in Search Engines:
As a mention above.
What is robots.txt?
From my own definition hehe, ROBOtS.TXT is a piece of file that instructs and acknowledged by major Search engine bots, (Google, Yahoo, MSN, Askjeeves) which area and what files or directories of your website are restricted and don’t need to spider.For example: If you have an image directory called “products_images” that you don’t want to appear in Google images. All you have to do is to add this line to your robots.txt
User-agent: Googlebot-Image
Disallow: /projects_images/
Benefits of having ROBOTS.TXT
# To avoid duplicate contentDid you know by default, your wordpress display some of your post repeatedly unless if you are using excerpts.
For example:
a copy of your latest post from the homepage, another copy from your date archive pages, another copy from its own post. You can minimized this by using robots.txt. A great robots.txt for seo wordpress sample by AskApache.com
# Minimize Bandwidth consumption
Another reason to keep a robots.txt on your wordpress is to minimized bandwidth usage. Unnecessary wordpress directories to cache like wp-admin, wp-includes, themes, cache, plugins, trackback, comments, and etc. Try to add this on your robots.txt:
Disallow: /wp-admin
Disallow: /wp-includes
Disallow: /wp-content/plugins
Disallow: /wp-content/cache
Disallow: /wp-content/themes
Disallow: /trackback
Disallow: /comments
Disallow: */trackback
Disallow: */comments
Disallow: /*?*
Disallow: /*?
I tried this trick and minimized almost 30% my monthly bandwidth consumption.
# To hide or to prevent appearing of your private documents in Search Engines:
As a mention above.



by: admin
in 


The blog ramblings of GL3nn Dasmarinas on internet money making tips, seo, web ,graphics design and current events. To know more about Glenn 









April 1st, 2008 at 1:27 pm
Sounds like you know a bit about web design…
I use sitesell.
Check – http://www.cebu-philippines.net
April 1st, 2008 at 10:19 pm
I have mine but it’s so simple
User-agent: Mediapartners-Google*
Disallow:
User-agent: *
Disallow: /cgi-bin/
Disallow: /images/
Disallow: /pictures/
kaya kinopya ko na lang yung sa robots.txt mo, haha! I’ll just make some adjustments na lang. Thanks!
April 2nd, 2008 at 12:23 pm
@john, hi john, let me know if there is anything I can contribute. Thanks for the visit
@amor, ung saken ni copy ko lang din hehe
October 2nd, 2008 at 12:22 pm
[...] But you can prevent this by using that <!–more–> tag
, also combined using robots.txt (visit my post about this) and manipulating your meta tags. Remember Google hates a duplicate content, hehe. Hope this post [...]