Quote:
|
Originally Posted by RayVega
IDEA: realize that google image traffic only see less then a quarter of your page because of the google frame. I'd try creating a string of similar pictures along the top of the page (which is only shown to people referred from google via simple scripting) that all link to your main tour page.
The image surfer sees the image they clicked for originally, then see the string of similar images and when they click em, it opens a tour page...blammo! conversions. or at least a "more" interested surfer. Almost like creating a mini-gallery accross the top of the page.
If there's a will there's a way. The business is built on people looking for free porn , to dismiss it would be a great loss.
|
<script>
if (top.location != location) {
top.location.href = 'http://www.yoursite.com' ;
}
</script>