i replied in the wrong thread, well related thread, http://community.nodebb.org/topic/617/#4304
sitemap for nodebb website
-
Hi guys
When I want to generate a sitemap for my site, it has only one URL, namely my domain name?
so? What should I do?... -
The sitemap is automatically generated by NodeBB: https://community.nodebb.org/sitemap.xml
-
Hi @julian
Why in nodebb community's sitemap, only several URLs are included?
In my site, after I clear sitemap cache, this is my new sitemap:
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <sitemap> <loc>http://xxx.com/sitemap/pages.xml</loc> </sitemap> <sitemap> <loc>http://xxx.com/sitemap/categories.xml</loc> </sitemap> <sitemap> <loc>http://xxx.com/sitemap/topics.1.xml</loc> </sitemap> </sitemapindex>
However, the actually URLs are definitely more than this?
Maybe each xml includes every html?
Sorry for the stupid question, Im quite new with website tech. -
Perfect,
I just upload that xml to Baidu. The URL's number is within my expectation. Thanks Julian.