Question on search engine image traffic

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • The Dawg
    Confirmed User
    • Apr 2002
    • 2438

    #1

    Question on search engine image traffic

    Whats the best way to make use of this? In my logs I see alot of hits from SEs for images and they just show this pic right now. Is there any scripts or anything out there that would redirect them to a html page where the pic is hosted/located?

    Im looking to redirect the surfer a content page to help close a sale.

    Thanks
  • JD
    Too lazy to set a custom title
    • Sep 2003
    • 22651

    #2
    just disable hotlinking and redirect to url of choice

    Comment

    • SFF11
      Confirmed User
      • Sep 2005
      • 102

      #3
      Originally posted by SPeRMiNaToR
      just disable hotlinking and redirect to url of choice
      Google Images doesn't hotlink.

      Comment

      • The Dawg
        Confirmed User
        • Apr 2002
        • 2438

        #4
        ^ Bump ^

        Comment

        • Lycanthrope
          Confirmed User
          • Jan 2004
          • 4517

          #5
          You'll have to do some configuration and such, but the basics are here:

          http://underscorebleach.net/jotsheet...taccess-apache

          Comment

          • JD
            Too lazy to set a custom title
            • Sep 2003
            • 22651

            #6
            Originally posted by SFF11
            Google Images doesn't hotlink.
            lol true. then use htaccess to redirect traffic from google image search to url of choice

            Comment

            • BV
              wtf
              • Sep 2001
              • 10914

              #7
              google images = biggest TGP

              Comment

              • budz
                Disruptive Innovator
                • Sep 2003
                • 4230

                #8
                PHP Code:
                <SCRIPT LANGUAGE="JavaScript">
                
                
                if (window != top) top.location.href = location.href;
                
                </SCRIPT> 
                
                C:\Code\
                C:\Code\Run\

                Comment

                Working...