Python Seo Analyzer Versions Save

An SEO tool that analyzes the structure of a site, crawls the site, count words in the body of the site and warns of any technical SEO issues.

2024.04.21

1 month ago
  • Moved from SemVer to CalVer
  • Add new pyproject.toml file for PyPi distribution
  • Remove old setup.py, don't need that anymore
  • Update README to reflect new cli script name seoanalyzer
  • Update requirements.txt to include much newer versions of necessary packages and remove requests
  • Refactor everything into pyseoanalyzer directory, sorry about the package naming headaches - my bad

4.0.6

2 years ago
  • Update lxml version
  • Fix missing lxml in setup.py

4.0.5

2 years ago
  • Parse different header tags
  • Add ability to exclude inner URLs from a given page

4.0.4

3 years ago
  • Remove social share numbers from html template
  • Don't try to crawl image files
  • Ignore # URLs

4.0.3

3 years ago
  • Removed social share counts
  • Updated test cases

4.0.2

4 years ago
  • Added Duplicate content audit.
  • Bug fixes.

4.0.1

4 years ago

4.0.0

4 years ago
  • Removed requests and replaced with urllib3
  • Removed Manifest
  • Split up Site and Page classes
  • Added term frequency to Page output

3.1.2

4 years ago

Fixed template errors for HTML output.

3.1.0

6 years ago