News

Learn how to test your SEO theories using Python. Discover the steps required to pre-test search engine rank factors and validate implementation sitewide. When working on sites with traffic, there ...
Using Python to recover SEO site traffic (Part one) A way to speed up the critical job of traffic analysis in recovering from a bad redesign or site migration. Masterfully coded in python, step by ...
Here's how you can use Python and some very basic Excel functions to build your SEO traffic goals. Roadmapping season is upon us and, if you’re an in-house SEO like me, that means it’s time to ...
Learn how to scrape Google for a set of keywords and visualize competitor insights using Python and Data Studio.
1. Python requests We’ll use the requests library which simplifies web scraping, to send an HTTP HEAD request to each URL in our Google Analytics data set, and if it returns a 3xx redirect, we’ll ...