This is a discussion on Robots.txt ? within the PHP Language forums, part of the PHP Programming Forums category; How can I regulate an agent or bot to my site monthly ? they are visiting to often I'd like ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Maverick wrote:
> How can I regulate an agent or bot to my site monthly ? > they are visiting to often > I'd like to allow them monthly only > > any ideas ? You could try generateing robots.txt dynamically. Based on the user agent, just decide whether you wish to let it in today or not, and based on that decision, output the user agent deny for it or don't. It's good to know however that not all robots follow the robots.txt (though the well behaving ones do). Another thing to note, is that Google (for example) drops the pages it can't access from it's database. -- Markku Uttula |
|
|||
|
Maverick wrote :
> Where does that go; > does that have to be in the head section of every page on the whole web > ? you might want to read this: http://www.robotstxt.org/wc/exclusion.html Or just use Google with search terms like: robot.txt meta robot and so on. HTH Martin -- Epur Si Muove (Gallileo Gallilei) |