Robots.txt ?

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 ...


Go Back   Usenet Forums > PHP Programming Forums > PHP Language

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-25-2005
Maverick
 
Posts: n/a
Default Robots.txt ?

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 ?

tia

Reply With Quote
  #2 (permalink)  
Old 01-25-2005
Martin Kissner
 
Posts: n/a
Default Re: Robots.txt ?

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
>

Try:
<meta name="revisit-after" content="30 days">

HTH
Martin

--
Epur Si Muove (Gallileo Gallilei)
Reply With Quote
  #3 (permalink)  
Old 01-25-2005
Markku Uttula
 
Posts: n/a
Default Re: Robots.txt ?

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

Reply With Quote
  #4 (permalink)  
Old 01-25-2005
Maverick
 
Posts: n/a
Default Re: Robots.txt ?

Where does that go;
does that have to be in the head section of every page on the whole web
?

tia

Reply With Quote
  #5 (permalink)  
Old 01-25-2005
Martin Kissner
 
Posts: n/a
Default Re: Robots.txt ?

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)
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 10:19 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0