Blogger
Add Meta KeyWords In Blogspot
In today's world, if you want to propel your blog to a new height, search engine optimization is must. It helps people to find your blog easily by search engines. Because search engines look for key words. You can do it in Google blogger platform in the following way.
1. On your blog dashboard, chose Template from the dropdown.
2. Now chose edit HTML.
3. It will show a warning. Click on Proceed.
4. Find the following line of code :
<b:include data='blog' name='all-head-content'/>
It should be present at 6th line from the top.
3. Copy the three line given below and paste it after the line of code we found earlier.
<meta content='Description' name='description'/>
<meta content='Keywords' name='keywords'/>
<meta content='Author' name='author'/>
4. Now you are done.
0 comments