Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rimiti/sitemap-generator
Google Sitemap Generator
https://github.com/rimiti/sitemap-generator
generator google search-engine seo sitemap
Last synced: 27 days ago
JSON representation
Google Sitemap Generator
- Host: GitHub
- URL: https://github.com/rimiti/sitemap-generator
- Owner: rimiti
- License: other
- Created: 2018-04-27T11:53:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T12:30:29.000Z (over 6 years ago)
- Last Synced: 2024-11-07T16:12:10.520Z (3 months ago)
- Topics: generator, google, search-engine, seo, sitemap
- Language: Python
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE.md
Awesome Lists containing this project
README
# sitemap-generator
Sitemap Generator is a python script which will generate an xml Sitemap for your web site.
## Overview
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 be directly submitted to search engines as hints for the search engine web crawlers as they index your web site. This can result in better coverage of your web content in search engine indices, and less of your bandwidth spent doing it.
The **sitemap_gen.py** script is written in *Python 2.2* and released to the open source community for continuous improvements.
## How to use it ?
```python
"""A simple script to automatically produce sitemaps for a webserver, in the Google Sitemap Protocol (GSP).Usage: python sitemap_gen.py --config=config.xml [--help] [--testing]
--config=config.xml, specifies config file location
--help, displays usage message
--testing, specified when user is experimenting
"""
```## Example
Generate your site map file from your website config file.
```bash
$ python sitemap_gen.py --config=/var/www/yourwebsite.com/sitemap_config.xml
```## Note
This project is a fork of [Google Sitemap Generator](http://goog-sitemapgen.sourceforge.net/).
It has been forked and moved to Github to that it can continue to evolve.## License ([BSD](https://github.com/rimiti/keldoc-js-sdk/blob/master/LICENSE))
- [Dimitri DO BAIRRO](https://github.com/rimiti)
- [Google]([email protected])