sethblack / python-seo-analyzer

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.
Other
1.19k stars 310 forks source link

Possible error with sitemap crawling #84

Open BradDeA opened 2 years ago

BradDeA commented 2 years ago

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 I try to crawl using the sitemap I get the error.

Screenshot Screen Shot 2022-02-15 at 12 27 00 PM

Desktop (please complete the following information):

Im new to coding in general so this could be entirely on me, thanks in advance!

sethblack commented 2 years ago

Hiya! 🤔 Try adding the full url to the sitemap parameter: https://kellyshomeinspection.com/sitemap_index.xml and see if that fixes it.

BradDeA commented 2 years ago

Yup! That fixed it, thank you! A dumb mistake lol.