Skip to content

SitemapOptions

type SitemapOptions =
    {
        Path: string
        WriteRobots: bool
        ExcludeCollections: string list
    }
AssemblyNacara.Plugin.Sitemap

Options of the sitemap plugin.

Fields

Path: string

Where the sitemap is written, relative to the output directory.

WriteRobots: bool

Also write a robots.txt pointing at the sitemap.

ExcludeCollections: string list

Pages to leave out, by collection name.