Breadcrumb Navigation & SEO In Google Search Result Page - SERP [Why & How]

Breadcrumb is an addition to the page navigation system to offer better understanding ability of the structure followed by your page which represents the path from which the reader arrived on current page. Google has replaced the URL with the site name and breadcrumb trail in the mobile search snippets. Breadcrumbs are essentially a form of rich snippet and they add value to your listing. Google now have patent to show these breadcrumbs in its search results. From an SEO point of view it is best practice to have breadcrumbs as they are high up in the code and help the search engines crawling the site. Google already stated about breadcrumb SEO that; having a breadcrumb trail will make it easier for the search engine to understand the structure of a site and to include that kind of navigation within search results. Learn how to show breadcrumbs in SERP and why it's more important & essential in case of SEO. Breadcrumbs are a great way for search engines to understand how your site is structured and to pass link juice logically and evenly to the places you want it.
Breadcrumbs In Google Search Result Page - ProBlogBooster
Breadcrumbs In Google Search Result Page - ProBlogBooster
Once upon a time when you search something in Google, the resulted page consisting first ten results, then each result is made up of by the title, description and URL grabbed by Meta Tags. And now today is the time when you search something in Google, it shows not only all above, but also the picture of author, star rating reviews, published date and currently Google started to show breadcrumbs. Last time we have seen how to show star rating review in Google search results now its time to go more deeper to get known about breadcrumbs and how it's beneficial to your site.

Wrong Interpretation

However there are lots of people pretending SEO expert who have belief that it's badly affect on SEO. More over they feels that after adding this; Google leaves the task of indexing the permanent link of the particular page. Further when breadcrumbs are shown in SERP, the URLs are not displaying that means they say that the page owner looses the chance of having rich keywords presented in that particular URLs shown in SERP.

After lots of research and official talks; I would like to say that, they have totally wrong interpretation about the step taken by Google to show breadcrumbs. Remember, Google always one step ahead in case of Search. More than 80% of people from world depends on Google are satisfied by Google search including you and that's why you are here too.

What Google says about new breadcrumbs navigation system

An improvement that replaces the URL in search results with a hierarchy, showing the precise location of the page on the website. The new display provides valuable context and new navigation options. Some web addresses help you understand the structure of the site and how the specific page fits into the site hierarchy; however, URLs are too long, too short, or too obscure to add useful information which doesn't provide much additional information about the site.

Better Understanding

Google doesn't removes URLs, rather it just not displaying those in search page. In search snippet tool you can see how Google grabs the meta data and URLs from hatom feed. So no need to worry about this point. In Google point of view, this improvement makes the SERP more clean and clear. More over Google says; currently it takes only small portion of the result shown in search page, and when it improves then that snippet will show more context & links pointing towards particular page shown in SERP. That's really cool! when each link in green colour shown in rich snippet is clickable, which provides further more access to more pages from the resulted webpage giving more page views. Reader may attract to click on these web links which improves click rate (CR) and which will give more generic traffic to your site.

Breadcrumb SEO

We would like to say that breadcrumbs are a positive in SEO point of view; as they showing the user the exact location of the page they are looking for and give them an easy navigation to find similar or alternative pages. The other areas of navigation in close proximity only show one level. Then we can also say that some of the most successful websites such as Amazon still use breadcrumbs in order to help customers from a usability point of view. From a search engine point of view; Google actually displays the breadcrumbs in the search results giving you more links in each search listing, which is a positive thing. From an SEO point of view it is best practice to have breadcrumbs as they are high up in the code and help the search engines crawling the site. Breadcrumbs in search results is likely to help increase click-through CTR - as the person searching might not be after the exact result listed but they can see you have a category for those products, so they can click straight through and see if you have exactly what they are looking for. Breadcrumbs present an important opportunity to make your site more search engine optimized.

How to show breadcrumbs in results

