Images Sitemap
Unanswered
English Angora posted this in #help-forum
English AngoraOP
Hey guys,
how do you handle generating sitemaps for images in NextJS (pages router, v14). I have a task to gather all images used in the application and generate sitemaps.
First problem that I have encounter is how to gather all images from all possible sites :/
Second is, even when having all URLs (like from standard sitemap), how to gather all images. I don't want to crawl my own website and search for IMG tags, there must be a better solution.
The reason why I would like to do so is that my website has a problem with indexing images (I am using Image component), and it seems that robots (specially Google) does not index the images.
how do you handle generating sitemaps for images in NextJS (pages router, v14). I have a task to gather all images used in the application and generate sitemaps.
First problem that I have encounter is how to gather all images from all possible sites :/
Second is, even when having all URLs (like from standard sitemap), how to gather all images. I don't want to crawl my own website and search for IMG tags, there must be a better solution.
The reason why I would like to do so is that my website has a problem with indexing images (I am using Image component), and it seems that robots (specially Google) does not index the images.