
What is a Meta Tag ?
A "Meta TAG" is an HTML and xHTML element which is used in the structure of a web page. Multiple Meta tags with different attributes are also used to built a better structure of a webpage. Meta Tag element is commonly used for "description, keywords" etc attributes and it is always placed immediately after <head>. All major search engines such as Google, Yahoo, Bing etc do care for Meta Tags so its important to have proper Meta Tags in your template.
How to Add Meta Tag in Blogger / BlogSpot ?
- Login Your Blogger Account and Go to Design > Edit HTML
- Search this code; (tipYOUR-TOOLTIP-MESSAGE: press CTRL and F at once and copy-paste this code)
<head>
- Just below this, add new code given below
<meta expr:content='data:blog.pageName' name='description'/>
- Save Your Template
This will add Title of your blog post in description attribute of meta. So, every page will have a different description which is a good thing.