Open
Description
Hi, just read your code, went through the same adventure as you writing an optimization endpoint and a image component for a painting gallery website (but going less further) so I want to give you a feedback from my thoughts, take it as is.
I had a problem where Google would not index my images, even if given in the sitemap.xml
So if not already ensured, I think you should ensure that images generated from your library are indexed by Google.
FYI for me the problem have been fixed after I added following changes :
- Used a simple URL for the image (no "api" or many paths parts) (this looks the default for you so great).
- Used a src with no query parameters.
- Added a "content-length" header (this looks already done for you so great).
Metadata
Metadata
Assignees
Labels
No labels