1.0.2 • Published 1 year ago

xml-sitemap-generator v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

XML Sitemap Generator

A sitemap is like a roadmap for search engines, guiding them through the structure and content of a website. It's essentially a hierarchical list or diagram of all the pages on a website, organized in a way that makes it easy for search engine crawlers to understand and navigate the site's structure.

How to use

Method 1: Clone this repo

npm run start -- --uri="https://gazar.dev"

Method 2: As an NPM

npm install --save-dev xml-sitemap-generator
import XMLSiteMapGenerator from "xml-sitemap-generator";

const main = async () => {
  await XMLSiteMapGenerator({
    uri:"https://gazar.dev",
    whereToSave: "./sitemap.xml",
  });
};
main();
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago