If you do not know what meta tags are, they are tags that give a description of your site or blog to search engines. Meta tags tell search engines what your blog is all about. This in turn helps search engines to index your blog accurately.
Below are the steps involved in adding meta tags to your blogger blogs.
Step 1: Log in to your blogs blogger dashboard.
Step 2: From the drop down menu, go to "Templates" -->Edit HTML.
Step 3: Find the code below:
Step 4: Now, add the code below immediately after the above code:
Replace the red letters with the appropriate words as follows:
PUT BLOG DESCRIPTION HERE should be replaced with your blog description.
KEYWORDS HERE SEPARATED BY COMMAS should be replaced with your keywords separated by commas.
AUTHOR'S NAME HERE should be replaced with your name.
Step 5: Save your template. You have successfully added meta tags to your blog.
Below are the steps involved in adding meta tags to your blogger blogs.
Step 1: Log in to your blogs blogger dashboard.
Step 2: From the drop down menu, go to "Templates" -->Edit HTML.
Step 3: Find the code below:
<
b:include
data
=
'blog'
name
=
'all-head-content'
/>
You can copy the code here and use "CTRL F" to find the code.
Step 4: Now, add the code below immediately after the above code:
<
meta
content
=
'PUT BLOG DESCRIPTION HERE'
name
=
'description'
/>
<
meta
content
=
'KEYWORDS HERE SEPARATED BY COMMAS'
name
=
'keywords'
/>
<
meta
content
=
'AUTHOR'S NAME HERE'
name
=
'author'
/>
NOTE: Take note of the words in red.Replace the red letters with the appropriate words as follows:
PUT BLOG DESCRIPTION HERE should be replaced with your blog description.
KEYWORDS HERE SEPARATED BY COMMAS should be replaced with your keywords separated by commas.
AUTHOR'S NAME HERE should be replaced with your name.
Step 5: Save your template. You have successfully added meta tags to your blog.
Comments
Post a Comment