
09-02-2004, 03:26 AM
|
 |
SEO
|
|
Join Date: Aug 2004
Location: Portugal
Posts: 144
|
|
|
Sending robots info via php headers
I have a script that finds an image on my server and display it. Something like this...
http://www.sprinttotal.com/decode.p...santarem029.jpg
I have added to the php headers the following code in order to prevent Google, Google Images and other image search engine spiders to grab this image
Code:
header('Robots: noindex, nofollow, noarchive');
This will give the following responde headers
Code:
Robots: noindex, nofollow, noarchive
Connection: close
Transfer-Encoding: chunked
Content-Type: image/jpeg
Will this work and prevent spiders from grabing my images (as they are posted in lots of forums?). Thank you for any help on this one.
__________________
Do you like modified cars? Car stereo? Then check out my website about carros tuning.
While we're talking about cars, the 2000 Toyota Celica is the car I want to buy.
I'm couting in my websites to help me get money to a modified Celica.
|