Forum Moderators: Robert Charlton & goodroi
However, all of my sites images are filtered by safesearch, even views of Hong Kong Harbour and various city view. To me, this seems absurd. How can I rectify this?
I do not participate in the 'enhanced image' program in Webmastertools.
RewriteEngine on
RewriteCond %{HTTP_REFERER}!^$
RewriteCond %{HTTP_REFERER}!^http://www.myownwebsite.com//.*$ [NC]
RewriteCond %{HTTP_REFERER}!^http://www.google.com//.*$ [NC]
RewriteCond %{HTTP_REFERER}!^http://images.google.com//.*$ [NC]
RewriteCond %{HTTP_REFERER}!^http://www.yahoo.com//.*$ [NC]
RewriteCond %{HTTP_REFERER}!^http://images.search.yahoo.com//.*$ [NC]
RewriteCond %{HTTP_REFERER}!^http://www.live.com//.*$ [NC]
RewriteCond %{HTTP_REFERER}!^http://search.live.com//.*$ [NC]
RewriteCond %{HTTP_REFERER}!^http://www.msn.com//.*$ [NC]
RewriteCond %{HTTP_REFERER}!^http://search.msn.com//.*$ [NC]
RewriteRule \.(gif¦jpg¦jpeg¦png¦GIF¦JPG¦JPEG¦PNG)$ - [F]
... my questions... If I move this file up to the root of the domain, will that provide protection for the whole website? Is there anything I should be aware of if I do that?... and have I successfully blocked everyone except the big three search engines? Is it really necessary to add my own domain to that list, as I have?
[edited by: Asia_Expat at 1:53 pm (utc) on Jan. 23, 2008]
Doea anyone else have any suggestions to fix this issue? I'm clueless to be honest.
[edited by: tedster at 7:29 pm (utc) on Jan. 24, 2008]
Also, Google recently entered a patent application that offers a lot of clues on how images can be automatically processed for search. Here's the patent application [appft1.uspto.gov]. Notice these possibilities, especially when there is little or no data/metadata directly associated with an image:
I can see lots of ways that an image might be incorrectly filtered. When it comes to image search, any search engine might prefer to err on the conservative side.
[edited by: tedster at 9:11 pm (utc) on June 3, 2008]
Moderator's note: Small edit made, because we don't want safe search or libary filters to react to WebmasterWorld either.
[edited by: Robert_Charlton at 8:14 am (utc) on April 5, 2008]
I spent several months removing links to sites with any remotely unsafe keywords and found after 3 more months that my images were now being indexed by safe search.
Also make sure you don't link to a site whose images do not show up in safe search, even if there is no apparent reason.
One site I linked to involved electronics, but it did mention the sex (male and female) of connectors. Another site had surgical images and wording. After removing links to these sites my images were indexed for safe search.
I call it guilt by association. Be careful what you link to!