Every webpage needs an automatic XML sitemap generator for SEO reasons. Sitemaps generated by this module adhere to the new Google standard regarding multilingual content by creating hreflang sitemaps and image sitemaps - Googlebots will thank you later.
In addition to the default hreflang sitemaps, the module's API allows creating and publishing of custom sitemaps with arbitrary content, as well as submitting those sitemaps to search engines like Google. For instant indexation of content, the IndexNow protocol (supported by Bing and Yandex) has been implemented in 4.1.
Overview
The module generates multilingual sitemaps for entities, views and custom links. Out of the box it supports most of Drupal's content entity types including:
- nodes
- taxonomy terms
- menu links
- users
- ...
Contributed entity types like commerce products can be indexed as well. Various inclusion settings can be set for bundles and overridden on a per-entity basis. Sitemap generation can be altered through custom URL & sitemap generator plugins and hooks. Sitemaps can be automatically submitted to search engines, content changes can also be directly submitted via the IndexNow integration.
Here is a sample of the markup it generates (press ctrl+u to view the source).
Functionality
- Ability to create any type of sitemap via plugins
- Periodic submission to search engines
- Submission to IndexNow on content changes
- Views and views arguments support
- XSL stylesheets for human visitors
- Performance test script included