Does anyone know if this script works?
It is a breakout script....
When indexed in google images and some one searches and clicks on the tumbnail of your image they first go to your site with a header from google on top of the page.
The script is supposed to get rid of their header so the person is on your actual site.
I can't test it because google hasn't indexed my images yet.
I put it on my home page, but don't want to put it on every page until I know if it works.
Here is the script:
Also, the site I got it from (http://www.websecurity.mobi/optimiza...t-include.html) told me to put it just before the </header>.
I put it "Between Head Tag" on the "Page HTML" screen, is that right?
Thanks in advance for your help.
It is a breakout script....
When indexed in google images and some one searches and clicks on the tumbnail of your image they first go to your site with a header from google on top of the page.
The script is supposed to get rid of their header so the person is on your actual site.
I can't test it because google hasn't indexed my images yet.
I put it on my home page, but don't want to put it on every page until I know if it works.
Here is the script:
<script type="text/javascript">if (window!= window.top) top.location.href = location.href;</script>
I put it "Between Head Tag" on the "Page HTML" screen, is that right?
Thanks in advance for your help.
Comment