Recently I got a query in my comments
Hey Abhi do you have any post on your site regarding adding meta tags and meta description separately on every post in blogger?
I thought to share it with all my readers.
So here is the post
How to Add Meta Tags to individual post in Blogger tutorial goes here.
Let suppose you want to add meta tags to your post
then you need to add the following piece of code in your meta content
<b:if cond=’data:blog.url == “url of your post“‘>
<meta content=’ keywords related to your post ‘ name=’keywords’/>
<meta content=’ description of your post‘ name=’description’/>
</b:if>
TiP : Paste this code under your meta tags.
Although some of the writers say that google now ignore meta tags, But I have meta tags in my template.
I would suggest to use individual meta tags for few posts only…
Happy Blogging
5 Comments