easy-thumbnails icon indicating copy to clipboard operation
easy-thumbnails copied to clipboard

thumbnails and seo

Open benzkji opened this issue 8 years ago • 2 comments

The problem: You have a site. You create thumbnails, let's say for a gallery. thumbs and big versions, let's say 200x200, and 2000x2000. Google indexes these images. After some time, you decide to change the thumbnail options for thumb and big versions. All indexed images become invalid (or worse, are still there/accessible, but are no more used/referenced in the sites html code).

SEO wise, this is a mess. What I wonder: Is there a already existing solution for this problem? I'm just getting used to THUMBNAIL_NAMER and other settings, so one solution I can think, is always using aliases, and then just use a namer that does something like original_name-alias.extension. so the options (ie size/quality/whatever) of the alias could change, but not the filename. In my example this would be "animage-big.jpg" and "animage-thumb.jpg"...

Other ideas are using http headers for canonical images (ie point to the original image...), but this would be another effort, and would probably go too far for easy-thumbnails...

benzkji avatar Aug 24 '17 07:08 benzkji

Thanks for pointing out that problem. I never considered this a problem, but I think the best solution is to reconfigure the image namer function using an alias for the sizing options, just as you mentioned.

jrief avatar Aug 25 '17 11:08 jrief

thx for your feedback. Will try it!

benzkji avatar Aug 29 '17 12:08 benzkji