Sitemap.xml generator for a single page website using Python and Mysql.
Because online tools can't create sitemap.xml for SPA sites, I wrote a script that makes sitemap.xml from the database.
You can check result of sitemap.xml generator used for real estate website: https://www.land-montenegro.com/sitemap.xml
Python3
sudo apt-get update
sudo apt-get install python3.6
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.8
python3 --version
- Marko Kurtovic - Initial work - MarkoKurtovic
This project is licensed under the MIT License - see the LICENSE.md file for details