Learn More

Wednesday, August 24, 2011

Breadcrumb Menu For Blogger

One of the requirements expected by the google SEO is easy for users to explore a site. Google strongly recommends using breadcumb menu on a site. To that end and in accordance with what we have explained on before blogging, so this time we release a way to make breadcumb on blogger. To be more easily understood, we also include the logic of his thinking, so you understand why breadcumb code is like that. Thus you have a good understanding code bloggers. Interesting is not it?

Ok, go directly to the destination. Please click the Design tab, click Edit HTML. Now, let's discuss for a moment. Because breadcrumb menu not owned by bloggers, then we must make it. The trick is to add the following code

<b:include data='posts' name='breadcrumb'/>

Then you can put it above the following code

<b:include data='top' name='status-message'/>

You can also put the breadcrumb below status message, the difference is in the breadcrumb menu display. Consider the following picture message status

status message

if you put breadcumb above the status message then breadcumb menu will appear above the image status message. And vice versa.

Then, the target to be achieved from the breadcrumb menu is access based on the topics shown. Logically, we want to tell users that the users are on the homepage. And we set the notice without a link. When a user opens one of the labels, then breadcrumb menu is activated accompanied by a link to the Home and notification to the user that you're one of the labels.

Home >> List Of Posts On Your Lable

Then, when your users select one of the post title, then breadcrumb menu is activated accompanied by a link to the Home and Lable.

Home >> Your Lable >> Your post

However, it is still incomplete. Sometimes there are blogs that do not include labels, so we can notify the user as follows

Home >> No label >> Your post

Ones again, your users may find your posting of the oldest. Tell your users with

Home>> All Older Posts

Ok, right in practice. Find the following code

<b:includable id='main' var='top'>

This code is the code to put the widget. Because we have to put it on the widget post, then put the following code above the code <b:includable id='main' var='top'>.



The next step is to decorate the breadcrumbs menu. Put the following css code before ]]></ b: skin>. For those of you who want to learn more about css, continue to follow tutorials css from us. We give gradually.



Now, We already finished making breadcrumb from bloggers. We hope you are not only put the code but know what the code means. Have a nice day.

Post a Comment