python-seo-analyzer icon indicating copy to clipboard operation
python-seo-analyzer copied to clipboard

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.

Results 29 python-seo-analyzer issues
Sort by recently updated
recently updated
newest added

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

**Describe the bug** Trying to build Dockerfile results in the error: Error: Please make sure the libxml2 and libxslt development packages are installed. **To Reproduce** ``` docker build --progress=plain ....

**Describe the bug** The [README](https://github.com/sethblack/python-seo-analyzer#docker) says this can be used with Docker: docker run sethblack/python-seo-analyzer [ARGS ...] However, that image does not exist. **To Reproduce** $ docker pull sethblack/python-seo-analyzer Using...

Hey there, Love seoanlyzer. Getting the error: urllib3.exceptions.MaxRetryError I've tried some solutions here https://stackoverflow.com/questions/23013220/max-retries-exceeded-with-url-in-requests with no luck. Any suggestions would be great. thanks

It seems that whenever I try to run my script with a sitemap I get a Traceback error. I can run my script with just a URL inserted but when...

Hi Guys, Trying to run seoanalyzer on Google Colab. Tried to follow all instructions mentioned on github, but it seems like I have missed something. Below is the code I...

**Describe the bug** After writing the command "python analyzer.py https://www.sethserver.com/ -f html > results.html" it got the error of pool manager not found. how can i run this project **Expected...

bug