Blueprint

Remember Rel= Tags

Understanding Rel Tags | Blueprint

Rel= tags are SEO elements that when used properly, can help you provide important information to search engine crawlers. Unfortunately, rel= tags are often forgotten, creating missed opportunities in terms of taking control of a site’s pages.

In this post, I will share with you what rel= tags are and how they can be used in specific situations to benefit your SEO campaign.

What are Rel= Tags?

Rel= tags are components of HTML that describe a relationship between pages of a site. These components affect the site’s linking structure. Because links are a huge contributing factor to search engine algorithms, taking advantage of rel= tags will only help one’s ranking potential.

Rel= tags live in the backend of a site, attached to the links they are providing “instructions” for. That way, when search engines crawl the site, they are able to identify your intentions regarding particular links.

Rel= tags look a little something like this:

<a href=”link” rel=”attribute”>

There is a wide variety of rel attributes that you can use to provide “instructions” for a site’s links to search engines. Below are a few examples of rel attributes that can be used to accomplish different goals.

Rel Attribute Examples

For example, e-commerce sites often have a category devoted to “Best Sellers.” In this case, a canonical attribute can be used to designate the “Best Sellers” page as the main focus, eliminating the possibility of “Best Sellers Page 2” and so on to be considered by search engines as the original source.

Additionally, the canonical attribute is a wonderful tool to use for preserving your own content. Apply a canonical attribute to the content you develop in order to maintain its originality in an instance where it may get swiped.

<a href=”best sellers link” rel=”canonical”>

For example, page 3 in a series of “Best Sellers” would look like this:

<a href=”best sellers link” rel=”canonical”>
<a href=”best sellers page 2 link” rel=”prev”>
<a href=”best sellers page 4 link” rel=”next”>

These situations might include:

Use the nofollow attribute when linking to sites that you may not necessarily trust.

<a href=”link” rel=”nofollow”>
<a href=”link” rel=”alternate”>

Rel= Takeaways

Rel= tags describe relationships of links and pages within a site. The attributes that are used in conjunction with rel= tags provide “instructions” to search engines in order to obtain specific goals. Together, rel= tags and their attributes are extremely useful tools, especially for an SEO campaign. Remember your rel= tags!

Exit mobile version