J700070 / python-sitemap-generator

Crawl any Web page and generate XML sitemap compatible with Google's indexing robots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Sitemap Generator

Python Site Map Generator uses python multi-threaded approach to read all links accessible through the Web site and generate proper sitemap for SEO purposes. Script was meant to use threading technology to allow easy and very fast approach while generating sitemaps for your Web pages. The script will run under Linux operating system which supports Python 3 language.

REQUIREMENTS

  • Python 3
  • sudo apt-get install python-beautifulsoup
  • sudo apt-get install python-pip
  • sudo apt-get install python3-pip
  • pip3 install setuptools
  • pip3 install var_dump

USAGE:

  • Set up the 'InitialURL' variable to point to Web site which you want to generate sitemap to
  • Set script to executable: sudo chmod +x python-sitemap-generator.py
  • Run script: python3 python-sitemap-generator.py

Python Sitemap Generator

About

Crawl any Web page and generate XML sitemap compatible with Google's indexing robots.


Languages

Language:Python 100.0%