0.2.1 • Published 3 years ago

hexo-generator-seo-friendly-sitemap-fix v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

hexo-generator-seo-friendly-sitemap

Build Status Dependency Status Code Climate Codacy Badge

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 install hexo-generator-seo-friendly-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 © Ludovic LEFEVRE