Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 07-12-2011, 05:53 AM   #1
Facebook App Developer
 
Sayn's Avatar
 
Join Date: May 2011
Posts: 56
Thanks: 19
Thanked 8 Times in 5 Posts
Contact Info
Send a message via Skype™ to Sayn
Default Hide image on website, but not on Google Images!

Hello Warriors,

I want to hide an image on my website, but I don't want to deindex it from Google Images as I get my traffic from there.

Can I make this somehow? Javascript or anything?



Thanks,
Sayn
Sayn is offline   Reply With Quote
Old 07-12-2011, 07:52 AM   #2
طراحی وب سایت
 
Join Date: May 2011
Posts: 179
Thanks: 12
Thanked 15 Times in 15 Posts
Default Re: Hide image on website, but not on Google Images!

It is risky for getting penalized.
Even if the risk is 0.01%, I personally would not do it since I gain nothing.

If you want to not lose the SERP for that image after changing the image,
use the same ALT as you previously were using.
But you might not get the same traffic since the image has been changed and
click rates to your site for that image, will be affected severely.
rahmanpaidar is online now   Reply With Quote
Old 07-12-2011, 07:56 AM   #3
Facebook App Developer
 
Sayn's Avatar
 
Join Date: May 2011
Posts: 56
Thanks: 19
Thanked 8 Times in 5 Posts
Contact Info
Send a message via Skype™ to Sayn
Default Re: Hide image on website, but not on Google Images!

I want to hide because the image takes my 10% CTR.. =)

A "toggle button" would be good also, so people can see the image if they click on the Toggle Image button, I think that wouldn't be bad.

Do you have any idea how can I make that?
Sayn is offline   Reply With Quote
Old 07-12-2011, 08:06 AM   #4
Plundering the Web
War Room Member
 
paulgl's Avatar
 
Join Date: Feb 2007
Location: , , .
Posts: 4,849
Thanks: 804
Thanked 1,199 Times in 886 Posts
Default Re: Hide image on website, but not on Google Images!

If people come to your site looking for the image, and
the image does not appear, what do you think your
visitors are doing?

Relying on an image for traffic is kind of strange.

Why not keep it there? What's the harm?

You could define the dimensions, 1x1, then it would be almost
invisible.

Javascript would probaby make the image invisible to google as
well, at least on that page.

I doubt it would case any "penalties." The image is already indexed
and people can just view the image rather than the page it's on
anyway. But that would cause traffic to the page to decrease.

It just makes no sense.

Stop relying on an image for traffic. Notice I did not say traffic from
images is not good. But what does it say about your site if the only
way people are getting there is from an image search?

Keep the image on the page and entice the visitors to have a look around.

Paul

How to Make Money off Facebook: Login to your account. Deactivate your account. Get your butt to work.
paulgl is offline   Reply With Quote
Old 07-12-2011, 08:26 AM   #5
Facebook App Developer
 
Sayn's Avatar
 
Join Date: May 2011
Posts: 56
Thanks: 19
Thanked 8 Times in 5 Posts
Contact Info
Send a message via Skype™ to Sayn
Default Re: Hide image on website, but not on Google Images!

I ranked with this image at #1 in images for a keyword which have blended image results. I didn't made money as they only wanted the image, I removed the image and people started to click on my adsense ads and I earned €30 a day. (I did not know the traffic come from the image) but after removing from the site, google deindexed it and I lost my traffic.

If I set it to 1x1, I think google will deindex it.
Sayn is offline   Reply With Quote
Old 07-12-2011, 09:43 AM   #6
SEO Strategist
War Room Member
 
yukon's Avatar
 
Join Date: Jun 2010
Posts: 6,532
Thanks: 355
Thanked 1,992 Times in 1,273 Posts
Default Re: Hide image on website, but not on Google Images!

1) This code will force the Google Image traffic to land on your page, instead of allowing them to land on your image inside Google image search (redirect).

Once the traffic clicks your image in Google Image search your entire html page is already loaded in their browser (behind the image), that's the reason for the javascript, php wouldn't work since the page is already loaded behind the Google image overlay.

Add this code one line above the </head> tag.

Quote:
<script type="text/javascript">
if (top.location != location) {
top.location.href = document.location.href ;
}
</script>



2) This code is 2 parts (CSS + HTML), assumes you have an existing CSS file, add this code at the bottom of the CCS file.

Leave the code at 500x400 px, or make it a realistic image size (not 1x1px). I use an odd number like 547x492px, it's only for Google Image results.

Quote:
.my-img {
width:500px;
height:400px;
display:none;
}



3) This is the 2nd part of the hidden image code.

Add this code to the html page, change the image URL, Alt-Text, & Title-Text to whatever you need.

Quote:
<span class="my-img">
<img src="http://domain.com/images/image1.jpg" alt="" title=""/>
</span>
You can change the name of the image class name in both the CSS + Html code from my-img to whatever you want, so you don't have the same footprint that anyone else running this code has. Make sure, If you change the class name that both the CSS + Html name is the exact same, & the class/code name is case sensitive.


[note]
I only use this code for a single image on my site, I recommend you don't push your luck with a bunch of hidden images. I've been running the javascript for about 7 months, & the rest of the hidden code for well over a year on my own sites, without any problems from G.

yukon is offline   Reply With Quote
Old 07-12-2011, 11:09 AM   #7
Facebook App Developer
 
Sayn's Avatar
 
Join Date: May 2011
Posts: 56
Thanks: 19
Thanked 8 Times in 5 Posts
Contact Info
Send a message via Skype™ to Sayn
Default Re: Hide image on website, but not on Google Images!

Thanks Yukon, again! Btw, I sent you an e-mail a few days ago, did you get it?
Sayn is offline   Reply With Quote
Old 07-12-2011, 12:03 PM   #8
SEO Strategist
War Room Member
 
yukon's Avatar
 
Join Date: Jun 2010
Posts: 6,532
Thanks: 355
Thanked 1,992 Times in 1,273 Posts
Default Re: Hide image on website, but not on Google Images!

Quote:
Originally Posted by Sayn View Post
Thanks Yukon, again! Btw, I sent you an e-mail a few days ago, did you get it?
Your welcome.

I'm looking at the email you sent, I'm on gchat now,

yukon is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum

Tags
google, hide, image, images, website

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 06:15 AM.