I am aware that nofollow links are specifically enforced so that search engine bots do not follow that link.
The reality is that this link attracts visitors and my theory is that a link, even if it has a nofollow for Google, for example, still has value, even if it is 1% compared to one without the nofollow.
Apart from this, what are the following values for the rel attribute for because I don't see reliable information about it (the one that catches my attention is external
).
I've only seen info here: http://www.w3schools.com/tags/att_a_rel.asp
But it doesn't explain if there are differences in SEO issues or browser behaviors.
I have created several links to https://japanpanda.com/ being nofollow (On other pages) and I have not seen any changes except improvements in referals.
About the values that
rel
a link can have, you can read more in the MDN documentation (partially in Spanish at the time of writing this answer) or directly in the W3C documentation for the HTML5 standard and the elementa
(in English).What it indicates
rel
is the relationship between the document containing the link and the linked document. It does not affect how the browser will render those links , although it can be used in the CSS attribute selector (eg:a[rel="valor"]
) to give them some specific styling.For SEO, it helps to make sense (semantics) of the page and can be helpful for social engineering (for example, specifying the author) or to better classify/index the content and its relationships with other pages/sites.
Now I am going to go into a little more detail about the
nofollow
and theexternal
.nofollow
The first thing to clarify is that
nofollow
this does not mean that search engine bots will not follow the link, in fact, they will most likely follow it. According to the HTML5 definition (my translation):Bearing that in mind, putting a
nofollow
to a link will not affect the traffic of the destination (the link can be visited by users) or its discovery by search engines (not following is a "recommendation" for the bot). ) but, as they say in the comments, it can affect (negatively) the page that contains the link. The ranking of a page is going to depend in part on the analysis of the sites linked to that page .For example, if a search engine considers "Page Z" to be bad because it has spam and spyware, and your "Page Y" has a link to that "Page Z", then that search engine is going to penalize you for linking to a page that you know is bad. That is why it is important to use
nofollow
in some links.As a general rule, the recommendation would be that you do not trust any link that comes from a user input (for example in the comments of a blog or in the answers of a forum) and add it
nofollow
to save yourself problems.In this Google article (in Spanish) three important cases are mentioned in which using
nofollow
is good and recommended:nofollow
to manually remove the for links you have checked).external
In the particular case of the value
external
, what is being said is that the linked document/page is a different site. If the user presses it, they will leave the current site to navigate to a different one.It won't affect you SEO-wise, it just adds some semantic information (although I don't really know what the value of that information is because the search engine will automatically detect if the link is external or not).
From the comments I've found searching online, it seems that in the past some browsers treated
rel="external"
it as if it were atarget="_blank"
and would have the link in a new window (although I haven't found anything official about that).All links add value. Do follow links are the best, but if we only have do follow links to a website, it would be very suspicious. That is why it is good to mix them. Here are some tools to know if they are do follow or no follow:
https://www.informacionyarte.com/analyze-backlinks
Hope this can help you
Nofollow links, if they are well placed, have a certain value. They drive traffic to the site which indirectly helps with page rank.
See: https://moz.com/blog/the-hidden-power-of-nofollow-links