Skip to main content
Version: Next

ParseSitemapOptions

Index

Properties

optionalemitNestedSitemaps

emitNestedSitemaps?: boolean

If set to true, elements referring to other sitemaps will be emitted as special objects with originSitemapUrl set to null.

optionalmaxDepth

maxDepth?: number

Maximum depth of nested sitemaps to follow.

optionalnetworkTimeouts

networkTimeouts?: Delays

Network timeouts for sitemap fetching. See Got documentation for more details.

optionalsitemapRetries

sitemapRetries?: number

Number of retries for fetching sitemaps. The counter resets for each nested sitemap.