User-agent: *
Disallow: /memberlist.php
Disallow: /groupcp.php
Disallow: /privmsg.php
Disallow: /profile.php
Disallow: /posting.php
User-agent: *
Disallow: /admin/
Disallow: /attach_mod/
Disallow: /db/
Disallow: /files/
Disallow: /images/
Disallow: /includes/
Disallow: /language/
Disallow: /mycalendar_mod/
Disallow: /spelling/
Disallow: /templates/
Disallow: /common.php
Disallow: /config.php
Disallow: /glance_config.php
Disallow: /groupcp.php
Disallow: /memberlist.php
Disallow: /mini_cal.php
Disallow: /modcp.php
Disallow: /mycalendar.php
Disallow: /news_insert.php
Disallow: /posting.php
Disallow: /printview.php
Disallow: /privmsg.php
Disallow: /profile.php
Disallow: /ranks.php
Disallow: /search.php
Disallow: /statistics.php
Disallow: /tellafriend.php
Disallow: /viewonline.php

Ralendil wrote:the problem it is that Google try all links !
and all links mean reply, quote etc...
That is a problem.
Search in one week for your forum you will find some link to answer directly to a post
netclectic wrote:Ralendil wrote:the problem it is that Google try all links !
and all links mean reply, quote etc...
That is a problem.
Search in one week for your forum you will find some link to answer directly to a post
You need a decent robots.txt file like i posted on the previous page!
R. U. Serious wrote:The number of topics crawled and cached by google is limited, therefore it is helpful to keep the bots out of the uninteresting parts of the forum. That way it will (hopefully) crawl more of the interesting parts (=topics/forums). Simply create or add to an existing robots.txt in the root directory of your site:
User-agent: *
Disallow: /memberlist.php
Disallow: /groupcp.php
Disallow: /privmsg.php
Disallow: /profile.php
Disallow: /posting.php
netclectic wrote:Yeah, here's a robots.txt i put together. I think it covers just about everything you wouldn't want google to spider. There are probably some mods in there which you may not have and maybe some mods you do have which you should maybe add...
User-agent: *
Disallow: /admin/
Disallow: /attach_mod/
Disallow: /db/
Disallow: /files/
Disallow: /images/
Disallow: /includes/
Disallow: /language/
Disallow: /mycalendar_mod/
Disallow: /spelling/
Disallow: /templates/
Disallow: /common.php
Disallow: /config.php
Disallow: /glance_config.php
Disallow: /groupcp.php
Disallow: /memberlist.php
Disallow: /mini_cal.php
Disallow: /modcp.php
Disallow: /mycalendar.php
Disallow: /news_insert.php
Disallow: /posting.php
Disallow: /printview.php
Disallow: /privmsg.php
Disallow: /profile.php
Disallow: /ranks.php
Disallow: /search.php
Disallow: /statistics.php
Disallow: /tellafriend.php
Disallow: /viewonline.php
# ------ EXPERIMENTAL ------
# Prevent duplicate content by post-links v0.1
#
#-----[ OPEN ]------------------------------------------
includes/sessions.php
#-----[ FIND ]------------------------------------------
global $SID;
if ( !empty($SID) && !eregi('sid=', $url) )
#-----[ REPLACE WITH ]------------------------------------------
global $SID, $HTTP_SERVER_VARS;
if ( !empty($SID) && !eregi('sid=', $url) && (!strstr($HTTP_SERVER_VARS['HTTP_USER_AGENT'] ,'Googlebot')
|| (strstr($url, 'viewtopic.php') && strstr($url, 'p=')) ) )
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM Return to [2.0.x] MODs in Development
Users browsing this forum: No registered users and 8 guests