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

**Describe the bug** Words on keyword analysis list seem to have trailing characters missing. Not always, but frequently enough that I noticed it. **To Reproduce** Steps to reproduce the behavior:...

**Describe the bug** Hi, help me please: I installed all libraries in accordance with your guide. But when I run a simple first example: seoanalyze https://www.prostoprelest.com.ua/ terminal shows errors: {...

**Describe the bug** When running the analyzer on `https://www.amazon.jobs/en/`, the following error occurs: `UnicodeEncodeError: 'charmap' codec can't encode character '\u202f' in position 10874: character maps to ` The error occurs...

bug

**Describe the bug** When crawling websites that have non-ascii characters in the URL (for example the character `é`), I get this error: ```UnicodeEncodeError: 'ascii' codec can't encode characters when calling...

I am using Jupyter notebook to run the script. I used the example from this site, but with an actual company website. This is on windows 10 using the latest...

Is there any chance you would be able to make a markdown document that gave some simple examples of python scripts using this tool so that beginners (like me; people...

Hi, I want to analyze multiple website by loop on a list and write the results in a json file. I notice that when we crawl 2 differents website and...

enhancement

Bring in TF/IDF content report per page.

enhancement

As a user I'd like to see a 404 (broken link) audit.

enhancement

Hi everyone, i can't manage to make it work ! I installed all the required package import urllib.request import urllib.error import urllib3 !tar -xvzf /content/pyseoanalyzer-4.0.7.tar.gz !cd path/to/package && pip install...