Configuration
By default, no XML sitemaps are injected into robots.
. You
need to explicitly enable this feature in site configuration of each
site you want it to use.
Site configuration
Within the site configuration, it is possible to enable or disable injection of located XML sitemaps. The appropriate setting is provided by the following configuration:
sitemap_robots_inject (site)
-
- Type
- string (empty,
default
orall
) - Path
- sitemap_robots_inject
Configure injection of located XML sitemaps into the
robots.
of the current site.txt New in version 0.2.0
Feature: #65 - Add option to inject sitemap language versions into robots.txt
The configuration changed from a checkbox to a single select type which allows to switch between injection of default language only (
default
) or all available site languages (all
).Previous configuration values can be migrated using a dedicated upgrade wizard.