0.0.2 • Published 6 years ago

@pandelis/sitemap-ping v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Sitemap Ping

Tool to ping all the URLS in an XML sitemap.

Usage:

    node ping.js https://example.com/sitemap.xml

Options:

You can choose to also ping with a mobile useragent using --mobile.

By default sitemap-ping will only use a desktop firefox useragent

usage: ping.js [-h] [-v] [--mobile] [-a ASYNC] site

Sitemap Ping

Positional arguments:
  site                  The sitemap to fetch

Optional arguments:
  -h, --help            Show this help message and exit.
  -v, --version         Show program's version number and exit.
  --mobile              Also use a mobile useragent
  -a ASYNC, --async ASYNC
                        How many GET requests to make asynchronously in
                        parallel