jekyll / jekyll-sitemap

Jekyll plugin to silently generate a sitemaps.org compliant sitemap for your Jekyll site
http://rubygems.org/gems/jekyll-sitemap
MIT License
949 stars 134 forks source link

Adding support for Image Sitemaps #217

Closed xRahul closed 5 years ago

xRahul commented 6 years ago

As the main plugin for Jekyll sitemaps, it should support Image Sitemaps out of the box: https://support.google.com/webmasters/answer/178636

pathawks commented 6 years ago

Can you explain a bit more about what you need from this plugin to support this feature and why it would be broadly useful to users?

Jekyll has no concept of an image, so I am having trouble imagining where we would get information for an image sitemap.

xRahul commented 6 years ago

The blog posts could have images associated with them. There should be a feature that creates an image sitemap associated with the pages for better image seo. I found that in Google webmasters guidelines.

pathawks commented 6 years ago

What information could we provide about an image that Google could not derive on its own? If we are just parsing the HTML of blog posts looking for <img>, isn't that exactly what Google does already? If we don't have any title, caption, or geo_location to associate with an image, what advantage is there to adding the complexity of generating a second sitemap that only contains images that a webcrawler would have already encountered naturally?

xRahul commented 6 years ago

Take a look at the article I've linked. According to that, Google can miss some images like the ones accessed via JavaScript. Image sitemaps help Google SEO them better and you can provide many properties like the caption, image license etc that you wouldn't be able to otherwise.

jekyllbot commented 5 years ago

This issue has been automatically marked as stale because it has not been commented on for at least two months.

The resources of the Jekyll team are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the master branch, please reply with all of the information you have about it in order to keep the issue open.

If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.

This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions.