hmmmm I guess what you're looking for is something like how Facebook works, you can drag and crop your avatar after uploading? That's something we'd love to have in the future, in the meantime just hang tight (and make use of your MS Paint π ) π
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.