Companion notebooks to my talk: The Rise of the SEO Data Scientist
Feel free to share any feedback, bugs, suggestions, or questions through the issues tab.
An introduction/preview of the talk
Install Python, install a few packages, and get started by crawling a website, all in 8 minutes:
How to explore a website's content through its sitemap(s), and what you can learn from its robots.txt file, and running a bulk robots tester.
Explore various options for analyzing a crawled website. Use this as a starting template, test with other website(s), and run your own analysis.
Crawl a website, loop through the desired pages, send bulk requests to the OpenAI API, which is instructed to evaluate each article using 20 of Google's helpful content guidelines.
How to create a racing bar chart using a table with three columns; entity, metric, period