Adding code is somewhat tricky part. If you already have breadcrumb working then just replace your old breadcrumb code with the code shown in step-4 (always do backups of template before doing any editing). If you are new for breadcrumb then follow steps shown below;
  1. Search for following code
    <b:include data='top' name='status-message'/>
  2. Replace it with following code
    <b:include data='top' name='status-message'/>
    <b:include data='posts' name='breadcrumb'/>
  3. Now find code
    <b:includable id='post' var='post'>
  4. And above it; paste following code
    <b:includable id='breadcrumb' var='posts'>
    <b:if cond='data:blog.homepageUrl == data:blog.url'>
    <!-- No breadcrumb on home page -->
    <b:else/>
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <!-- breadcrumb for the post page -->
    <p class='breadcrumbs'>
    <span class='post-labels'><span itemscope='' itemtype='http://data-vocabulary.org/Breadcrumb'>
    <a expr:href='data:blog.homepageUrl' itemprop='url' rel='tag'><span itemprop='title'>Home</span></a></span>
    <b:loop values='data:posts' var='post'>
    <b:if cond='data:post.labels'>
    <b:loop values='data:post.labels' var='label'>
    <b:if cond='data:label.isLast == &quot;true&quot;'> &#187;
    <span itemscope='' itemtype='http://data-vocabulary.org/Breadcrumb'><a expr:href='data:label.url' itemprop='url' rel='tag'><span itemprop='title'><data:label.name/></span></a></span>
    </b:if>
    </b:loop>
    <b:else/>
    &#187;Unlabelled
    </b:if>
    &#187; <span><data:post.title/></span>
    </b:loop>
    </span>
    </p>
    <b:else/>
    <b:if cond='data:blog.pageType == &quot;archive&quot;'>
    <!-- breadcrumb for the label archive page and search pages.. -->
    <p class='breadcrumbs'>
    <span class='post-labels'><span itemscope='' itemtype='http://data-vocabulary.org/Breadcrumb'>
    <a expr:href='data:blog.homepageUrl' itemprop='url'><span itemprop='title'>Home</span></a></span> &#187; Archives for <data:blog.pageName/>
    </span>
    </p>
    <b:else/>
    <b:if cond='data:blog.pageType == &quot;index&quot;'>
    <p class='breadcrumbs'>
    <span class='post-labels'>
    <b:if cond='data:blog.pageName == &quot;&quot;'>
    <span itemscope='' itemtype='http://data-vocabulary.org/Breadcrumb'><a expr:href='data:blog.homepageUrl' itemprop='url'><span itemprop='title'>Home</span></a></span> &#187; All posts
    <b:else/>
    <span itemscope='' itemtype='http://data-vocabulary.org/Breadcrumb'><a expr:href='data:blog.homepageUrl' itemprop='url'><span itemprop='title'>Home</span></a></span> &#187; Posts filed under <data:blog.pageName/>
    </b:if>
    </span>
    </p>
    </b:if>
    </b:if>
    </b:if>
    </b:if>
    </b:includable>
  5. If you want to add some CSS to it then add following code before ]]></b:skin> tag
    .breadcrumbs {
    margin: 0px 0px 10px 0px; font-size: 75%;line-height: 1.4em;text-transform: uppercase;
    }
  6. Save template.
  7. Test results on rich snippet tool.

Sample


In case of search; Google is on top, knows better about how to serve pages to each reader as per his searches. Breadcrumbs can be nice - Google changed its breadcrumb trail to adopt a more visually appealing breadcrumb design. Its better to follows all Google policies and get benefits form Google search pages.

This blog post is inspired by the blogging marathon hosted on IndiBlogger for the launch of the #Fantastico Zica from Tata Motors. You can apply for a test drive of the hatchback Zica today.



Social Tags: #Breadcrumb #SEO #Howto #Blogging #BloggingTips #Google #SERP

Show Star Rating Review In Google Search Results - Rich Snippet

Learn how to show star rating reviews for each link in Google search results page for better SEO. Lots of blogger are eager to know about this blogging tip. These star rating reviews are also a part of best search output used by Google wanting to show rich results for its every user.

