-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimize images for google images #844
Comments
I don't really know, seems like a very general question, not specific to this library... Have you tried doing some research for images SEO? I found this article which might be helpful... If you have a suggestion on how to change this library to make such task easier, I'd be interested, but at first glance it sounds like a problem outside of the responsibility of the library. |
I agree on some points. Yes I can improve the SEO for my images, to get a better ranking. But the HTML is generated by the library. So the lib generates what will be shown in the google images. This feature request is not (mainly) about improving the SEO. It's a image quality improvement for the users, that scroll through the google images. |
The library optimises for the image size which is displayed on the page itself, not for Google images. Now you're asking about how to make images display better in Google, which I (and I presume you) do not control that logic, which I would qualify as an optimisation for search engine (aka SEO) 😄 That being said, I agree that it would be a useful feature if we could make google pick the full size images. Here are a few ideas I can think of on how to figure this out:
I don't really have time to do the research but if you do, that would be massively helpful. |
Yeah, I'm also curious, if this is even possible. Maybe someone here knows it. |
Hey,
so I was wondering what image is displayed on google images, when using the gallery,

thumb
orfull
?By taking a look at the demo:
(link)
Then clearly the thumbnail is used.
Is there any way to display the full sized image in google images, without losing the thumbnail functionality?
The text was updated successfully, but these errors were encountered: