Do you really getting enough organic search traffic results from search engines like Google, Bing or Yahoo, even though you have great unique quality content on your blog? Most of the people says "No" because there is something missing in your blog post i.e. Meta tags.
Meta tags are snippets of text that describe a page's content and don't appear on the page itself. The search engine crawlers find out the exact information of a webpage with the help of Meta tags.
Meta tags are snippets of text that describe a page's content and don't appear on the page itself. The search engine crawlers find out the exact information of a webpage with the help of Meta tags.
How to check Meta Title, Keywords and Description on blogger post
You can find out whether a given blogger post is using Meta tags or not by right click anywhere on the blog post and tap on "View Page Source". A pop up window will appear in Firefox (new tab will open in Chrome), now try to find meta tags at the top or head of the page.
The meta tags will look something like this
The meta tags will look something like this
Also See : How to use Alt tags in Blogger Images
You can also use this website to check Meta tags on blogger post
You can also use this website to check Meta tags on blogger post
How to add Meta Titles, Keywords and Description to each Blogger Post
Go to your blogger Dashboard and click on Template. We recommend you to Backup Your Template before making any changes to your blogger Template. Click on Edit HTML > Proceed > Expand Widget Templates
Also See : How to Prevent Copying Your Blog Content
Now search for <title> tag and add the following code like shown in image.
<b:if cond='data:blog.metaDescription != ""'>
<meta expr:content='data:blog.metaDescription' name='description'/>
<meta expr:content='data:blog.metaDescription' name='keywords'/>
</b:if>
<meta content='FOLLOW,INDEX' name='robots'/>
Note : You can also add this code just above </head> tag.
Also See : How to Prevent Copying Your Blog Content
Now search for <title> tag and add the following code like shown in image.
<b:if cond='data:blog.metaDescription != ""'>
<meta expr:content='data:blog.metaDescription' name='description'/>
<meta expr:content='data:blog.metaDescription' name='keywords'/>
</b:if>
<meta content='FOLLOW,INDEX' name='robots'/>
Note : You can also add this code just above </head> tag.
How to enable Search Description in Blogger
To enable search description, click on Setting Tab and tap on Search Preferences. Now enable search description, and enter the suitable keywords that describe your blog.
Also See : How to Create High Quality Backlinks
Also See : How to Create High Quality Backlinks
When you publish new blog post, enter proper keywords in search description area that matches your blogger post content.
If you have any question about Meta tags, sound off at the comments section below.