Rich Snippet

The user's decision of clicking the link observed in search page is mostly depends on these star ratings. Everybody want best content when they are on something to search. So how we suggest them that we have best content for them? Its simple; follow this post and you are on boost.


Show Star Rating Review In Google Search Results

  1. Search for the code:
    <div class='post-footer'>
  2. You will find it twice in your HTML, go for second code.
  3. Paste the following code below it;
    <!-- Review Star Rating In Google Search Results -->
    <b:if cond='data:blog.pageType == &quot;item&quot;'>
    <div><div itemscope='' itemtype='http://data-vocabulary.org/Review'>
    <div style='display:none;'>
    Item Reviewed: <span itemprop='itemreviewed'><data:post.title/></span>
    Description: <span itemprop='description'><data:blog.metaDescription/></span>
    Rating: <span itemprop='rating'>5</span>
    Reviewed By: <span itemprop='reviewer'><data:post.author/></span>
     </div></div></div>
    </b:if>
    <!-- Review Star Rating In Google Search Results -->
  4. Save template.
  5. Test results on rich snippet tool.

Sample:


I have seen lots of coder who suggest some HTML markup in direct blog post. But its not necessary rather its time consuming process. After lots of investigation and trial-&-error method this trick is came to front. Once you installed you will get its results in snippet tool and surely you won't get any difficulty in it.

Print Stylesheet CSS : Blogging Tips

Its really important to have a special CSS to print for any site in the case of a reader wants to print an article for reading it later offline. It often becomes secondary option for all bloggers too in thinking of that who take print-outs of posts anyhow? But, they forget to think that the reader can also save your page in .pdf format too.

Print Stylesheet CSS Trick for Blogger - Problogbooster
Print Stylesheet CSS : Blogging Tips

What is print style sheet or print.css ?

Its a special CSS defined for a website by using which the reader can print it's particular  webpage very clearly without exceeding more paper & ink.

Advantages :

  • Increase usability & accessibility: A reader/student can print it and use it for later references.
  • Decrease page loading: Still there are lots of visitors are on slow dial-up internet connection, who immediately go for printable version so that they have relevant information more quickly because such a slow internet connection causes very slow page loading to review the it online.

Disadvantage:

It increases page size for loading after adding this new CSS or if you add hyper-link then it one more request will add to you page loading.

How to view & debug print style sheet

Before you go, check the print preview of you current blog post page. And also check the print preview of this page.
  • For Firefox  : Menu Bar >> File >> Print Preview
  • For Chrome : Right click on page >> Inspect element >> find setting button at right-bottom-corner >> check - Emulate CSS media. 

How to build : print.css

Its really simple as that of we built the CSS for mobile template. You just need to know which part should be printed and which part should NOT be printed.

Lets Start

To start the making of print CSS, a special CSS-tag @media print is used to tell the browser that the current page is going to be printed.
@media print {
... ... ...
...user defined other tags...
... ... ...
}

Now list the parts of your page you dont want to print like menu, navigation, sidebar etc and place it in above mentioned tag like
@media print {
#menu, #nav, #sidebar, #sidebar-wrapper { display:none}
}

Make main wrapper content to full width:

#main-wrapper {width: 100%; margin: 0; float: none; }

Remove the background:

body { background: white; }
#container { background: transparent;}

Set font style and size

