Skip to content
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

images not in viewport are not found in DOM - bad for image seo #582

Open
riazahmadshigri opened this issue Dec 1, 2024 · 2 comments
Open

Comments

@riazahmadshigri
Copy link

i see that images not in viewport are not being found in DOM
when the image comes viewport it created the Image Node in DOM
is there a way it should create all image Node in DOM for best seo so that search engines can find images

@guz-anton
Copy link

That is not responsiblity of the library. Whole markup by Fotorama is created in runtime. So these is no chance to help with SEO. That's your responsibility to put all images somewhere in markup to get them indexed by search engines. And then can cut away or hide with CSS.

@riazahmadshigri
Copy link
Author

iam not saying if the library is responsible or not iam just trying to find a way google can read those links or maybe workaround to make it render everything when page loads.............yes i can dublicate the images with <link so that google can read it but that does not solve the library drawback related to image seo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants