Skip to content

I created a sitemap.xml generator for a single page website using Python and Mysql.

Notifications You must be signed in to change notification settings

MarkoKurtovic/Sitemap-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Sitemap.xml generator

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.

Result

You can check result of sitemap.xml generator used for real estate website: https://www.land-montenegro.com/sitemap.xml

Prerequisites

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

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

I created a sitemap.xml generator for a single page website using Python and Mysql.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages