Tips SEO & Data articles – Page 3

SEO & Data blog by Arthur Camberlein

Tips articles by Arthur Camberlein. The SEO and Data blog of an North American SEO Specialist in Canada. If you want to know more about me, please go to the About section or the Projects one. . Your are on page 3

How to bulk replace link in Wordpress - Quick tip using SQL

How to bulk replace link in Wordpress - Quick t...

Wordpress is well used and versed with SEO, blogs & website. But how to bulk replace links on this CMS?

How to bulk replace link in Wordpress - Quick t...

Wordpress is well used and versed with SEO, blogs & website. But how to bulk replace links on this CMS?

How to do a 410 on Wordpress? Let's dive into it!

How to do a 410 on Wordpress? Let's dive into it!

In this article I am focusing on Wordpress, but you'll see that of these tips could be reused for other platforms.

How to do a 410 on Wordpress? Let's dive into it!

In this article I am focusing on Wordpress, but you'll see that of these tips could be reused for other platforms.

Bulk URL Opener:Web and SEO Tools

Bulk URL Opener:Web and SEO Tools

Let's keep it simple: you have to open several URL at once and you are wondering how to do that: let's find out together!

Bulk URL Opener:Web and SEO Tools

Let's keep it simple: you have to open several URL at once and you are wondering how to do that: let's find out together!

How to import Python libraries

How to import Python libraries

This import will work if you are using any version of Python (meaning Python 2 or Python 3). How to import a library To import a library, you will have...

How to import Python libraries

This import will work if you are using any version of Python (meaning Python 2 or Python 3). How to import a library To import a library, you will have...

How to upload files in Google Colab

How to upload files in Google Colab

If you like and enjoy using Notebook for Python (Google Colab, Jupyter, ...), you will be glad that there is a tip that could help you save some time to...

How to upload files in Google Colab

If you like and enjoy using Notebook for Python (Google Colab, Jupyter, ...), you will be glad that there is a tip that could help you save some time to...

Find and remove empty column in Python with pandas

Look for, find and delete/remove any empty column in a dataframe thanks to Python. # Find the columns where each value is null empty_cols = [col for col in df.columns...

Find and remove empty column in Python with pandas

Look for, find and delete/remove any empty column in a dataframe thanks to Python. # Find the columns where each value is null empty_cols = [col for col in df.columns...