-
Notifications
You must be signed in to change notification settings - Fork 94
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
Add optional support for image indexing #19
Comments
By lack of easier implementation, an |
Personal objective: Going to try to do it over the weekend |
I have misjudged the extent of the effort. This opens it's own can of worms.
This is not something I can do in a weekend. I am tempted to mark this as out-of-scope but it looks like a fun feature to try to implement. While I will never officially support it, I might probably do it. With that said, PRs are welcome if anybody wants to do this themselves in the meantime! |
Licenses are important for image sitemaps as there are no other feasible methods for communicating image licenses to search engines. If they are site wide, there could be a command line option for giving the license (an URL to actual license), like for example: Which would output to sitemap.xml inside <image:loc>:
There are also some other tags in image sitemaps that could be read from the html if they are present including:
Video sitemaps are not very different from image sitemaps either, but here are a few more obligatory tags:
These could be crawled from the html, or if not present populated with placeholders. After the image crawling is working, I am happy to offer the project an online environment I have already coded where people can generate image sitemaps. I will take a look at your code later and see if I can throw in something more tangible than just ideas and testing. |
Spec: https://support.google.com/webmasters/answer/178636
Example:
Google's sitemap image spec needs to be included.
Sent from my OnePlus ONE A2005 using FastHub
The text was updated successfully, but these errors were encountered: