文件名称:hexo-generator-seo-friendly-sitemap
文件大小:105KB
文件格式:ZIP
更新时间:2024-05-31 09:45:11
JavaScript
hexo-generator-seo-友好站点地图 生成SEO友好的站点地图。 受到Yoast Wordpress SEO插件( )中XML Sitemap的启发。 它将为页面,帖子,类别,标签和XSL样式表生成单独的站点地图文件。 安装 $ npm install hexo-generator-seo-friendly-sitemap --save 选项 您可以在_config.yml配置此插件。 sitemap : path : sitemap.xml 您可以通过在sitemap配置下添加tag: false或category: false从站点地图中排除标签或类别页面。 sitemap : path : sitemap.xml tag : false category : false path-索引站点地图路径。 排除页面或帖子 您可以
【文件预览】:
hexo-generator-seo-friendly-sitemap-master
----views()
--------index-sitemap.ejs(488B)
--------category-sitemap.ejs(762B)
--------page-sitemap.ejs(988B)
--------post-sitemap.ejs(1KB)
--------encodeURLAndEscape.ejs(163B)
--------root-page.ejs(149B)
--------meta.ejs(69B)
--------sitemapXsl.ejs(9KB)
--------tag-sitemap.ejs(699B)
----.eslintrc.js(597B)
----lib()
--------generator.js(1KB)
--------category.js(930B)
--------page.js(824B)
--------indexSitemap.js(731B)
--------xsl.js(360B)
--------post.js(1KB)
--------tag.js(855B)
--------common.js(708B)
--------render.js(1KB)
----.npmignore(164B)
----.codeclimate.yml(176B)
----.travis.yml(90B)
----LICENSE(1KB)
----test()
--------all-sitemaps-with-configured-root.test.js(6KB)
--------emptySitemap.test.js(886B)
--------allSitemaps.test.js(6KB)
--------splittedPostSitemaps.test.js(6KB)
--------tag.test.js(2KB)
--------helper.js(236B)
--------category.test.js(3KB)
--------xmlValidator.js(1KB)
--------expected()
----.prettierrc(180B)
----README.md(2KB)
----.npmrc(61B)
----appveyor.yml(11B)
----.editorconfig(518B)
----.gitignore(544B)
----index.js(298B)
----.eslintignore(13B)
----package-lock.json(298KB)
----package.json(2KB)