22
Mar
Another SEO Title Tag for Blogger
Posted by Ilham DC in Tutorial
I have posted some trick to make our blog title more friendly for Google or another search engine result.See HERE and now i find another way trick that i have read it from other writers. This new trick just the same like i have posted before, you can make your post title as your blog title or followed with original blog title.
And here is the trick :
Stard Edit Title Tag :
Find this code: <title><data:blog.pageTitle/></title>
for fast result you can copy that code and clik CTRL+F paste into the search box and press "Enter". Replace that code with this code bellow :
Code for title tag with followed by blog name :
This code can be used if your blog includes relevant keyword for your entire post.
Shortening Blog name (only in posts title):
Blog with long name title description you can make shortening on it, by manually with submitting :
- <data:blog.title/>
with a text that includes only the keywords you prefer to use.
Post title alone:
If you want your post title as your blog title without followed by blog name you can use this code :
for more complete information about this post you can't visit original post on here
Cara Berinvestasi Saham Untuk Pemula
And here is the trick :
- Go to your Blogger Dashboard
- Open Layout tab
- Get in to Edit HTML
- I recommended to download your full template before you start edit your title tag, for back up purpose
- Expand Widget Template
Stard Edit Title Tag :
Find this code: <title><data:blog.pageTitle/></title>
for fast result you can copy that code and clik CTRL+F paste into the search box and press "Enter". Replace that code with this code bellow :
Code for title tag with followed by blog name :
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/> - <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
This code can be used if your blog includes relevant keyword for your entire post.
Shortening Blog name (only in posts title):
Blog with long name title description you can make shortening on it, by manually with submitting :
- <data:blog.title/>
with a text that includes only the keywords you prefer to use.
Post title alone:
If you want your post title as your blog title without followed by blog name you can use this code :
<b:if cond='data:blog.pageType == "item"'>
<title><data:blog.pageName/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>
for more complete information about this post you can't visit original post on here