How to Add Meta Title in Blogger for Better SEO
How to Add Meta Title in Blogger for Better SEO https://jesandy.com/wp-content/uploads/2016/06/Move-the-Post-or-Page-Title-Front-than-Follow-the-Website-Blogspot-Title.jpg 500 250 Jesandy http://2.gravatar.com/avatar/8c9037a9da34ef445aae8a9595367081?s=96&d=mm&r=gHow to Add Meta Title in Blogger for better SEO Google Index. Well the title tag is not actually a meta tag. It’s quite relevant to the meta title, and Title is the part of meta google you use in blogspot. For Blogger the main page title is placed between <title> and </title>. Meta title not actually a meta but works automatically put into your meta title.
Title that placed in meta is quite Important for better indexing. Search engine will crawl your meta title after url, and then follow with your meta description. But luckily the Blogger meta title not working as we – the digital marketer or SEO enthusiast wanted. Default mode of blogger generate your title is just the title you made, and as you know, the page title must follow before Site Title is a bit necessary for better SEO
To set the title for your homepage, you can simply specify it from Dashboard > Settings > Title.
Isn’t it so easy? The problem is homepage title will be seen in front of all inner page titles. However, you create a post, the homepage title will be showing in front of it. As we mentioned before plus it would look really weird. To get relief of these unwanted issues, herewith step by step how to add meta title in blogger for better seo:
#1. Go to Dashboard > Template > Edit HTML.
#2. Find out the following line between the codes:
<title><data:blog.pageTitle/></title>
#3. Replace the line with the following codes and then it will remove the homepage title from all the post titles:
<b:if cond='data:blog.pageType == "index"'> <title><data:blog.pageTitle/></title> <b:else/> <title><data:blog.pageName/></title> </b:if>
#4. However, if you want homepage title showing after the post title, you should use these codes instead:
<b:if cond='data:blog.pageType == "index"'> <title><data:blog.pageTitle/></title> <b:else/> <title><data:blog.pageName/> - <data:blog.title/></title> </b:if>
#5. Alternative:
<b:include data='blog' name='all-head-content'/> <b:if cond='data:blog.url == "http://namadomain.blogspot.com/"'> <meta content='Kata yang mengandung keyword' name='description'/> <meta content='keyword1, keyword2, keyword3….' name='keywords'/> </b:if> <b:if cond='data:blog.pageType == "item"'> <title><data:blog.pageName/> | <data:blog.title/></title> <b:else/> <title><data:blog.pageTitle/> | Keyword1 | Keyword2 | Keyword3 | Keyword4 | Keyword… </title> </b:if> <title><data:blog.pageTitle/></title>
#6. Save the template. That’s all. Now the problem might be solved.
Caution:
Backup your template before editing, it will protect your template for unwanted troubles.
source: bloggingspell.com/add-meta-tags-blogger/
fauzi
is very good artikel i like this