UNPKG

hexo-generator-seo-friendly-sitemap

Version:
55 lines (36 loc) 2.1 kB
# hexo-generator-seo-friendly-sitemap [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-url]][daviddm-image] [![Code Climate](https://codeclimate.com/github/ludoviclefevre/hexo-generator-seo-friendly-sitemap/badges/gpa.svg)](https://codeclimate.com/github/ludoviclefevre/hexo-generator-seo-friendly-sitemap) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/afb430e84ace4295acb02b9f7e70566b)](https://www.codacy.com/app/contact_18/hexo-generator-seo-friendly-sitemap?utm_source=github.com&utm_medium=referral&utm_content=ludoviclefevre/hexo-generator-seo-friendly-sitemap&utm_campaign=Badge_Grade) 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 ``` bash $ npm install hexo-generator-seo-friendly-sitemap --save ``` ## Options You can configure this plugin in `_config.yml`. ``` yaml 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. ``` yaml 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](http://www.ludoviclefevre.fr) [coveralls-image]: https://coveralls.io/repos/ludoviclefevre/hexo-generator-seo-friendly-sitemap/badge.svg [coveralls-url]: https://coveralls.io/r/ludoviclefevre/hexo-generator-seo-friendly-sitemap?branch=master [travis-url]: https://travis-ci.org/ludoviclefevre/hexo-generator-seo-friendly-sitemap [travis-image]: https://travis-ci.org/ludoviclefevre/hexo-generator-seo-friendly-sitemap.svg?branch=master [daviddm-url]: https://david-dm.org/ludoviclefevre/hexo-generator-seo-friendly-sitemap.svg?theme=shields.io [daviddm-image]: https://david-dm.org/ludoviclefevre/hexo-generator-seo-friendly-sitemap