6 conseils pour gagner des awards SEO

(rédigé avec ChatGPT) Lorsque j’évoque les SEO Awards, je ressens toujours une montée d’excitation. En tant que passionné du SEO et de son évolution constante, ces récompenses sont pour moi l’occasion de célébrer les exploits remarquables des acteurs de l’industrie. Si vous êtes une agence SEO, vous savez qu’une présentation convaincante aux SEO Awards peut […]

XPath: Compter le nombre de mots

Pour compter le nombre de mots à l’aide d’une XPAth, nous allons utiliser trois fonctions XPath: L’expression XPath effectue les opérations suivantes: Voici l’expression Xpath pour compter le nombre de mots: Il faudra simplement remplacer //*[@id=”content”] par votre XPath 🙂

Qu’est-ce qu’un contenu de très bonne qualité ?

(Ce contenu a été rédigé par ChatGPT) Un contenu de très bonne qualité est celui qui répond aux attentes du public, fournit des informations précises et pertinentes, et se démarque des autres contenus similaires sur le marché. Pour créer un contenu de qualité supérieure et surpasser vos concurrents, suivez ces conseils :

Add column with domain name to CSV file with Python

A script to add a column containing only the domain name to an existing CSV file. It extract it from a column containing an URL. It works with .co.uk and other country code top-level domain. Just change “5” by the column containing the URL. Also don’t forget to adjust. Here is it setup for semi-colon for […]

tldextract: The Best Python Library for Domain Name Extraction

Why Use tldextract? When working with URLs, extracting key components like subdomains, main domains, and suffixes is essential. Whether you’re developing a spam filter, analyzing web traffic, or managing SEO projects, tldextract provides a reliable and ready-to-use solution. How Does tldextract Work? tldextract uses the Public Suffix List to accurately identify domains and their components. […]

Deep diving in Search Console data

Bellow a list of interesting ressources to play with Search Console data. I’ve put in bold what makes the dashboard somehow different. Feel free to comment to complete this list. Using DataStudio Search Console: Data Studio template to run a risk-free analysis – Dashboard – by Alice Roussel Group keywords by number of words Group […]

Ecommerce Conversion Rate with Google Analytics API

To get the ecommerce conversion rate with Google Analytics API, you can use the metric ga:transactionsPerVisit or ga:transactionsPerSession depending of API version you are using. Enjoy ! 🙂

Finding the LCP node with Chrome DevTools

Official documentation about Largest Contentful Paint is super interesting and explicit. But it misses one thing: How to identify the largest node / block / image /text ? Chrome DevTools allows you to find which node you should optimize. Simply follow the steps below. Open Chrome Open the page you want to find the LCP […]

Test of Indexation of images in background by Google

In this post, there is a background image. It is the picture of my 3 years old Macbook Pro 2016 which is already dying… The screen is sometimes not usable, and most of the time there is just one line, vertical. The idea is to check if either of not Google will index an image […]

Who knows this rare fish ?

If you’ve read my last blog post, you will see that it didn’t help to use the title of an image to rank in the SERPs. So I decided to push the test a little bit further, until I manage to get the image indexed. So here is the picture of a very rare – […]

« Previous PageNext Page »