Category Archives: Blogger Guide

How To Add Image Between Blogger post

Step 1 Log into your blogger account, navigate to , Dashboard >> Layout >> Edit html, and find the following code .post this is the cs part that controls your post layout and style, it must contains few css properties like the following. .post {margin: 0 0 40px 0;width: 90%} Now we want to add… Read More »

How to add an image in Blogger Post Title

It has often been said that a picture says a thousand words, so in the struggle for the attention of the reader, we can add a picture or an icon to our post title, as I have put in the title of the post in the screenshot above. Show Image Icon before Blogger Post Title… Read More »

How To Add line between Blogger post

1. Go To Blogger template settings 2. Edit html 3. find ]]></b:skin> in the template 4. Before closs the ]]></b:skin> Add this code   .post { border-bottom: 1px solid black !important; }  5. You are done   to add image in blogger post go here  How To add image in blogger post   

How To Add Customized Contact Us Form On Blogger

Add Contact Form on Blogger Login to Blogger > Dashborad Click on Drop Down Menu and select Layout Add Gadget Click on More Gadget Select Contact Form Now Give a Name to your Contact Form as we recommend you should give Contact Form Now save it. Customize Contact Form login to Blogger > Dashborad Click on Drop Down Menu and select Template Backup your… Read More »

How To Add Page Number in Blogger

Blogger free blog publishing platform uses a pretty limited navigation features that only display “Older Posts” or “Newer Posts” link to let readers navigate and browse to other pages on homepage (index), archive, category and label pages. Unlike WordPress blog that supports plugin to customize the page navigation link to numbered pages listing to make… Read More »

Add Custom Robots.txt file in Blogger

Adding Custom Robots.Txt to Blogger Now the main part of this tutorial is how to add custom robots.txt in blogger. So below are steps to add it. Go to your blogger blog. Navigate to Settings >> Search Preferences ›› Crawlers and indexing ›› Custom robots.txt ›› Edit ›› Yes Now paste your robots.txt file code in… Read More »

How To Setting up Custom Robots header tag

Step 1: To enable these tags, Go To Blogger > Settings > Search Preferences, click Edit next to “Custom robots header tags,” and select Yes. Activated! Now you must learn when should you use them. Using them correctly can help you rank better and using them at wrong scenarios can surely going to opposite. all:- … Read More »