body { font:normal 14px Georgia, "Times New Roman", Times, serif; line-height: 1.5em; color: #222; }

Differentiate links and text

a:link { font-weight: bold; text-decoration: underline; color: #000; }

Print URL after links

 a:link:after { content: " (" attr(href) ") "; }

Show Thank You message for a reader

body:after { display: block; content: "Thank you for printing our content."; margin-top: 30px; font-size: 11pt; color:#555; border-top: 1px dotted #555; }

Define page margin

@page { margin: 0.5cm; }

Final print stylesheet CSS

@media print {
#menu, #nav, #sidebar, #sidebar-wrapper { display:none}
#main-wrapper {width: 100%; margin: 0; float: none; }
body { background: white; }
body { font:normal 14px Georgia, "Times New Roman", Times, serif; line-height: 1.5em; color: #222; }
#container { background: transparent;}
@page { margin: 0.5cm; }
a:link { font-weight: bold; text-decoration: underline; color: #000; }
 a:link:after { content: " (" attr(href) ") "; }
body:after { display: block; content: "Thank you for printing our content."; margin-top: 30px; font-size: 11pt; color:#555; border-top: 1px dotted #555; }
.noprint {  display:none }
}

Above sample is just for learning purpose. For every blogger there is different style sheet for each.

Avoid extra stuff to be printed

In above example if you observe, you will get notice the CSS code .noprint. While I was working on this I notice some widgets are still get printed and its really unwanted and annoying on paper. So special CSS class is defined to avoid that extra stuff from paper. What you need to to is just put your unwanted html code as;
<span class='noprint'>
...your unwanted extra stuff...
</span>
And define that class do display: none in stylesheet CSS.
  • More: you can use this CSS code in cascading to your regular blogger CSS before <skin> tag or if you want you can also use following hyperlink as per your convenience
    <!-- Print Stylesheet CSS -->
    <link rel="stylesheet" href="URL to your print.css" type="text/css" media="print" />
Now start to build your own stylesheet for your lovely weblog site and make it more readable, accessible, usable online and offline too.

How to See Locked Profile Pictures in Facebook [UPDATED] 2014

Well, it is really interesting that you are so much eager to know HOW TO do this.. LOL. Its not a huge task or need any kind of software trick to do. You don't need to know programming or hacking too. Its really simple as that you surf on any browser, indeed!
How to See Locked Profile Pictures in Facebook - Problogbooster

Yeahh.. I know you are in hurry to know HOW TO do it... don't waste time and follow these steps.


See Locked Profile Pictures in Facebook - Method I

  1. Open any profile page in Facebook.
  2. Right click on profile picture.
  3. Select Open image in new tab.
  4. Remove the sub-link tags [like s160x160 or cxx.xx.xx or s320X320 or any]- see demo picture below.
  5. Hit ENTER.
  6. Uhoo La la.. you have opened full sized picture.

Demo

How to See Locked Profile Pictures in Facebook - Problogbooster

If this trick is not working then follow method II

How to See Locked Profile Pictures in Facebook Method II

Follow these steps:

  1. Open this link in new tab : https://graph.facebook.com/USERNAME/picture?width=800
  2. Now change USERNAME with respective profile ID.
  3. That's all!
If you get successful in this tutorial, don't forget to LIKE & COMMENT.

How to Build Responsive Blogger Template CSS : Advanced Tutorial

In previous tutorial we have seen what does the mean of Responsive template for blogger and how to start with of. In short; One Design for Multiple Screen: the responsive theme means the design which automatically adjust itself with the width of screen-view or device resolution like for mobile, tablet etc. It is rarely used in case of bloggers since blogger already comes with default templates for mobile visitors. But its not that much fluid, flexible, fast & responsive blogger templates. That's why we are here to show you step by step guide to design mobile friendly blogger templates. Make your blog Mobile Responsive and Improve your Mobile Traffic. Learn how to develop & design responsive blogger templates with CSS to convert theme into mobile-friendly HTML for blogspot blogs or blogger themes. So stop searching about FREE RESPONSIVE BLOGGER TEMPLATES and start making your own template more responsive that may help you improve your mobile search traffic and get higher CTR with a mobile-friendly user-interface.

How to Build Responsive Blogger Template CSS Advanced Tutorial - ProBlogBooster

Learn how to build CSS for Responsive blogger template

We have seen how to start to build the CSS in first part; if you are new reader then you really need to read it first to go further. Today we are going to build FULL CSS for our blogger template.

Here we are going to use following CSS and conditional HTML tags
  • @media screen tag used for applying user defined CSS for recognized screen resolution
  • .mobile tag used for deriving CSS for all mobile users
  • <b:if cond="data:blog.isMobile"><b:else/></b:if> tag this tag is specially used for avoiding some HTML <div> for some <body> part for displaying in mobile view.
I'm going to directly give the full CSS for your blogger template. Yeah, offcourse it may vaired with your template, but it may help you to build the same for you. I have made this after trial and error method, varied attempts until I get success. But after lots of work I reached to my goal. You may see how it looks this template in your mobile or if you want to see on desktop you can see it by adding /?m=1 tag after the link.

Full CSS for Responsive blogger template

/*-------------------------------------------------------------------*/
/* Full CSS for Responsive blogger template */
/*-------------------------------------------------------------------*/

/*---------CSS for small screen start---------*/
@media screen and (max-width:300px) {
#sidebar-wrapper {
display: none
}
#container {
width: 100%;
background:none;
padding-top: 0px;
}
#content-wrapper {
width: auto;
padding: 0 5px 0 5px;
}
#mainout-wrapper {
width: 100%;
margin-top: 2px;
}
#main-wrapper {
width: 100%;
padding:0px;
}
#navigation {
display:none;
}
.jump-link, .comment-link, .breadcrumbs {
display:none;
}
}
/*---------CSS for small screen end-------------*/

