Hi All,
I do acknowledge that NodeBB automatically generates the sitemap and is listed at https://DomainName.com/sitemap.xml
After changing from http to https, there is a change in the sitemap of my forum.
Now it shows only pages and categories ...no /sitemap/topics.1.xml
This is for your reference:
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://DomainName.com/sitemap/pages.xml</loc>
</sitemap>
<sitemap>
<loc>https://DomainName.com/sitemap/categories.xml</loc>
</sitemap>
</sitemapindex>
How to fix this problem?
Under ....Number of Topics to display in the Sitemap ...what number should i specify? Should I leave it a blank or any number to be specified?