welcome to the TutBig today I will show you Template Blogger Simple SEO Friendly Blogger is more SEO friendly blogging platform as compared to WordPress. but you can see, default blogger templates are developed many years ago and still not updated. when I started my first blog on blogger I made the biggest mistake that I used many templates on that blog without knowing template is SEO friendly or not. because I am a beginner in the blogging world. There are several free blogger templates available on the internet to download, but we must choose an SEO friendly and attractive blog template. but many free blogger templates are not SEO friendly. So we should make some changes in the blogger template to make it more SEO friendly.
How To Make Blogger Template SEO Friendly
1. Show Post Title Before Blog Title In Google Search:
The first thing to find in the custom template is the structure of the title tag because the Title tag is the most important SEO factor of the blog.The question, such as whether it's a good title tag?
The default template of blogger has the title structure more or less, see below image as an example:
Google shows only 65 characters of the title in search results. By default, in blogger, blog title shows before post title. This can affect SEO ranking because post titles which have the main keywords got cut off because of the characters limit in Google search results.
To make Title tag SEO friendly find the following code in your template:
Note: While making any changes in blogger template, mistakes might be made. so backup your template.
<title><data:blog.pageTitle/></title>
Now replace that code with following code:
<b:if cond='data:blog.url == data:blog.homepageUrl'><title><data:blog.title/></title></b:if><b:if cond='data:blog.pageType == "item"'><title><data:blog.pageName/> | <data:blog.title/></title></b:if><b:if cond='data:blog.pageType == "archive"'><title>Archive for <data:blog.pageName/></title></b:if><b:if cond='data:blog.pageType == "static_page"'><title><data:blog.pageName/></title></b:if><b:if cond='data:blog.pageType == "index"'><b:if cond='data:blog.searchLabel'><title><data:blog.title/> - <data:blog.pageName/></title></b:if></b:if><b:if cond='data:blog.pageType == "error_page"'><title>Page Not Found</title></b:if><b:if cond='data:blog.pageType == "index"'><b:if cond='data:blog.url != data:blog.homepageUrl'><title><data:blog.pageTitle/> - All Post</title></b:if></b:if>
Note: If you are using custom blogger template, the structure of the title tag has been modified, so it is better to be left it alone.
2. Meta Description & Keyword Tags:
Another important SEO factor is the meta description and keyword tag. If you ignore it you may lose a huge amount of traffic from search engines, so just add proper meta description and keyword tags in your blogger template to make it more SEO friendly.
To add meta description and keyword tag in blogger template:
Find For <head> and Paste The Following Code Below <head> tag.
<meta content='Add your blog description here' name='description'/>
<meta content='Add your keywords here' name='keywords'/>
Replace Add your blog description here With Your Description (maximum 150 characters) and Add your keywords here (maximum 150 characters)With Your Keywords.
3. Heading Tags:
There are many kinds of heading tags, from H1, H2, H3, to H6, but not all important heading tags existence, H1 tags are one of the most important. as far as I know, there are three heading tags are quite an influential role against on page SEO. The first is the H1 tag as described above and the next is the H2 and H3 tags.
H1 tags are generally used in the title of the blog, however much some Blogspot templates that have been modified to dynamically perform the H1 tag. When the H1 tag located on the homepage of the blog title, whereas when it is on the page posts H1 tag located on the post title. The purpose of this modification is to optimize the post title in the Google search results.
I think the H2 and H3 tags role is not important as compared to H1 tag, but it would be nice if my friend uses it to put the keywords in the tags so that the maximum.
Search for the below piece of code in your template:
<h3 class = "post-title entry-title 'itemprop =' name '>
Note: If you find above code two times then go with the second result.
Now search for the following or exact looking code in your template.
<a expr:name='data:post.id'/>
<b: if cond = 'data: the post.title'>
<h3 class = "post-title entry-title 'itemprop =' name '>
<b: if cond = 'data: the post.link'>
<a expr:href='data:post.link'> <data: post.title /> </a>
<b: else />
<b: if cond = 'data: the post.url'>
<b: if cond = 'data: the blog.url! = Data: post.url'>
<a expr:href='data:post.url'> <data: post.title /> </a>
<b: else />
<data: post.title />
</ b: if>
<b: else />
<data: post.title />
</ b: if>
</ b: if>
</ h3>
</ b: if>
Replace the above piece of code with the following code.
<b: if cond = 'data: the blog.pageType! = & quot; index & quot;'>Not done yet! Now search and replace all h3.post-title with h1.post-title
<a expr:name='data:post.id'/>
<b: if cond = 'data: the post.title'>
<h1 class = "post-title entry-title 'itemprop =' name '>
<b: if cond = 'data: the post.link'>
<a expr:href='data:post.link'> <data: post.title /> </a>
<b: else />
<b: if cond = 'data: the post.url'>
<b: if cond = 'data: the blog.url! = Data: post.url'>
<a expr:href='data:post.url'> <data: post.title /> </a>
<b: else />
<data: post.title />
</ b: if>
<b: else />
<data: post.title />
</ b: if>
</ b: if>
</ h1>
</ b: if>
<b: else />
<a expr:name='data:post.id'/>
<b: if cond = 'data: the post.title'>
<h2 class = "post-title entry-title 'itemprop =' name '>
<b: if cond = 'data: the post.link'>
<a expr:href='data:post.link'> <data: post.title /> </a>
<b: else />
<b: if cond = 'data: the post.url'>
<b: if cond = 'data: the blog.url! = Data: post.url'>
<a expr:href='data:post.url'> <data: post.title /> </a>
<b: else />
<data: post.title />
</ b: if>
<b: else />
<data: post.title />
</ b: if>
</ b: if>
</ h2>
</ b: if>
</ b: if>
All done! Now save your template, your template is optimized for search engines.
I hope you enjoy this post and the photos. Template Blogger Simple SEO Friendly