Ceate a Breadcrumb SEO Friendly blogger

breadcrumb navigation SEO friendly blogger

My Backlink - Navigation breadcrumb is a link that serves to provide guidance as to the location or category of an article and allows you to find the basic page of the article being read.

Link shown here is the link where your articles are or can be called as a location of your article. Breadcrumb navigation is commonly placed on the title of the article / post.

There are three benefits / usefulness of breadcrumb navigation, namely:

  1. Beautify the look of the page / article.
  2. Allows visitors to browse the blog.
  3. Optimizing a page in search engines (search engines).
The most important of the above 3 things of course is "optimizing pages in search engines" or often called SEO. For those who do not know about SEO, you can search on google about what SEO.

Breadcrumb navigation may not be as important as keywords in SEO. But clearly the breadcrumb navigation is one of the factors of SEO. So, a little amount will also affect the position of your blog in search engines, especially Google.

How to install the breadcrumb navigation in the blogger.

Breadcrumb navigation in the blogger will appear based on the label of your post. Here's the tutorial.
  1. Login to the blogger.
  2. Select the Layout (Layout) »Edit HTML.
  3. Tick to Expand Widget Templates.
  4. Find the following code. You will find more than one code like this. Select the second one, which is in / under the code <b:includable id='post' var='post'
<b:if cond='data:post.title'>

5. Add the following code at the bottom.

<b:if cond='data:post.labels'>
<b:loop values='data:post.labels' var='label'>
<a expr:href='data:label.url' rel='tag'><data:label.name/></a>
<b:if cond='data:label.isLast != "true"'>,</b:if>
</b:loop>
&#187;
</b:if>
<data:post.title/>
</b:if>

6. Save the template.

Now look at the result. If it is successful, it means that you are already running one of the SEO tips.

Hopefully be useful :) .