thumbnails and seo
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...
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.
thx for your feedback. Will try it!