如果用户点击谷歌图片中的图片(来自搜索),我可以强制重定向到该页面吗?

If a user clicks on an image in google images(from a search) can I force a redirect to the page? So, instead of having to click outside the searched image, the searcher / user would automatically land on the page. Is this possible?

It can be done, Wordpress has a plugin for just this sort of purpose. Have you tried anything like this in your <head> tag?:

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

No this is done by google. They basically have an overlay over your site with the image the user clicked on. When they click out it redirects to your page then