How to optimize the Title - Meta Description - Meta Keywwords for Blogspot

a. Title tag optimized for blogspot

Find the code:

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

Deleted and replaced with the code below

<b:if cond=’data:blog.pageType == “item”‘>
<title><data:blog.pageName/> | <data:blog.title/></title>
<b:else/>
<title><data:blog.pageTitle/></title>
</b:if>


b. Tips to optimize meta keyword and meta description for blogspot

Find the code:

<meta name=”description” content=”" />
<meta name=”keywords” content=”" />

Deleted and replaced with the code below

<b:if cond=’data:blog.url == data:blog.homepageUrl’>
<meta name=”description” content=”Mô tả blog” />
<meta name=”keywords” content=”Các từ khóa chính” />
</b:if>

Meta description tag is a summary of the content of the website, the content of this description is shown when google search is about 160 characters. However for the search results page on your phone, this paragraph appears to be range-120 characters.

SHARE THIS
Previous Post
Next Post