Blogger Meta tags for SEO Keyword / Meta tags are very important for SEO. To find your blog and rank better in search engine, you need...
Blogger Meta tags for SEO |
- Login to your blogger dashboard.
- Go to "Template" button
- Select "Edit HTML" button
- And find the code <b:include data='blog' name='all-head-content'/>
- Then paste the below codes below the finding code after.
<b:if cond='data:blog.url == "PAGE-URL"'>
<meta content='PAGE-KEYWORDS' name='keywords'/>
</b:if>
- Some reason blogger's not use this code <b:include data='blog' name='all-head-content'/>
- If you are not using this code, you find this <head>
- Now paste the below codes below the finding code after.
<b:if cond='data:blog.url == "PAGE-URL"'>
<meta content='PAGE-DESCRIPTION' name='description'/>
<meta content='PAGE-KEYWORDS' name='keywords'/>
</b:if>
- Now you have to paste the above code every time when you posts.
- Click on "Save template" button, you have been successfully done.
Note :
- Change highlighted PAGE-URL words with relevant your own URL.
- Change highlighted PAGE-DESCRIPTION words with relevant your own description.
- Change highlighted PAGE-KEYWORD words with relevant your own keyword.
COMMENTS