Mobile app version of vmapp.org
Login or Join
Eichhorn148

: Redirects On Image Files to Counter Google Image Gallery The recent update to the way that Google displays images appears to have resulted in a significant drop in the traffic reaching the actual

@Eichhorn148

Posted in: #Google #GoogleImageSearch #GoogleSearch #Htaccess #Images

The recent update to the way that Google displays images appears to have resulted in a significant drop in the traffic reaching the actual pages of our website. We are considering potential solutions for enhancing the likelihood of recapturing some of the visitors who now look at our images in the Google gallery and never click through to our site.

My questions are these: If we set up a re-direct on the image files via htaccess, what are the potential risks? Would Google stop crawling the image files? Would Google be unable to display the images in their gallery?

Any insight that you can offer will be greatly appreciated. Thank you and we look forward to learning from you.

Much Peace,

Jim

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Eichhorn148

2 Comments

Sorted by latest first Latest Oldest Best

 

@Rambettina238

I know this old but I just came across it. If you're using WordPress.org, you could use Google Breakdance add-in. If you're using asp.net, you'll have to convert the Apache script to URL Rewrite XML. However, I've been using the IIS method and I think Google now no longer like it and have penalised my site. I've got back to the old image hotlinking method.

10% popularity Vote Up Vote Down


 

@Debbie626

My advice would be to not attempt to force a redirect on anyone viewing images. If they click the image itself (which I do almost by reflex), they'll head directly through to the web site anyway; there's also the dedicated Visit page and View original image buttons.

By not immediately loading the page underneath the image, Google's actually reducing your server load and bandwidth usage. Why would you want to regain all this unnecessary extra traffic? By not having it hitting your server at random, you're actually now seeing much more realistic traffic volumes - and your visitor metrics will be vastly more accurate as a result.

NB: where a page would load under the image on the previous version of Google Images, you should NOT count this as an organic visit. In fact, it's barely even classifiable as a passive visit - most users will view the image, click on the direct link in the right-hand bar then close the first tab altogether. They've not even viewed the page properly yet you've had to pay for the resources to serve the content...

This is actually a boon for people looking to optimise SEO and SEF because now they don't have to focus on working out what's just Google Images spider traffic and what's legitimate clickthroughs from humans.

Although I've not tested, I believe Google would either disregard a subsequent htaccess redirect (just saving the first image and closing the HTTP connection) or just not spider the image whatsoever, so you may end up doing more harm than good to your rankings.

Judging by the behaviour of web sites where referrer-based redirects are already in place (to immediately redirect someone to a web page if they click through to an image URL without providing an on-domain referrer), this kind of insistence on denying people access to the images or forcing them to go via a web page hasn't been effective for some time because people can always just lift the Google cached copy.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme