Skip to main content

GenericSitemapResolver

Parses sitemap XML files to extract URLs for crawling.

Notes

Parses and processes sitemap XML files to extract URLs for crawling. Supports lenient parsing mode for sitemaps that do not strictly conform to the sitemap protocol.

Usage

class: GenericSitemapResolver
lenient: false

Properties

PropertyTypeRequiredDefault
lenientbooleanNofalse

Property Details

lenient

When enabled, the sitemap parser is more tolerant of sitemaps that do not strictly conform to the sitemap protocol specification.