How to Make Blogger Blog Post Title SEO Friendly

Do you want to make your blogger post title seo friendly? If your post title be seo friendly you will get more visitor from search engine. Post Title increase visitor so that improve your page rank. But the blogger templates are not search engine optimized that is they are not simply compatible to boost up your page rank. Do make your blogger template post title seo friendly just fulfill below steps:



1. Login to your Blogger Account.

2. From Dashboard >> Tamplate >> Edit HTML >> Proceed.

3. Don't forget to backup your template first.

4. Check the Expand Widget Templates box.

5. Then search for this tag   <data:blog.pageTitle/>

Normally it is located in "head" section.

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

6. Replace the above code with the following code:

<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>

I hope this trick will help you to drive more traffic to your Blogs or Websites. It also increases SEO of your Blogger Blog. Post a comment if you have any query. Thanks a lot !!!! To more How To Make a Blogger Template SEO Friendly

Show Blog Post Title First on Search Engine || SEO Tips

Do you want show blogger post title first in search result? If your post title show first visitor will know something to see search result. So, they will not jump to others site. It will confirm you more visitor. To do just follow the below steps:



1. Login to your Blogger Account.

2. From Dashboard >> Tamplate >> Edit HTML >> Proceed.

3. Don't forget to backup your template first.

4. Check the Expand Widget Templates box.

5. Then search for this tag   <data:blog.pageTitle/>

Normally it is located in "head" section.

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

6. Now if you want to show only Blog Post Title then replace the above tag with following code:

<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>

7. If you want to Show Blog Post Title First + then Blog Title, replace the tag with the following code.

<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/> ~ <data:blog.title/></title>
</b:if>
I hope this trick will help you to drive more traffic to your Blogs or Websites. It also increases SEO of your Blogger Blog. Post a comment if you have any query. Thanks a lot !!!! To more How To Make a Blogger Template SEO Friendly

How To Make a Blogger Template SEO Friendly

There are many blogger template you get but most them are not seo friendly. Most of those template are designed by unknown designer who don't know seo properly. Don't worry. Today I show how to make your blogger template seo friendly. Just fulfill below jobs.
1. Login to your Blogger Account.

2. From Dashboard >> Tamplate >> Edit HTML >> Proceed.

3. Don't forget to backup your template first.

4. Check the Expand Widget Templates box.

5. Find out (Press Ctrl+F) the Code  <head>

6. Now Just below the <head> Paste the following Code

<meta content='text/html; charset=utf-8' http-equiv='Content-Type'/>
<meta content='Your Site Description Here' name='description'/>
<meta content='Your Site Keywords Here' name='keywords'/>

Note: Replace Your Site Description Here with your site description but make sure it shouldn't exceed 60 characters. Also replace Your Site Keywords Here with 10 to 15 keywords that relates your site.

7. Now again Find out (Press Ctrl+F) the below or similar Code

<h3 class='post-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h3>

8. And replace it with below code

<h2 class='post-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h2>

Save your template. You are done. It may take 1 week or more to apply. It change must give you more traffic before. You can see show blog post title first on search engine.

How to add Different Meta Tags IN Different Blogger Posts

If you are beginner in SEO and does not have any idea of Meta Tag, just read this post first about Meta Tag.It is very good for SEO (Search Engine Optimisation). Actually, why we are adding meta tags is to tell search engines what that page is all about... but, using same meta tags to all of your blog posts lessens the search engine rankings and traffic little bit.



But, if you add different unique meta tags to different Blog posts, it makes the search engines to know more about your individual blog posts and make them crawl and index your pages better and it also improves your Search engine rankings.

 How to insert Different Meta tags to Different Blogger Posts? 

 Sign in to Blogger dashboard » Layout » Edit html 

 and find out the following lines:

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

and add this code just below that line
<b:if cond='data:blog.url == "http://az.blogspot.com/">
<meta content='DESCRIPTION' name='description'/>
<meta content='KEYWORDS' name='keywords'/> </b:if> 
We now added meta tags to the homepage. Next, you want to add meta description for another post. Now, what you have to do is pasting the above three lines below the present code and changing the link,description and keywords. So, the final code now looks something like



 Just like the above procedure, you can add different meta tags to as many blog posts as you can.

How to Add Meta Tag in Blogger : SEO tips for Blogger

What is Meta Tag?

 Meta elements are HTML or XHTML elements used to provide information about a Web page or a blog. Meta tags is placed in the head section of an HTML or XHTML document. Meta tag is used to specify the page author, page description, page keyword. Look at the following image. Here the description after title is what i used as meta tag in my blog.

 

 Why is Meta Tag? 

 Meta Tag is important for Search Engine Optimiziation. It helps Search Engine to index your pages more accurately in their database. It makes blog more popular by increasing more traffic. If you use accurate keyword as meta tag , search engine will try to bring your pages at 1st page. Here is process how to add meta tag in the blog of your blogger.

 Steps To Add Meta Tag Step 

1: Login to Blogger.com then go to Dashboard.

 Step 2: Go to Layout Tab. 

 Step 3: Go to Edit HTML tab. 

 You have to insert the following code.
<meta content='DESCRIPTION HERE' name='keywords'/> 
<meta content='KEYWORDS HERE' name='description'/> 
<meta content='AUTHOR NAME HERE' name='author'/> 
DESCRIPTION HERE: Insert description of your blog or site here.

KEYWORDS HERE: Kewords that describe your blog well.

 AUTHOR NAME HERE: Your name or Blogger name.

 Step 4: Now find out the following line:
 <b:include data='blog' name='all-head-content'/> 
 Step 5: Now insert the meta tag after the above line.

 
 You are done.

Show Blog Post Title First on Search Engine | SEO Tips For Blogger

If your Blog title appears first followed by Blog post title in search engine ,then just keep reading the post to solve this problem. Before going to solution, I will explain you how this event can make a bad effect on your Blogs or sites traffic.
For example, your blog title is " Latest Blogger Tips and Tricks" and blog post title "Show Blog Post Title First on Search Engine ". If anybody search for this post , he may see this post in search engine like this:
So visitors will not get any idea about your blog post content after seeing this headline. As a result no of visitors will decrease though search engine may ranked your Blog post on 1st page. I think all of you understand the importance of this post now.
Now come to solution. You can do two things:
Blog Post Title+Blog Title
Only Blog Post Title
Determine which one you will follow. I prefer second one (Only Blog Post Title). But I will show you the both process.

Step 1: Login to Blogger.com

Step 2: From Dashboard select Layout then click on Edit HTML.

Step 3: Then search for this tag

 <data:blog.pageTitle/> 
.
Normally it is located in "head" section.

 

  Now if you want to show only Blog Post Title then replace the above tag with following code:

 

Or If you want to Show Blog Post Title First + then Blog Title, replace the tag with the following code.

 
 I hope this trick will help you to drive more traffic to your Blogs or Websites. It also increases SEO of your Blogger Blog. Post a comment if you have any query. Thanks a lot !!!! To more How To Make a Blogger Template SEO Friendly