/*-----------CSS for all Smartphones------------*/
.mobile #header {
text-align: left;
color:#fafafa;
margin: auto;
padding: 10px;
float: left;
width: auto;
height: auto;
margin-top: 10px;
}
.mobile #container {
width: 100%;
background:none;
padding-top: 0px;
}
.mobile #content-wrapper {
width: auto;
padding: 0 5px 0 5px;
font:13x Droid Serif;
}
.mobile #mainout-wrapper {
width: 100%;
margin-top: 2px;
}
.mobile #main-wrapper {
width: 100%;
padding:0px;
}
.mobile #navigation {
display:none;
}
.mobile #outer-wrapper {
width: 100%;
margin:0 auto;
text-align:$startSide;
font:15px Droid Serif;
}
.mobile h2.post-title, .mobile .comments h4 {
font: normal 1.6em/120% Georgia, Times, serif;
margin: .75em 0 0;
}
.mobile .post {
padding-bottom: 10px;
}
.mobile .post-body {
width: 100%;
font-size: 110%;
line-height: 1.4;
position: relative;
font: 95%/120% Georgia, "Times New Roman", Times, serif;
color: #666;
padding-bottom: 25px;
}
.mobile .post-header {
margin: 0 0 1.5em;
line-height: 1.6;
font-size: 90%;
}
.mobile .post-body .tr-caption-container, .mobile .Profile img, .mobile .Image img,
.mobile .BlogList .item-thumbnail img {
padding: 5px;
background: #ffffff;
color: #666666;
}
.mobile .post-body img {
width: auto;
height: auto;
}
.mobile .post-body .tr-caption-container img {
padding: 0;
background: transparent;
border: none;
-moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
box-shadow: 0 0 0 rgba(0, 0, 0, .1);
width: 100%;
height:100%;
}
.mobile .post-footer {
line-height: 1.6;
font-size: 90%;
}
.mobile .jump-link {
display:none;
}
.mobile .comment-link {
display:none;
}
.mobile .breadcrumbs {
display:none;
}
.mobile #sidebar-wrapper {
float: $endSide;
padding: 0 10px 0 10px;
margin: 10px 0 0 10px;
width: 100%;
}
.mobile .sidebar {
margin-left:5px;
padding: 0 10px 0 10px;
}
.mobile #comment-zone, .mobile .comments, .mobile #gcontainer, .mobile .Cba, .mobile comment-form {
width: 100%;
max-width: 99%;
margin-right: 20px;
}
.mobile .footer {
width: 100%;
}
.mobile #footer-wrapper, .mobile #footer, .mobile .footer, .mobile .footer .widget {
width: auto;
padding-right: 10px
}
.mobile #credit {
padding-left:10px;
}
/*-------------------------------------------------------------------*/
/* Full CSS for Responsive blogger template */
/*-------------------------------------------------------------------*/

