SEO guides for Blogger Template

SEO Tips for Blogger – The current posting in this time tell you about all the prosedure that i acknowledge in order to SEO-ize  Blogger Template or your Blog. If you also have any ideas to share related to the subject, you can post comment in the comment box. This tutorial will help you to increase your SERP (Search Engine Result Page). We will discuss the complete SEO guides for Blogger Template in the following paragraph.

1. Page Title
Usually the format of the Blogger's page title is like this: Blog TITLE: POST TITLE.  But in order to make our Blog is preferred by Google, we must change the format into POST TITLE | TITLE Blog.  To change into that format, we must convert the standard format title into EDIT HTML.  The easier way is by pressing ctrl+f key, then copy and paste the code below:

<title> <data:Blog.pageTitle/> </ title>

If you get the code, remove n replace the code with the following code:

<b:if cond='data:Blog.pageType == "item"'>
<title> <data:Blog.pageName/> | <data:Blog.title/> </ title>
<b:else/>
<title> <data:Blog.pageTitle/> </ title>
</ B: if>

Or you can also add the number of keywords (keyword):

<b:if cond='data:Blog.pageType == "item"'>
<title> <data:Blog.pageName/> | <data:Blog.title/> </ title>
<b:else/>
<title> <data:Blog.pageTitle/> | your Keywords  | your Keywords </ title>
</ B: if>

Replace the code "keyword" with keywords that friend seek. After all is finished do not forget the save the Template

2. Meta keywords and descriptions
A search engine like Google  is very fond of Website / Blog that is clear from double themes and contents. So, you must add a Meta Tag. The Trick is to add the following code before the code <b:skin> <! [CDATA [/ *

<b:if cond='data:blog.url == data:Blog.homepageUrl'>
<Meta name="description" content="your Blog description" />
<meta name="keywords" content="keyword1, keyword2, keyword3" />
</ B: if>

Then,  Save it

3. Breadcrumbs install.
Breadcrumbs is a navigation menu that is on a post or Article. Have you ever search in Google the keyword “how to make breadcrumbs menu”.

4. Related Post install.
Related post is great for SEO as well as for visitors. So post related post in your Blog. You can  search in Google the keyword “how to make Related Post”.

5. Turning off the setting archive
Why shoud we turn it off? That is because Google dislike duplicate content of two different links.  For example you made a Blog on Blogger.com.  then you made 3 posts each day. So in the your main page will have 3 posting and an archive link. In the archive link will show 3 postings same as in the main page. The point is 2 link that show different page but have the same content. For search engine like Google, this is a serious problem. Therefore we should switch off the archive. The way is after log in click the settings tab>> Archiving>> Archiving the frequency change on a no archive. >> Finished save the settings.
Or if you do not want to disable the function of the archive, please place the following code under the code <head>:

<b:if cond='data:blog.pageType == "archive"'> <meta content='noindex' name='robots'/> </ b: if>

6. Adding code 'rel = canonical'
The function of rel= canonical is to avoid double content because as the master of SEO say that Google is dislike a duplicate content. To adding code “rel= canonical”, add the following code after the code <head>

<link expr:href='data:blog.url' rel='canonical' />

Save the Template and complete

7. Heading Tag
Google is like a post or title with H1 tag. Therefore, change the size of the title of your post with the H1 Tag. find the following code:

<b:if cond='data:post.title'>
<h3 class='post-title entry-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>
</ B: if>

change of h3 (or in some Templates using h2) to h1. After that add the following code before  </ b: skin>

h1.post-title. Blog1 post h1 # h1, # Blog2 h1 {font-size: 1.5em;}

Well, only that i can share with you about how to edit Blogger Template to be more SEO friendly. Thanks :)