Friday, November 4, 2011

3

How to Gain Traffic from Google Image Search

  • Friday, November 4, 2011
  • Share
  • 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

    3 Responses to “How to Gain Traffic from Google Image Search”

    Lavish said...
    November 5, 2011 at 7:56 AM

    Where to add this code in head or other


    Unknown said...
    November 5, 2011 at 9:00 AM

    post corrected. it should be placed before the closing of head tag.

    Thnx for reporting.


    Lavish said...
    November 5, 2011 at 10:05 AM

    Hi Thanks Its Working.

    Great Hack......:)

    Keep Posting


    Post a Comment

    Related Posts Plugin for WordPress, Blogger...