Ways Display Author Name in Blogger

Ways Display Author Name in Blogger

     As you all know copyright is very important article in the seo website, blog, if you are the owner of this article and has patented the ability to post your first top up with that title very high.
   Displaying Blog author name below blog writer could help in increasing your domain authority. Showing Blog Author name is one of the best ways of increasing Domain Authority. Most of the attribute template developers like Themeforest.com always includes author profile in their themes by default and you don’t need to do any manual task to show blog author name.  Recently, one of our readers wrote a net mail asking nearly how to display communicator figure (Blog Author Information) in blogger posts, so this post is for those users that really want. In this article, we give convey you how to exhibit author argot in Blogger posts.

For showing author profile Follow the steps given below:
First of all, Login in to your blogger account. In your blogger dashboard select the blog that you want and go to template section. Now click on edit HTML and search for “<data:post.body/>” tag add the code. Add the code given above “<data:post.body/>”.

  If you want to display author name below blog post, otherwise add the code given below above “<data:post.body/>“ tag.

<!-- Author profile code by Technewonline -->
<span class='post-author vcard'>
<b:if cond='data:top.showAuthor'>
<b:if cond='data:post.authorProfileUrl'>
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
<a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
<span itemprop='name'><data:post.author/></span>
</a>
</span>
<b:else/>
<span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<span itemprop='name'><data:post.author/></span>
</span>
</b:if>
</b:if>
</span>
<div class='author-profile' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
<b:if cond='data:post.authorPhoto.url'>
<img expr:src='data:post.authorPhoto.url' itemprop='image' width='50px'/>
</b:if>
<div>
<a class='g-profile' expr:href='data:post.authorProfileUrl' itemprop='url' rel='author' title='author profile'>
<span itemprop='name'><data:post.author/></span>
</a>
</div>
<span itemprop='description'><data:post.authorAboutMe/></span>
</div>

   You can use Blogger profile or Google+ profile to display author name. If you are neighbouring your blogger and Google+ profile then it will show your Google+ profile link in your log posts, otherwise it will show your regular blogger profile in blog posts.
I expect this post has helped you in acquisition to show author information in Blogger Blog Posts. 
Wish You Success.

Post a Comment

0 Comments