Sitemap B Framework
Advanced Sitemap Management, Building, Deployment Framework [Open Source]
Installation
npm i sitemap-b-framework --save
https://www.npmjs.com/package/sitemap-b-framework
Features
- Simple and Advanced Sitemap with Index supported
- Auto Deploy Generated Sitemap to S3 or Google Cloud Storage Buckets
- Persistent Local JSON File as Database
- Auto Build and Deploy to Buckets or Local Storage with Manual Trigger and CRON
- Backup Sitemap JSON DB and Sitemap XML to Buckets with Manual Trigger and CRON
- Webpages, Image, Video, News Sitemap Supported
- Sitemap Links with Limit and Locking Constraints In Options
Usage
Simple Usage
var sitemapBFramework = require("../Sitemap-B-Framework/index");
var SitemapBFramework = new sitemapBFramework();
const data = await SitemapBFramework.sitemapItemAdd('https://example.com');
const data = await SitemapBFramework.sitemapBuildAndDeploy();
Advanced Usage
[Documentation Development In Progress, GA by june,2020 ]
Maintainers
License
See LICENSE file.
Development In Progress [GA by june,2020 ]