Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 07-27-2008, 05:40 AM   #1
Socks
Confirmed User
 
Industry Role:
Join Date: May 2002
Location: Toronto
Posts: 8,475
How to keep photo galleries out of SE's, but keep them available to Google Images?

How can I make sure my lots of photos type pages aren't being indexed, but also let google images use them?

Will robots.txt keep google image bot or whatever out?

Better to noindex, follow? Or does noindex also keep it out?
Socks is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-27-2008, 05:51 AM   #2
Socks
Confirmed User
 
Industry Role:
Join Date: May 2002
Location: Toronto
Posts: 8,475
I guess all the califortunes are still sleeping!
Socks is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-27-2008, 05:58 AM   #3
Klen
 
Klen's Avatar
 
Industry Role:
Join Date: Aug 2006
Location: Little Vienna
Posts: 32,235
I am confused.I mean being in google images means being indexed so not sure is that possible what you want
Klen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-27-2008, 12:49 PM   #4
baddog
So Fucking Banned
 
Industry Role:
Join Date: Apr 2001
Location: the beach, SoCal
Posts: 107,089
Image search uses keywords found on the page in the img source/alt tags. I'm not sure there is a way to keep images in but pages out.
baddog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-27-2008, 03:12 PM   #5
Socks
Confirmed User
 
Industry Role:
Join Date: May 2002
Location: Toronto
Posts: 8,475
Hrmmmm.. Thanks guys

The issue is that we have a URL for every single photo, so a photo set with 200 images = 200 pages/URL's. It has to be this way for our site logic to work, as each image is an object.

Since you only get so many pages indexed in google etc, I'd like to make sure our more important pages appear in the index rather than a slew of low-content photo pages. But also not tel Google Images to stay away. Maybe not possible!

If anyone else has any ideas lemme know!

Last edited by Socks; 07-27-2008 at 03:13 PM..
Socks is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-27-2008, 03:32 PM   #6
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
In robots.txt put

User-agent: Googlebot-Images
Disallow: /

this disallows indexing of your images in google images search
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-27-2008, 04:27 PM   #7
Socks
Confirmed User
 
Industry Role:
Join Date: May 2002
Location: Toronto
Posts: 8,475
Quote:
Originally Posted by spacedog View Post
In robots.txt put

User-agent: Googlebot-Images
Disallow: /

this disallows indexing of your images in google images search
that's the opposite of what I want to do though, I want to make some pages available to google images, but not indexed for search.
Socks is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-27-2008, 04:47 PM   #8
MattO
The O is for Oohhh
 
Join Date: Feb 2003
Location: AUSTIN TEJAS
Posts: 10,861
If you make a sitemap for your site you can set a priority to those pages that is lower than your main pages. That might do the trick as far as having the large multitude of image pages dilute your main content.

See: https://www.google.com/webmasters/to.../protocol.html
MattO is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-27-2008, 05:01 PM   #9
spacedog
Yes that IS me. Bitch.
 
Industry Role:
Join Date: Nov 2001
Posts: 14,149
Quote:
Originally Posted by Socks View Post
that's the opposite of what I want to do though, I want to make some pages available to google images, but not indexed for search.
Just put noindex,follow on the page(s) you don't want indexed and googlebot images will follow and index since robots text does not tell it not to index while regular googlebot will not index but follow to index anything that does not have noindex or robots.txt exclusion
spacedog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-27-2008, 05:48 PM   #10
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
Quote:
Originally Posted by spacedog View Post
Just put noindex,follow on the page(s) you don't want indexed and googlebot images will follow and index since robots text does not tell it not to index while regular googlebot will not index but follow to index anything that does not have noindex or robots.txt exclusion
not a smart idea because google still needs a page to display as to the context of the image. Have you ever seen an image in google images that doesnt have a page displaying the image below it

a better idea is to have the pages nofollow but place a menu with each of the images linked directly from the gallery menu so google will use 1 page ( the menu ) to show users in google images, this is better for many reasons. A) the images will get spidered and listed B) the pages won't C) traffic from the images will be sent to the main gallery page not the individual pictures page .
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-27-2008, 06:04 PM   #11
SmokeyTheBear
►SouthOfHeaven
 
SmokeyTheBear's Avatar
 
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
save as list.php
place in directory above images
edit directory and url

PHP Code:
<?php
$dir 
"dir/";
if (
is_dir($dir)) {
    if (
$dh opendir($dir)) {
        while ((
$file readdir($dh)) !== false) {
            echo 
"<a href=\"http://yoursite.com/dir/$file\" title=\"$file\">$file</a> $file <br>\n";
        }
        
closedir($dh);
    }
}
?>

keep in mind the way google images displays your images depends on keywords both on the page and in things like alt tags, by directly linking to the source image you will be relying on the keywqord on the page the menu is placed and the linking text ( in this example the linking text is the file name )
__________________
hatisblack at yahoo.com
SmokeyTheBear is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 07-29-2008, 04:39 AM   #12
Socks
Confirmed User
 
Industry Role:
Join Date: May 2002
Location: Toronto
Posts: 8,475
Awesome Smokey thanks, I'll pass that shit on to my partners.. The site in question doesn't run PHP, it's 100&#37; Java and bash pretty much.. We may actually install PHP to use a few things soon though. Anyways the concept is there, we'll just re-do it in Java I guess.

I suppose maybe it's really important to link to the image, could be our fanciness is killing us at ASS too (which is php), we have some kind of click-image-to-close script which functions nice, but maybe google isn't getting the message.

IE: http://www.adultsitesurfer.com/showi..._094904055.jpg

Last edited by Socks; 07-29-2008 at 04:41 AM..
Socks is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.