ekoeryanto / vuepress-plugin-sitemap

Sitemap generator plugin for vuepress.
MIT License
93 stars 19 forks source link

Ability to set page priority for individual pages via front matter #39

Open jasonbosco opened 3 years ago

jasonbosco commented 3 years ago

This PR enables page priority to be specified on a per-page basis via front matter like this:

---
sitemap:
  priority: 0.8
---

Example usage: https://github.com/typesense/typesense-website/commit/9edfa3c38c44c1105b438f9e2c77aff6e4bf972a#diff-fc07bc2b3fddf5766c06ca5dc2d4e755e956941ef1bca1a34e5e5f0f73979d66R1-R5