Forum Moderators: Robert Charlton & goodroi

Message Too Old, No Replies

Parallel Image Downloads - rank, speed, protection... I want it all

         

Sgt_Kickaxe

8:40 am on Jun 15, 2011 (gmt 0)



My blog has lots of images. Those images are in a subfolder (example.com/images). People like to hotlink them. Google likes to rank them. Browsers are slow to load them. Feed readers slow down my site with them. Ugh.

What I'd like to do...
- Change nothing on my site itself, with the exception of adding image hotlink protection, but give it a lighter workload. I'd like to change the image location to a sub-domain
    for rss feeds only
. I can code this but I have a concern.

My concern is feeds sending out content with images from the sub-domain causing ranking problems for the images on my blog. How would I effectively make sure the copies do not not get crawled/ranked? Will Google have a problem with seeing one image url on my site but a different image url in my feeds?

Benefits include not putting any load on my main site when I send out a post to a lot of readers/services. Not having to worry about scrapers as much since they'll most likely be using the image copies which I can change them (or delete them) when my feed no longer holds that post.

P.S. I'm leaning towards making a copy of every image because I don't see image redirects being downloadable in parallel. I'm also not hosting images on a sub domain because they rank better from a subfolder.

Advice? Opinions?

tedster

1:42 am on Jun 16, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you're not using the subdomain for any other purpose, you could use a robots.txt disallow directive to exclude those image copies from being crawled.

netmeg

2:47 am on Jun 16, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



that's the way I'd do it.

Sgt_Kickaxe

1:39 am on Jun 17, 2011 (gmt 0)



I decided to use the K.I.S.S. method. I set up the subdomain but pointed it at my images folder. On site I can write the url both ways and the image shows and I don't need to make copies of images. I can then manage requests to the subdomain via htaccess.

Not perfect but simple and effective. Now to see how Google handles it, I suspect they won't have any problems at all.