zeus

msg:4301255 | 1:24 pm on Apr 20, 2011 (gmt 0) |
no one here have a solution
|
gamiziuk

msg:4301948 | 4:01 pm on Apr 21, 2011 (gmt 0) |
I wish I could figure out how to get Bing to stop indexing my images. Seems there is no simple solution, like with Googlebot.
|
zeus

msg:4302500 | 2:07 pm on Apr 22, 2011 (gmt 0) |
dont seem to that any care about bing image
|
zeus

msg:4306116 | 9:07 pm on Apr 29, 2011 (gmt 0) |
i have thought about all kind of solutions, but i cant figure it out, so i would recommend every one to block Bing image to save a lot of bandwidth. How do you block Bing image
|
koan

msg:4306135 | 9:46 pm on Apr 29, 2011 (gmt 0) |
| How do you block Bing image |
| Block image directory in robots.txt? That's what I do on pictures I don't want to appear in images search.
|
Sgt_Kickaxe

msg:4321863 | 5:02 am on Jun 4, 2011 (gmt 0) |
To block image indexing in Google add this to your robts.txt file. User-agent: Googlebot-Image Disallow: / |
| To block image indexing in yahoo add this to your robts.txt file. User-agent: Yahoo-MMCrawler Disallow: / |
| To block image indexing in Picsearch add this to your robts.txt file. User-agent: psbot Disallow: / |
| To block image indexing in MSN/Bing add this to your robts.txt file. User-agent: msnbot Disallow: /*.jpg$ Disallow: /*.jpeg$ Disallow: /*.gif$ Disallow: /*.png$ |
| To block access to your /images folder add this to robots.txt User-agent: * Disallow: /images |
| This all assumes a well behaved crawler.
|
|