For any information about University Admission, Scholarships just visit scholarshipsbd.com and any news & information about Agriculture please visit krishialo.org . HotLine: +8801193009808.

Friday 16 December 2011

Way to Redirect Traffic to Your Website or WordPress Blog from Google Images Search


Google Images is another best way of getting traffic to your website, the older version of Google Images directly takes the visitor to the image hosted page but the new version is showing the images in an iframe by blocking the website. So most of the users don’t go to see the website, but we have a solution to over come this problem. You can check my website in the Google Image search, when you click on the image it will redirect you to the website page.
Google Images can bring you tons of traffic if you use proper standards on your websites, make your website images friendly, use proper ALT tags and descriptions so Google can grab the on top, anyway here the solution for the above problem..



Redirect Google Images Traffic :

A small yet simple plugin can take care of the issue with WordPress blogs. This plugin named as the “Break Out of Frames“, this plugin will perform a simple JavaScript hack to redirect the Google Image viewer page to your website original page. By this you will get a potential visitor.
Here is the solution for non WordPress Blogs :
Just copy and paste the below piece of code in to your website HTML <head> section…


<script type=”text/javascript”>
<!–
if (parent.frames.length > 0) { parent.location.href = location.href; }
–>
</script>

0 comments:

Post a Comment