If you can NOT able to read it clearly then
you can download CSS file : DOWNLOAD CSS


We always think that blog theme are not such professionals theme but today you had realized that blogger theme are also more attractive like WordPress we just need HTML, CSS, jQuery, JS, Ajax like few designing languages including PHP which are enough for designing an attractive theme and those languages are compatible with Blogger. We have made small changes in making it more adaptive for most of the blogger templates. Use this CSS for your template and if you want re-arrange all tags according to your design code.
Also for making your design more flexible don't forget to use conditional HTML tag. Go through this way and share your CSS for all of us so all user may get idea for this Responsive Blogger Template. If you have any suggestion regards to make blogger site responsive and mobile friendly then please let us know via comments. And to get more updates about blogger and also mobile-friendly and responsive design keep visiting.

Social Tags: #Blogger #Template #CSS #Howto #BloggingTis #Blogging

Making Responsive Blogger Mobile Template: Advanced Tutorial

In future more people are going to use mobile phone as compared to the computers to be online, rather they are getting started now and that's why you are here. Lots of people prefer their mobile phone to read their emails. By consideration of this, lots of bloggers who are willing to secure their position in future have enabled mobile template of their blog. By one survey carried out 2010-13, it is seen that; more than 50% of your traffic is came from mobile devices especially in US, Asia & Africa, so you can now imagine what going to happen in future.

Responsive Blogger Mobile Template Editing Advanced Tutorial - ProBlogBooster

Multiple Screens, ONE DESIGN

Your site design is good for desktop but some of yours it get failed when it comes to small screen. Here is advanced tutorial described for making the responsive blogger HTML template compared to old fixed layout template in which you can not only able to configure the widgets to show an alternate content for mobile-view but also you will able to customize full mobile friendly template , place AdSense ad units only for mobile template too.

Blogger & other sites

By default blogger have provided only 7 templates which you can NOT edit as per your requirement or it may causes different look than the one you are on now. Also there are lots of site can provide free mobile template for your blog, even though they built a nice template for your site, they have some drawbacks like you cannot place AdSense ad widget, they gonna place their banner in your template more over some sites places ads and earn money from your mobile visitors. Main disadvantage of these site according to me is that, it makes your site links different than original, so social sharing state varies.

Learn how to make one design compatible for multiple screens.

Flexible or responsive template means one design which is automatically redesign itself according to the screen size. Consider following advantages of this tutorial;
  • Forget about maintaining separate website for mobile
  • It’s good in case of SEO.
  • Your site links are remained same so it doesn't cause any affect in social sharing statistics.
  • Browser’s user agent doesn't cause effect on the design.

Get started

  1. First go to Template >> Choose Mobile template >> Select Custom.
  2. Save
You can see preview of your site. It may look good for some bloggers. But we are here to make it nice and flexible.

Screen Detection

  1. Go to Template >> Edit HTML
  2. Add following code below <head> tag
<meta content='width=device-width, initial-scale=1.0' name='viewport'/>
This Meta viewport is used for detecting the screen size then fed it to CSS for redesign accordingly.

CSS Redesigning   

We need to load CSS property for <body> according to screen-view:
Find <body> and replace it by following code:
<body expr:class='&quot;loading&quot; + data:blog.mobileClass'>

Widget Customization

Now we can allow particular widgets to be shown on mobile view. How?
Normally in HTML widget it defined as:
<b:widget id='ID-type' locked='true' title='Widget-Title'/>
Here you just need to add mobile tag to it
<b:widget id='ID-type' locked='true' mobile='yes' title='Widget-Title'/>
This mobile property tag will cause that widget to be shown in mobile view.

