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.
Blog Commenting is a great way to increase blog traffic by getting back links from other blogs to your blog.To get back links from blogs you have to put links in blog comments.In general typing you can not type word with link in a comments box. So This post will help you to add your blog URL links in blogger comments.

Some blogs shows website/blog column in the comment form and some will not show URL option to enter your blog URL.If the URL option
is there in the blog comment for , it is easy to put you blog/website link in the comment, but if the URL option is not available in the comment form , you have to manually put your URL link in the comment text using anchor tag.


Follow the below simple steps to to put links in Blogger comments

step 1 : visit blogger blog post on which you want to put links

step 2 : click on comment

step 3 : click on down arrow in comment as and select Name/URL

step 4 : Post comment, give Name and URL click on continue.

step 5 : click on publish

Go to blog where you post comment and click on your name in comment then it will go to that link which you added in blog comment. We have to manually put your blog URL link in the comment message if it doesn't has URL option in the comment form.

* Go to blog on which you have to comment.
* Click on comment
* Write comment and use below anchor tag

<a href="your blog URL link"> some comment message</a>

* Click on publish
Adding your Blogger sitemap in robots.txt
First of all you should know what is the Robots.txt. It is a text file which contains few lines of simple code. It is saved on your website or blog’s server and it instruct the web crawlers to how to index and crawl your blog in the search results. So you can restrict any web page on your blog from web crawlers so that it can’t get indexed in search engines like your blog labels page. Always remember that search crawlers scan the robots.txt file before crawling any web page. 
Normally each blog hosted on blogger have its default robots.txt file which is something look like this:
User-agent: Mediapartners-Google
Disallow:
User-agent: *
Disallow: /search
Allow: /
Sitemap: http://example.blogspot.com/feeds/posts/default?orderby=UPDATED
 Normally above code section is divided in to three sections

1 User-agent: Mediapartners-Google

This code is for Google Adsense robots and it help them to send better ads on your blog. Either you are using Google Adsense on your blog or not simply leave it as it is.
  • User-agent: *
This is for all robots marked with asterisk (*). In default settings our blog’s labels links are restricted to indexed by search crawlers that means the web crawlers will not index our labels page links because of below code.

Disallow: /search


That means the links having keyword search just after the domain name will be ignored. See below example which is a link of label page named SEO Tricks.
 

http://freedomforbloggingtricks.blogspot.co.uk/search/label/SEO Tricks

And if we remove Disallow: /search from the above code then crawlers will access our entire blog to index and crawl all of its content and web pages.

Here Allow: / refers to the Homepage that means web crawlers can crawl and index our blog’s homepage.

How to Disallow Particular Post
Now suppose if we want to exclude a particular post from indexing then we can use below lines in the code.

Disallow: /yyyy/mm/post-url.html

In here yyyy and mm refers to the publishing year and month of the post respectively. For example if we have published a post in year 2013 in month of November then we have to use below format.

Disallow: /2013/11/post-url.html

Unless you can simply copy the post URL and remove the blog name from the beginning.

How to Disallow Particular Page
If we need to disallow a particular page then we can use the same method as above. Simply copy the page URL and remove blog address from it which will something look like this:

Disallow: /p/page-url.html
  • Sitemap: http://example.blogspot.com/feeds/posts/default?orderby=UPDATED
This code refers to the sitemap of our blog. By adding sitemap link here we are simply optimizing our blog’s crawling rate.But this sitemap will only tell the web crawlers about the recent 25 posts. If your more post you can add 500 or 1000 according to the no of post in your blog.
Sitemap: http://example.blogspot.com/atom.xml?redirect=false&start-index=1&max-results=500
Sitemap: http://example.blogspot.com/atom.xml?redirect=false&start-index=500&max-results=1000
OK if you think that it is very complicated don't worry follow bellow steps and use codes what I give.

Step 1 Log in to your blogger >> Dashboard >> Setting
Step 2 Now select "Search preferences" under Settings category.
Step 3 Select "Custom robots.txt and select "Yes" ratio button.
Step 4 copy past below codes
User-agent: *
Disallow: /search
Allow: /

Sitemap: http://sureyea.blogspot.in/atom.xml?redirect=false&start-index=1&max-results=500
 Step 5 Save changes

Check below video to further clarifications.  
 
User-agent: *
Disallow: /search
Allow: /
Sitemap: http://sureyea.blogspot.in/atom.xml?redirect=false&start-index=1&max-results=500

User-agent: *
Disallow: /search
Allow: /
Sitemap: http://sureyea.blogspot.in/atom.xml?redirect=false&start-index=1&max-results=500

User-agent: *
Disallow: /search
Allow: /
Sitemap: http://sureyea.blogspot.in/atom.xml?redirect=false&start-index=1&max-results=500
User-agent: *
Disallow: /search
Allow: /
Sitemap: http://sureyea.blogspot.in/atom.xml?redirect=false&start-index=1&max-results=500


Most of the internet users use Google for searching information what we want to know because of Google is the giant of search engines. Google provides search results with links of webpages that contains the information that we are looking after. 
If you own a blog then you might be doing everything possible to get more visits to your blog. To get traffics from search engines your blog must be indexed in the respective search engines. Your blog will be indexed in search engine only after you have submitted your blog to that search engine. 

In this tutorial I am going to teach you how you can submit your Blogger blog to the Google. Google is the most popular search engine in the world and number of webpages indexed by Google is uncountable. To make Google find, index and rank your site you need to submit your sitemap of your site to Google Webmaster Tools. Google Webmaster is a good SEO tool to use. You could also keep track of your sites statistics with the help of Google Webmaster Tools.Here is the method you should follow.

Step 1 : Go to Google webmater tool.Click here or visit this link http://www.google.com/webmasters

Step 2 :Sign in to Webmaster Tools with your gmail id and password

Step 3 :You can see now a thumbnail and a link of your site if you have already submitted your site. Otherwise you should submit your site.

Step 4 :If you submit your site just now you have to veryfy your site.for that follow one from those selections (html tag is easy)
Now click on Sitemaps

Step 5 :Then ADD/TEST SITEMAP

Step 6 :Now you popup will appear and past bellow link inside that text area.
 

/atom.xml?redirect=false&start-index=1&max-results=500
Step 7 :Now click on submit and refresh the page.

Your webpages are submitted and waiting to be indexed. When you login to your Google Webmaster some days later, you can see the indexed pages and statistics of your blogger.