How to add meta description to individual posts
Page/post meta tags describes that what the page or post actually contains. It makes the search engine to crowel your blog more frequently and index your pages in blog fastly.
Follow below steps to add meta tags to individual posts in blogger :
step 1 : Log in to your blogger account and go to blogger dash board
step 2 : click on template and click on edit template.
Step 3 : Find below link in template code
Follow below steps to add meta tags to individual posts in blogger :
step 1 : Log in to your blogger account and go to blogger dash board
step 2 : click on template and click on edit template.
Step 3 : Find below link in template code
<b:include data='blog' name='all-head-content'/>
Step 4 : Copy past below code, below the above code
<b:if cond='data:blog.url == "url link of your post"'>
<meta content='DESCRIPTION' name='description'/>
<meta content='KEYWORDS' name='keywords'/>
</b:if>
step 5 :click on save
Remmemer to past your post/page description in DESCRIPTION section and keywords in KEYWORDS section
Category: SEO
0 comments