Web Hosting Sitemap  
Find Affordable Web Hosting Providers - Tophosts.com
  

Find Affordable Web Hosting

FIND WEB HOSTING TOP 25 WEB HOSTS WEB HOSTING FORUM NEWSLETTER ONLINE BACKUP REVIEWS

Go Back   Web Hosting Forum - Webhosting Discussions at TopHosts.Com > Search Engine Optimization
User Name
Password


Reply
 
Thread Tools Display Modes
Old 02-07-2007, 11:35 AM   #1
mrapache
Newbie
 
Join Date: Feb 2007
Posts: 3
mrapache is on a distinguished road
Arrow robots.txt SEO

I am curious to see some example uses and implementations of robots.txt.. specifically implementations and the reasons behind them for increasing SEO. The robots.txt I am using is based on the example: SEO with robots.txt

WordPress 2.1 robots.txt
Code:
User-agent: * 

# disallow all files in these directories
Disallow: /cgi-bin/
Disallow: /admin/
Disallow: /comments/
Disallow: /z/j/
Disallow: /z/c/
Disallow: /about/legal-notice/
Disallow: /about/copyright-policy/
Disallow: /about/terms-and-conditions/
Disallow: /about/feed/
Disallow: /about/trackback/
Disallow: /contact/
Disallow: /stats*
Disallow: /tag
Disallow: /category/uncategorized*

# disallow all files ending with these extensions
Disallow: /*.php$
Disallow: /*.js$
Disallow: /*.inc$
Disallow: /*.css$
Disallow: /*.txt$

# disallow all files in /wp- directorys
Disallow: /wp-*/

# disallow all files with? in url
Disallow: /*?
I also use a custom robots.txt for phpBB


phpBB robots.txt
Code:
User-agent: * 
# disallow all files with a? in url 
Disallow: /*?* 
  
# disallow all files ending in specific extension 
Disallow: /*.php$ 
Disallow: /*.js$ 
Disallow: /*.inc$ 
Disallow: /*.css$ 
Disallow: /*.txt$ 

# disallow these dirs
Disallow: /js/
Disallow: /css/
Disallow: /cgi-bin/
Disallow: /db/
Disallow: /admin/
Disallow: /cache/
Disallow: /includes/
Disallow: /templates/

# disallow these files and dirs
Disallow: /V
Disallow: /stats*
Disallow: /post
Disallow: /member
Disallow: /mx_

# disallow these urls
Disallow: /rss.php
Disallow: /viewtopic.php
Disallow: /viewforum.php
Disallow: /index.php?
Disallow: /posting.php
Disallow: /groupcp.php
Disallow: /search.php
Disallow: /login.php
Disallow: /profile.php
Disallow: /memberlist.php
Disallow: /faq.php
Disallow: /common.php
Disallow: /index.php
Disallow: /memberlist.php
Disallow: /modcp.php
Disallow: /privmsg.php
Disallow: /viewonline.php

# disallow urls starting with quote
Disallow: /"
but this phpBB forum is different than the default because it has special optimizations already.


Basically this helps get rid of duplicate content, low-quality content, css, javascript, php, etc.. but does allow search engines to read the articles, find images, find pdfs, etc.
Anyone else have improvements or other robots.txt examples?
mrapache is offline   Reply With Quote
Old 03-30-2007, 06:09 AM   #2
casitecenter
Hoster
 
Join Date: Mar 2007
Posts: 32
casitecenter is on a distinguished road
Default Re: robots.txt SEO

you can also use robot meta tag inside html for pages
good luck
__________________
Free Coupon for tophosts users:
15% off + free submitting to 100 search engines
Coupon Code : tophosts32


www.casitecenter.com
casitecenter is offline   Reply With Quote
Old 03-30-2007, 11:43 PM   #3
mrapache
Newbie
 
Join Date: Feb 2007
Posts: 3
mrapache is on a distinguished road
Default Re: robots.txt SEO

Yeah you are correct.

Heres what I'm doing now to SEO WordPress



Code:
<?php if(is_single() || is_home()) { ?>
<meta name="googlebot" content="index,follow,noodp,noarchive" />
<meta name="robots" content="all,index,follow" />
<meta name="msnbot" content="all,index,follow" />
<?php } else { ?>
<meta name="googlebot" content="follow,noodp,noindex,noarchive" />
<meta name="robots" content="follow,noindex,noarchive,nocache" />
<meta name="msnbot" content="follow,noindex,noarchive,nocache" />
<?php }?>

And then my robots.txt is less restrictive than initially because we still want google to follow our pages, and they won't if its disallowed in robots.txt.
mrapache is offline   Reply With Quote
Old 05-15-2007, 05:19 AM   #4
casitecenter
Hoster
 
Join Date: Mar 2007
Posts: 32
casitecenter is on a distinguished road
Default Re: robots.txt SEO

thank you so much
good luck

best regards
__________________
Free Coupon for tophosts users:
15% off + free submitting to 100 search engines
Coupon Code : tophosts32


www.casitecenter.com
casitecenter is offline   Reply With Quote
Old 05-16-2007, 05:42 PM   #5
mrapache
Newbie
 
Join Date: Feb 2007
Posts: 3
mrapache is on a distinguished road
Default Re: robots.txt SEO

no problem bro.. implementing this into my blog has given huge seo results. g'luck
mrapache is offline   Reply With Quote
Old 05-29-2007, 01:00 PM   #6
casitecenter
Hoster
 
Join Date: Mar 2007
Posts: 32
casitecenter is on a distinguished road
Default Re: robots.txt SEO

Quote:
Originally Posted by mrapache
no problem bro.. implementing this into my blog has given huge seo results. g'luck
Yes this is your right when you share a idea with others you will have huge visitors
any way ,i have the best wishes for you and continue it
__________________
Free Coupon for tophosts users:
15% off + free submitting to 100 search engines
Coupon Code : tophosts32


www.casitecenter.com
casitecenter is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


» Links
   webmaster forums
   merchant select

» Links


All times are GMT -4. The time now is 07:17 PM.




SEO by vBSEO 2.4.0