1.0.8 • Published 3 years ago

hexo-generator-better-sitemap v1.0.8

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

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

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0-rc.5

5 years ago

1.0.0-rc.4

5 years ago

1.0.0-rc.3

5 years ago

1.0.0-rc.2

5 years ago

1.0.0-rc.1

5 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago