Follow these steps to add meta-tags for every post in blogger:
Step 1: From blogger Dashboard, go to Layout.
Step 3: Search <head> using Ctrl+F.
Step 4: Paste the code given below after the <head> line.
<b:if cond=’data:blog.url == “enter the url of the post here”‘>
<META NAME='”keywords” CONTENT=”enter keywords here separated by commas”' />
<META NAME='”ROBOTS” CONTENT=”INDEX,FOLLOW”'/>
</b:if>
Replace the text in red with post url and keywords respectively.
Note: For every post you have to repeat this procedure by adding post url and keywords repectively. If you want to add 5 individual meta-tags you have to add the above code 5 times.
Step 5: Save the Template.
0 comments:
Post a Comment