One of the biggest sources of traffic to your blog will be search engines, particularly Google. You can boost the traffic that comes to your blogs from search engines by implementing search engine optimization (SEO) tricks into your blog layout and writing. You can get started by doing some keyword research and determining which keywords are likely to drive the most traffic to your blog.
Then focus on incorporating those keywords into your blog posts .
Adding good keywords /meta tag to blog can help in increasing the traffic from search engine. For your total blog and each posts, you will have to choose best keyword and do the same thing to a single post.Have a correct description on each page/post is the correct thing, not just the most important pages; all pages are important.
Meta descriptions for your web pages can improve the chances of your site being found and clicked on.If you don't know what meta tags are,Meta tags are the tags which describes your site and tells the search engines what your site is all about.Replace the words in red with your appropriated content.
Now
Go blogers dashboard>then design>tamplete >edit html and find <head>
Use the following code under/after <head> , and you can use as many times you need.
<b:include data='blog' name='all-head-content'/>
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> - <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<b:if cond='data:blog.url == "http://YOUR-BLOG-ADDRESS-HERE"'>
<meta content='YOUR PAGE DESCRIPTION HERE' name='description'/>
<meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if>
<b:if cond='data:blog.url == "http://YOUR-POST-ADDRESS-HERE"'>
<meta content='YOUR POST DESCRIPTION HERE' name='description'/>
<meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if>
<b:if cond='data:blog.url == "http://YOUR-PAGE-ADDRESS-HERE"'>
<meta content='YOUR PAGE DESCRIPTION HERE' name='description'/>
<meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if>
Change the highlighted field with best words and save the tamplete.
Then focus on incorporating those keywords into your blog posts .
Adding good keywords /meta tag to blog can help in increasing the traffic from search engine. For your total blog and each posts, you will have to choose best keyword and do the same thing to a single post.Have a correct description on each page/post is the correct thing, not just the most important pages; all pages are important.
Meta descriptions for your web pages can improve the chances of your site being found and clicked on.If you don't know what meta tags are,Meta tags are the tags which describes your site and tells the search engines what your site is all about.Replace the words in red with your appropriated content.
Now
Go blogers dashboard>then design>tamplete >edit html and find <head>
Use the following code under/after <head> , and you can use as many times you need.
<b:include data='blog' name='all-head-content'/>
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> - <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
<b:if cond='data:blog.url == "http://YOUR-BLOG-ADDRESS-HERE"'>
<meta content='YOUR PAGE DESCRIPTION HERE' name='description'/>
<meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if>
<b:if cond='data:blog.url == "http://YOUR-POST-ADDRESS-HERE"'>
<meta content='YOUR POST DESCRIPTION HERE' name='description'/>
<meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if>
<b:if cond='data:blog.url == "http://YOUR-PAGE-ADDRESS-HERE"'>
<meta content='YOUR PAGE DESCRIPTION HERE' name='description'/>
<meta content='YOUR KEYWORDS HERE' name='keywords'/></b:if>
Change the highlighted field with best words and save the tamplete.