The sitemap_gen.py script analyzes your web server and generates one or more Sitemap files. These files are XML listings of content you make available on your web server. The files can then be directly submitted to Google.
The sitemap_gen.py script analyzes your web server and generates one or more Sitemap files. These files are XML listings of content you make available on your web server. The files can then be directly submitted to Google.
To install sitemap_gen, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sitemap_gen
To see what files were installed by sitemap_gen, run:
port contents sitemap_gen
To later upgrade sitemap_gen, run:
sudo port selfupdate && sudo port upgrade sitemap_gen
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.