In this article I'm gonna explain How to add attractive image slider to blogger. It will make your blog attractive and You can change image by changing Image links. make sure you have to use same pixel images. Follow below steps to add this attractive element to your blog too.

Step 01 - Log in to your blogger dash board.
Step 02 - Select layout
Step 03 - Add a gadget and Select "HTML/Java Script"
Step 04 - Past below cost inside it and save


 

Step - 05 you can change image by changing image links
Navigation bar is a most useful section of a web or blog site, because it help visitors to navigate through your posts easy. When we talking about Google adsense program they mostly consider about easy navigation of your blog/web site. But most of the time when we scroll particular page down site navigation bar is hidden.
In past I wrote article about How To Create Animated Recent Posts for Blogger with Thumbnails, Recent Posts Widget for Blogger Text CSS Hover Effect and Related post widgets with thumbnails so in this article I decided to teach how to create a floating Navigation bar. Specially this navigation bar contain 
  1. Back button
  2. Previous button
  3. Home button
  4. Refresh button
  5. Back to top button
 Follow these steps to add this navigation bar to your blog too.

Step 01 - Log in to your blogger account and then dashboard
Step 02 - Select Design and then Edit html
Step 03 - Find below code
]]></b:skin>
Step 04 - Past Below code above the ]]></b:skin> code
Step 05 - Find this code
<b:includable id='main' var='top'>
Step 06 - Past below code just after above code.

Step07 - Save template and Check your blog.

Comment on this post if is it useful.

This is a live demo of my recent post. In here I have ad my blog address to the home page so you need to change home page to your blog address. Blogger Tips and TricksLatest Tips For BloggersBlogger Tricks
Page/post meta tags describes that what the page or post actually contains. It makes the search engine to crowel your blog more frequently and index your pages in blog fastly.

Follow below steps to add meta tags to individual posts in blogger :


step 1 : Log in to your blogger account and go to blogger dash board

step 2 : click on template and click on edit template.

Step 3 : Find below link in template code

<b:include data='blog' name='all-head-content'/>

Step 4 : Copy past below code, below the above code

<b:if cond='data:blog.url == "url link of your post"'>

<meta content='DESCRIPTION' name='description'/>
<meta content='KEYWORDS' name='keywords'/>
</b:if>


step 5 :click on save

Remmemer to past your post/page description in DESCRIPTION section and keywords in KEYWORDS section
Meta description describes what about the content of your blog and search engine can easily recognize/find your blog through meta description.Before add meta description to individual posts on blogger, first we have to enable meta description to blogger.



We give you tutorial of Meta tags inserting in blogger template. You can put Meta tags in Blogger template for better ranking in search engine with follow easy steps.
Step 1: Login to Blogger > Go to Dashboard > Template > Edit Html

Step 2:
Search <head> section in Template from Ctrl+F.
 

Step 3: After <head> section put following code in your template.

 


Step 4: Change you original data to demo data as your need.
Step 5: Save your template and Go to your blog, view page source to see your description and keyword.


You can also add meta description to each posts and pages on your blogger blog. After enable search description in your blogger settings then all posts and pages have search description option.You can see search description option below posts settings right side to your posts editor. You can add meta description to your blog posts and pages while publishing or after publish.So after adding meta description to your blog , add meta description to all posts in your blogger.

After adding meta description to your blog , meta description will appear in search results as snippet.If meta description not appear in search results then add meta description using tags to your blogger template.