Skip to content

Releases: sethblack/python-seo-analyzer

2025.4.3

Choose a tag to compare

@sethblack sethblack released this 03 Apr 20:44
c8ea55e

What's Changed

New Contributors

Full Changelog: 2024.04.21...2025.4.3

2024.04.21

Choose a tag to compare

@sethblack sethblack released this 21 Apr 18:11
7ab5b35
  • 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

Choose a tag to compare

@sethblack sethblack released this 16 Jan 01:09
b772f25
  • Update lxml version
  • Fix missing lxml in setup.py

4.0.5

Choose a tag to compare

@sethblack sethblack released this 03 Dec 23:14
  • Parse different header tags
  • Add ability to exclude inner URLs from a given page

4.0.4

Choose a tag to compare

@sethblack sethblack released this 18 Jan 20:41
  • Remove social share numbers from html template
  • Don't try to crawl image files
  • Ignore # URLs

4.0.3

Choose a tag to compare

@sethblack sethblack released this 12 Jan 17:34
  • Removed social share counts
  • Updated test cases

4.0.2

Choose a tag to compare

@sethblack sethblack released this 11 Feb 23:52
  • Added Duplicate content audit.
  • Bug fixes.

4.0.1

Choose a tag to compare

@sethblack sethblack released this 01 Feb 19:07
Missed tag.

Complete Refactor

Choose a tag to compare

@sethblack sethblack released this 01 Feb 18:06
e8af970
  • Removed requests and replaced with urllib3
  • Removed Manifest
  • Split up Site and Page classes
  • Added term frequency to Page output

3.1.2

Choose a tag to compare

@sethblack sethblack released this 10 Oct 21:09
e24e5ee

Fixed template errors for HTML output.