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.18k stars 305 forks source link

Added User Agent #61

Closed bdkiran closed 4 years ago

bdkiran commented 4 years ago

Not sure if this has become an issue to anyone else, but certain websites are unable to be scraped without using a user agent. This is the simplest solution to this issue and doesn't require another dependency. A more robust solution would be using something like fake-useragent.