xml-sitemap-generator
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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();

Readme

Keywords

Package Sidebar

Install

npm i xml-sitemap-generator

Weekly Downloads

5

Version

1.0.2

License

MIT

Unpacked Size

14.1 kB

Total Files

8

Last publish

Collaborators

  • ehsangazar