Ranking Rich Results for SEO (With Structured Data Examples)
We are far from the 10 blue links. Rich results are dominating the search engine result pages (SERPs). There are 4 main ways SEOs...
We are far from the 10 blue links. Rich results are dominating the search engine result pages (SERPs). There are 4 main ways SEOs...
TF-IDF, or term frequency-inverse document frequency, is a statistical measure that evaluates how relevant is a word in a document relative to a corpus...
Beginner to expert guide to learn Python for SEO. In this tutorial, you'll learn Python from the absolute basics to its advanced SEO purposes.
In this extensive guide, you will learn everything that you need to use the Twitter API with Python. I will cover the most important...
In this article, you will learn how to make a post on Twitter using Python and the Twitter API. This tutorial is part of...
APIs often return responses in the format of a JSON file. In this tutorial, you will learn how to understand and use Twitter API’s...
In this tutorial, we will learn the basic functions that you can use to interact with the Twitter API with Python. This tutorial is...
To use the Twitter API, you need to create a Twitter App and get your credentials for the app. Your credentials are essentially the...
To use the Twitter API, you will need to apply for a Twitter Developper Account. I will share some examples of answers to the...
In this tutorial, you will learn how to authenticate the Twitter API using Python and Tweepy. This tutorial is part of the complete guide...
In this is tutorial, we will learn how to use Google Search Console’s URL Inspection API with Python. What is the URL Inspection API?...
In this tutorial, we will learn how to use Google’s Indexing API with Python. What is the Indexing API? The indexing API is an...
A guide to creating a sustainable website. In this tutorial, we will look at the most important changes that you can do to create...
Machine learning provides a lot of opportunities for SEO professionals to add to their toolkits. In this post, we will see how SEOs can...
Seaborn is a data visualization library in Python that is built on top of the Matplotlib package. It brings intuitive functions to help solve...
Years ago while working for Time Inc. later known as Meredith Corp. and now known as Dotash Meredith, I had built 9am reports for...
Do you want to build your own web crawler with Scrapy and Python? This guide will guide you through each setup to set up...
In this tutorial, we will learn the query Google Search Console API using Josh Carty’s Python Wrapper. The wrapper is a very convenient way...
A slow page load time can have a significant impact on your website visitors. In fact, according to Google, 53% of your visitors are...
The Python requests library is one of the most-used libraries to make HTTP requests using Python. In this tutorial, you will learn how to:...
In this tutorial, we will use Python to extract data from the Wikipedia API. You will learn how to interact with the API using...
In this post, we are going to see how to make a mirror of a web page or even your entire website with Wget...
Let’s look at the basic SQL commands to interact with a Database. In my previous post to help you learn SQL, we built a...
In this article, I will show you the basics of SQL and build a simple SQLite database that you can play with. We are...
In this tutorial, we will learn how to use SQLite3 with Python. Prerequisites If you don’t know SQL, make sure that you read my...
In this introduction, you will understand what is CausalImpact and how it can be used. Causal Impact is a package used to understand the...
Evaluate the results of an SEO experiment on your site using Google Search Console and CausalImpact with Python. In this tutorial, we will learn...
Data studio and Search Console are valuable tools to identify low hanging fruits optimisations. We’ll show multiple reports that you can use to find...
This post will help you to connect your Google Search Console account to Google Data Studio. Create a Google Search Console Dashboard in Data...
The sitemap that you submitted in Google Search Console has the status “Couldn’t fetch”, what does it mean? The “Sitemap could not be read”...