Friday, November 4, 2011
3

Google provide "Google Image search".Very useful search for students.But there is a problem for Publishers like bloggers/Site owners.Because People just see your Images and they never visit your site.Images display in a frame and not from your site/Blogs.
Image load in a frame and there is no redirection into the parent site.So there is no benefit for bloggers.This make your visitors length below 5 seconds (You can see it in the Statcounter)
Here we discuss about Some codes.That redirect your images in to your blog.Simple script you will be able to give more visibility to your site.So visitors can see your blog.
How to do?
For Bloggers
1.Design--->Edit HTML
2.Search </head>
Place this code above
<script language='Javascript'>
if(parent.location != self.location)
{
parent.location=self.location;
}
</script>
Use another code if above code fail
<script type='text/JavaScript'>
if (parent.frames.length > 0)
top.location.replace(document.location);</script>
Vice-Versa means if you want to Stop Google Indexing your Image than add the following code just after the <head> tag :
Good Luck
How to Gain Traffic from Google Image Search

Google provide "Google Image search".Very useful search for students.But there is a problem for Publishers like bloggers/Site owners.Because People just see your Images and they never visit your site.Images display in a frame and not from your site/Blogs.
Image load in a frame and there is no redirection into the parent site.So there is no benefit for bloggers.This make your visitors length below 5 seconds (You can see it in the Statcounter)
Here we discuss about Some codes.That redirect your images in to your blog.Simple script you will be able to give more visibility to your site.So visitors can see your blog.
How to do?
For Bloggers
1.Design--->Edit HTML
2.Search </head>
Place this code above
<script language='Javascript'>
if(parent.location != self.location)
{
parent.location=self.location;
}
</script>
Use another code if above code fail
<script type='text/JavaScript'>
if (parent.frames.length > 0)
top.location.replace(document.location);</script>
Vice-Versa means if you want to Stop Google Indexing your Image than add the following code just after the <head> tag :
<meta content='noimageindex' name='robots'/>
Good Luck
Subscribe to:
Post Comments (Atom)




3 Responses to “How to Gain Traffic from Google Image Search”
November 5, 2011 at 7:56 AM
Where to add this code in head or other
November 5, 2011 at 9:00 AM
post corrected. it should be placed before the closing of head tag.
Thnx for reporting.
November 5, 2011 at 10:05 AM
Hi Thanks Its Working.
Great Hack......:)
Keep Posting
Post a Comment