I am testing Thumbor usage for a project and one of the things that our project manager at the client said was that the URLs do not have extensions and that their SEO guy is really picky about this.
I asked Gemini for help and made some changes in plone-pgthumbor to add an option (vía environment variables) to force creating URLs with extensions. I have also modified zodb-pgjsonb-thumborblobloader to support URLs with extensions.
In my case I force creation of WEBP images (I haven't used the filter(webp) option and only rely on the extension), but we can add it to the URL too to force creation of WEBP images, and we can even implement to force creation of AVIF files if wanted.
Would this be a valuable addition to plone-pgthumbor ?
I am testing Thumbor usage for a project and one of the things that our project manager at the client said was that the URLs do not have extensions and that their SEO guy is really picky about this.
I asked Gemini for help and made some changes in plone-pgthumbor to add an option (vía environment variables) to force creating URLs with extensions. I have also modified zodb-pgjsonb-thumborblobloader to support URLs with extensions.
In my case I force creation of WEBP images (I haven't used the
filter(webp)option and only rely on the extension), but we can add it to the URL too to force creation of WEBP images, and we can even implement to force creation of AVIF files if wanted.Would this be a valuable addition to
plone-pgthumbor?