We love Python, we love data and we want to spread this love to all the professionals out there. Therefore, we regularly sum up the smartest ideas in a newsletter, that aims to share technological solutions for performance marketing.
We’ve published a Python Script that uses the clustering method to group keywords together using Google’s search results. The new version is improved, and some cool graphical outputs are added to visualize keyword topics…
I realized by my own that it takes quite a while if a positive covid test result makes it into the official numbers. If you were in direct contact with a person that was…
Comparing competitor sites’ sitemaps at the n-gram level can help you find strategic vulnerabilities that will make you stand out. The n-gram is a contiguous sequence of “n” items of a given text or…
You like Google Trends but you’re disappointed that it doesn’t work well for long tail keywords? Then keep on reading and use this python script to build your own “Google Trends” service by using…
We already shared some clustering approaches using TF-IDF Vectorizer for grouping keywords together. This works great for grouping keywords together that share the same text strings, but you aren’t able to group by meaning…
We already shared a python keyword grouping script some weeks ago and get some great feedback for it. If you struggle with python programming, but still want to use this approach, we have good…
A lot of people are using PageSpeed Insights in these days to improve their website speed. Every change on your website (e.g. new plugins, updates, etc.) can affect the page speed in a negative…
Check the SERP Rankings for 100 keywords per day with Google Custom Search Engine + App Script and save the results to Google Sheets. Schedule it for daily runs and you get a fully…
Analyzing the content of your competitors can provide you with valuable insights about your own operations and goals. This basic Python script can give you information on N-rams in seconds. How to analyze your…
Did you know that you can easily automate a lot of monitoring routines for important SEO KPIs yourself? Here is a small Python recipe that works with only one parameter. The only parameter you’ll…