Still under construction: http://sinhvien3mien.com/topic/7/1-3
0_1514315500958_Screenshot_2017-12-27_02-11-22.png
0_1514315669624_Screenshot_2017-12-27_02-14-16.png
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.