Make all your blog links automatically nofollow

Today we are going to make the links on our blog come out by default nofollow very quickly, let’s go suddenly.

We recently talked about how to use nofollow links correctly and it has aroused a lot of interest, so much so that I have been asked if there is a way to make all blog links appear automatically nofollow. Wanting nofollow to appear automatically throughout your website is more normal than you imagine, if you dedicate yourself to affiliate marketing it is a good way to avoid being a spammer and avoid some penalty from the killer penguin.

I was amused by a comment from Darkside in the post about what nofollow links are and how to use them, in which he said why does Zara want a follow link from her blog, and that is where the danger lies, if you link products your blog will be the party of “not found!” and you will send to pages that do not exist.

I would like to mention the most perverse part: when we do SEO, webmasters clean links that point to our blog sites and pages with little chicha (DA or low PA) and we kindly ask Google to remove them (let’s go tell us), yes Google sees that you are very to link by the bravas you will go to the spam box.

For these two powerful reasons (there are more, but if that’s another day…) there are blogs that only get no follow links.

Make links in wordpress nofollow

# 1 make all the links go nofollow with a plugin in wordpress:

This is the simple option if you don’t want to do it with code:

  • Nofollow for external links simply add the attribute rel = ”nofollow” to all posts and pages on your wordpress site.
  • Nofollow read more links this plugin is very interesting if you only want to add it in a type-a tag, keep reading, which is quite damaging and we have it all like that.

# 2 By making a function in wordpress so that all the links are nofollowed.

You will need a function plugin or modify the functions.php file

This is a very easy way, if you already have the functions plugin that I recommended you do for your blogs.

For me, making this plugin of functions is essential, I work with many functions that I program to measure and I make hooks that is how these types of functions are called to add utilities to the blog and it is the place where they are put.

This is easy is to copy and paste this code as always take it to a plain text editor to see that what you have copied is this and there is nothing else.

How to make the links in blogspot or blogger nofollow

Unfortunately you have to do it by hand because the option it gives is too beast and in the long run it can harm your blog.

# 1 Make all blogspot outbound links nofollow

This option is a bit dangerous because it indicates directly to the txt robots, but I will tell you if you are interested in knowing it, it consists of including a line of code in the html template before closing the </head> tag

<meta name = ”robots” content = ”nofollow” />

It is that easy.

# 2 put the nofollow attribute one by one to the blogspot links

To do this, the first thing is that you indicate it in the blogspot configuration so that the full options box appears when you make a link:

When you go to make a link, it will always ask you the characteristics and you can choose when it is follow and when it is not:

BloggingHit Staffhttps://blogginghit.com
BloggingHit is a blog for dissemination and training in Web Technologies & Blogging Tools. This is a blog about everything that has to do with WordPress, Blogging, Social Media Marketing, Search Engine Optimization from tutorials.

The data protection agency and your blog.

It is a mistake to think that a blog or a website is exempt from legal or bureaucratic obligations, for example data protection, for...

How to make a book with the content of your blog

We are going to know tools to make a book with the content of your blog and have an instant lead magnet or a...

Promote your blog: is there life beyond social networks?

You have finally launched your blog and now what? it's time to promote it, you've shared it among your friends and you see that with...

Let yourself be seen at social events so that your blog grows and is...

Throughout the year there are many opportunities to meet and physically promote your blog. Perhaps we do not give the importance it deserves to personal...

10 SEO mistakes that we make without meaning to

Trying to position your blog can be easier if you know what are the 10 sea mistakes that we have without realizing it. Sometimes not...

How to make sitemap for blogs for WordPress and blogger

What is a sitemap? A sitemap is a file written in xml format so that search engine robots find information in a way that is...