Simply save this script
sitemap-to-csv.pl
to your computer. You will need Perl to run in.Then you can execute it from the command line with the following format:
// This will automatically append /sitemap.xml
./sitemap-to-csv.pl http://domain.com
// Or specify the exact file.
perl sitemap-to-csv.pl http://domain.com
// With SSL domain authentication override.
PERL_LWP_SSL_VERIFY_HOSTNAME=0 ./sitemap-to-csv.pl http://domain.com
No comments:
Post a Comment