Export html from single files, canvas pages, or whole vaults. Direct access to the exported HTML files allows you to publish your digital garden anywhere. Focuses on flexibility, features, and style parity.
Feature Request: Adding XML Sitemap for notes
I noticed that google is quite reluctant to crawl my KB compared to blog posts, Sitemap may help with it. XML sitemaps also help with lowering number of unnecessary crawls from search engines, improveing indexing speed of updated pages, and helps with SEO ranking.
Given that PKMs can get fairly big, using "sitemap index" instead of one big xml site would be preferable.
I should also note that sorting notes based on last modification(lastmod) before creating sitemaps can greatly improve indexing speed and lower server resource consumption as crawlers won't re-crawl pages that are not modified.
Possible plugin options:
I think only loc and lastmod tags would be necessary for each url. however plugin can check for specific meta fields of notes to set changefreq and priority as well. though in case of PKM notes, this two fields are not important.
Option to enable sitemap index and set maximum number of urls in each sitemap file.
Feature Request: Adding XML Sitemap for notes I noticed that google is quite reluctant to crawl my KB compared to blog posts, Sitemap may help with it. XML sitemaps also help with lowering number of unnecessary crawls from search engines, improveing indexing speed of updated pages, and helps with SEO ranking.
Resources:
Notes:
lastmod
) before creating sitemaps can greatly improve indexing speed and lower server resource consumption as crawlers won't re-crawl pages that are not modified.Possible plugin options:
loc
andlastmod
tags would be necessary for eachurl
. however plugin can check for specific meta fields of notes to setchangefreq
andpriority
as well. though in case of PKM notes, this two fields are not important.Cheers