Meta Title Tags or Title Tags are code in the Blogger blog template (Blogspot) to display the title or name of the blog. The following are SEO Friendly Meta Title Tags for Blogger Blogs
The position of the code is at the top of the blog template code. The code is as follows:
<title><data:view.title.escaped/></title> (Latest Blogger Template, Version 3)
<title><data:blog.pageTitle/></title> (Old Blogger Template, Version 2)
Both codes will display the blog name and post title in the browser and search results. To be more SEO friendly or search engine friendly, we can change the meta tags.
Meta Title Tags SEO Friendly for Blogger Blogs
Here's how to install SEO Friendly Meta Title Tags for Blogger Blogs.
1. Click Theme > arrow icon in Customize > select Edit HTML
2. Change code
<title><data:view.title.escaped/></title>
or
<title><data:blog.pageTitle/></title>
with this code:
<b:if cond='data:view.isMultipleItems'>
<title><data:blog.pageTitle/> | Short Blog Description Here </title>
<b:else/>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>
<b:if cond='data:blog.pageType == "error_page"'>
<title>Page Not Found - <data:blog. title/></title>
<meta content='2;/' http-equiv='refresh'/>
</b:if>
3. Save!
The title tag and meta description are HTML code snippets in the header of a web page. They help search engines understand the content on the page.
The page title tag and meta description are usually displayed each time that page appears in search engine results.
On Google Forums, someone asked about this Meta Title. He wants to change the meta title structure from "Blog Name: Post Title" to "Post Title".
The answer, You need to customize your theme Edit HTML markups.
Find <data:view.title.escaped /> or <data:blog.pageTitle />
And change to ...
<b:eval expr='data:blog.pageName ? data:blog.pageName.escaped : data:blog.title.escaped'/>
Click Save Theme!
What it does, if your blog page/post title does not exists your blog name will output instead.
Posting Komentar
Posting Komentar