- First go to Dashboard > Design > Edit HTML and find this line in your blog template HTML codes:
1
<
b:include
data
=
'blog'
name
=
'all-head-content'
/>
- Then put the meta tags code immediately below that line. The final result should be as shown below.
1
<
b:include
data
=
'blog'
name
=
'all-head-content'
/>
2
<
meta
content
=
'PUT KEYWORDS HERE SEPARATED BY COMMAS'
name
=
'keywords'
/>
3
<
b:if
cond
=
'data:blog.pageType == "index"'
>
4
<
meta
content
=
'PUT BLOG DESCRIPTION HERE'
name
=
'description'
/>
5
</
b:if
>
- Save the template.
Saturday, 10 March 2012
Adding the meta tags in blogger
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment