GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Is there a way to stop google from... (https://gfy.com/showthread.php?t=553431)

spacedog 12-17-2005 04:39 AM

Is there a way to stop google from...
 
indexing images?


How do I stop google from indexing images on my sites. Too many friggen surfers browsing the images off of google & not the pages that contain the image & it's pissing me off

who 12-17-2005 04:43 AM

You can redirect the visitor from google images to any page.

KrisW 12-17-2005 04:44 AM

Hotlink protect your site, that way the surfer have to load the page to se the image

spacedog 12-17-2005 04:47 AM

Quote:

Originally Posted by who
You can redirect the visitor from google images to any page.

:) :) :) :) :)

I don't know how to do that.

I know how to redirect on a html page, but how would I redirect visitors to images?

I could do it via .htaccess, but that is dependant if I can get it to work with wordpress's rewrites. I've had issues with htaccess & wordpress.

sonofsam 12-17-2005 04:48 AM

ya bro, just call google's tech support

spacedog 12-17-2005 04:48 AM

Quote:

Originally Posted by KrisW
Hotlink protect your site, that way the surfer have to load the page to se the image

Google isnt hotlinking the image, they are displaying it with a link, click here to see full size image.

spacedog 12-17-2005 04:49 AM

Quote:

Originally Posted by sonofsam
ya bro, just call google's tech support

Yeah, & I'm sure they'll get right on it too :)

Maybe I should send them a C&D like perfect 10 would :)

sonofsam 12-17-2005 04:50 AM

Quote:

Originally Posted by spacedog
Yeah, & I'm sure they'll get right on it too :)

Maybe I should send them a C&D like perfect 10 would :)

:1orglaugh :thumbsup

Libertine 12-17-2005 04:52 AM

Quote:

Originally Posted by spacedog
Google isnt hotlinking the image, they are displaying it with a link, click here to see full size image.

Same thing. Hotlink protection protects against other referers than your own site, it doesn't matter if those are links or pages your images are embedded in.

spacedog 12-17-2005 04:56 AM

Quote:

Originally Posted by punkworld
Same thing. Hotlink protection protects against other referers than your own site, it doesn't matter if those are links or pages your images are embedded in.


I'm still trying to get that working with wordpress. I need some serious help with that. Still havent found the answer. I know how to htaccess to disallow hotlinking, but it don't work with the existing htaccess for wordpress.
http://www.gofuckyourself.com/showthread.php?t=552493

Scotty.T 12-17-2005 08:07 AM

This is what I am using with my WP blogs. It works between sites but I haven't checked it against google images. Don't see why it shouldn't.

I also use the WP rewrite for SE friendly post names.

RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://domain.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain.com$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|mpg|mpeg|wmv|asf)$ - [F,NC]

X37375787 12-17-2005 08:09 AM

Use a frame buster to break out of the Google image view frame.


<script>
<!--
if( window != window.top ) {
top.location.href = location.href;
}
//-->
</script>

adultchica 12-17-2005 08:10 AM

I've done that before does google penalize sites for doing that just curious?

I use a frame breaker on a couple of my sites


All times are GMT -7. The time now is 05:48 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123