Sitemap Generator Cli Versions Save

Creates an XML-Sitemap by crawling a given site.

6.0.0

7 years ago

Automatically split into multiple sitemaps for pages with more than 50000 sitemap entries. This required breaking changes.

Syntax changed as follows:

sitemap-generator http://example.com sitemap.xml

Note the missing > pipe operator. A second argument for the file path is now required. The sitemap will not be printed to the console anymore. Instead it's always written to disk. In case of more than 50000 entries it will generate a sitemapindex file sitemap.xml and x sitemap_partX.xml files.

5.0.1

7 years ago

Fixed crawling bug in underlying sitemap-generator lib.

5.0.0

7 years ago
  • Updated dependencies
  • Improved port handling
  • Improved robots.txt handling

v4.1.0

7 years ago

Added support for robots meta noindex.

v4.0.0

7 years ago

Changes

The API changed quite a bit. The generator does not save any file but rather prints the xml markup directly to the console. To avoid numerous options for filepath, filename.. you can now handle that yourself. As it is quite simple to achieve the old behavior and this is quite flexible that's the way to go. This means there will be no status messages during generation. If you have to check those enable the dry mode and look for problems.

TL;DR

  • Changed API
  • Improved tests
  • Total rewrite for more consistent behaviour

v3.2.0

8 years ago
  • Updated dependencies (fixes issue #2)
  • Added option --silent to omit crawler notifications

v3.1.2

8 years ago

NPM version bump.

v3.1.1

8 years ago

Fixed robots.txt requests.

v3.1.0

8 years ago
  • Added ESLint
  • Restructured

v3.0.2

8 years ago

Raised required version.