Topic on Extension talk:AutoSitemap

How to exclude module from sitemap?

4
Vladlen Terezhe (talkcontribs)

Now my site includes modules in the sitemap and I want to fix it. Thanks you for attention. https://greenwiki.ru/sitemap.xml

Right now my exclude namespaces

$wgAutoSitemap["exclude_namespaces"] = [

    NS_TALK,

    NS_USER,   

    NS_USER_TALK,

    NS_PROJECT_TALK,

    NS_MEDIAWIKI,   

    NS_MEDIAWIKI_TALK,

    NS_TEMPLATE,

    NS_TEMPLATE_TALK,

    NS_SPECIAL,

    NS_HELP,   

    NS_HELP_TALK,

    NS_CATEGORY,

    NS_CATEGORY_TALK,

    NS_FILE,

    NS_MEDIA,

176.59.17.63 (talkcontribs)

You should add the custom namespace id to this option.

Vladlen Terezhe (talkcontribs)

Thanks. Where i can find more info about it?

Lotusccong (talkcontribs)