hexo-generator-better-sitemap

1.0.8 • Public • Published

hexo-generator-better-sitemap

Orignally: hexo-generator-seo-friendly-sitemap.

Generate SEO-friendly sitemap. Inspired by XML Sitemap in Yoast Wordpress SEO Plugin (https://yoast.com).

It will generate separated sitemap files for pages, posts, categories, tags and a XSL stylesheet.

Install

$ npm i hexo-generator-better-sitemap --save

Options

You can configure this plugin in _config.yml.

sitemap:
    path: sitemap.xml

You can exclude tag or category page from the sitemap by adding tag: false or category: false under the sitemap configuration.

sitemap:
    path: sitemap.xml
    tag: false
    category: false
  • path - Index sitemap path.

Excluding pages or posts

You can exclude pages or posts from the sitemap by adding sitemap: false to the relevant front-matter.

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.8
    11
    • latest

Version History

Package Sidebar

Install

npm i hexo-generator-better-sitemap

Weekly Downloads

11

Version

1.0.8

License

MIT

Unpacked Size

23.5 kB

Total Files

22

Last publish

Collaborators

  • sukkaw