Mobile Property Tags Meaning
mobile=‘yes’ show in mobile-view
mobile='no' don’t show in mobile-view
mobile='only' show in only mobile-view

CSS Customization

Now actual hard work is started now. If you know CSS editing well then you can you following class to design you mobile template.
.mobile #sidebar-wrapper {
Display: none;
}

This class will not allow sidebar to be shown in mobile view.
Likewise described above, you just need to put .mobile class to each part of your old CSS class and define as per your requirement.

Advanced conditional CSS Customization

Learn to make web design according to screen-size conditions.
@media screen and (max-width : 320px) {

#sidebar-wrapper {
Display: none;

}


This class will not allow sidebar to be shown in mobile view if screen-size is less than 320px like for smartphones.
Example: for tablets
@media screen and (max-width : 768px) {

/* CSS for big size screens like tablets */

}


This class will load the CSS you have defined in it when screen size is less than 768px like tablets.

HTML Customization

Now we also make changes in HTML simultaneously. For this you just need to know following mobile condition
<b:if cond="data:blog.isMobile">
<!-- Show this for mobile-vew-->
<b:else/>
<!-- Show this if it’s not mobile screen or for desktop view -->
</b:if>

What you learn

Responsive template is also important as your current template playing role for visitors. It makes considerably change in your bounce rate. We really need to be aware and have to grab a good position in the market.

What Next

In next tutorial we are actually going to edit complete CSS and HTML of blogger template and will see how to develop it according to the screen-view.
Stay addicted.

Your OpenID credentials could not be verified [SOLVED]

Commenting with the OpenID is one of convenient way to communicate with other webloggers. But lots of bloggers are facing the problem "Your OpenID credentials could not be verified".
Need to get out of this, HOW TO ?


It occurs just because the system can not verify the OpenID URL with the blog, so to solve this we need to add few markup lines into HTML code of the page. Its so simple, follow below steps;


+Boost

  1. Open HTML
  2. Find <head>
  3. Add following code below <head> tag.
    <link href='http://www.blogger.com/openid-server.g' rel='openid.server'/>
    <link href='your-URL' rel='openid.delegate'/>
  4. Replace your-URL with you blog-url.
  5. Save your template and you have done.
No need to say thanks. Just keep visiting.

Making SEO Blogger Comment: Blogging SEO Tip

Search Engine Optimization - SEO is an essential part in blogging, without it we can NOT hold the top position in search results as well as there is no huge traffic from search engines. This is on-page SEO tip for all webloggers to boost their page ranking by making SEO friendly comment system. Learn this tutorial on How To SEO Optimize Your Blogger Blog For Higher Search Results. This SEO secret will help you rank better on Google in less time.

Making SEO Blogger Comment Blogging Tip ProBlogBooster SEO

You should also need to practice on most important things to consider before building an SEO Optimized Web Page [SEO BASIC]. But today here is some SEO settings that every blogger should apply on their blog and this is one of the most important basics of SEO for getting top Google rankings..

Why SEO Blogger Comment is so important?

  1. Prevent spam in comment system.
  2. For making comments not to count as backlinks by search engines.

Learn how to make your blog SEO friendly commented:

There is a simple way for all webloggers or forum builders to set this tag for all outbound links. All site developers uses this for making their SEO friendly comments system. HOW TO?

+Boost steps to follow:

1. Open HTML to edit.

2. Search for the code:
     expr: href = 'data: the post.createLinkUrl' 

3. Attach following tag to that code:
     rel = 'nofollow external' 
     So it will looks like:
     rel = 'nofollow external' expr: href = 'data: the post.createLinkUrl' 

4. Save your template and you have done.

What is rel='external nofollow'?

This tag describes the relation (rel) from your page to the page which is hyperlinked by href tag. The link will open in a new window (external) and it is not followed (nofollow) by the search engine for your ranking of page.

SOCIAL TAGS: #BloggingTips #How-to #SEO #SERP #Google #Search