A meta tag contains meta data about the web page it is in. A meta tag will not affect the way the page looks, and in most cases won't even be seen by the person reading the web page. But meta data can contain useful information about the page that programs and web spiders can use.
Why use Meta tags?
Meta Description of this blog |
How to add Meta tags to Blogger?
- Go to your blogger Dashboard >> Template >> Edit HTML.
- Find the following code.(Use Ctrl+F to find).
<b:include data='blog' name='all-head-content'/>
- Now add below codes just after the above code.
<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME' name='author'/>
Make change the blue lines as follow
DESCRIPTION HERE - With your shorrt blog description
KEYWORDS- Write keywords related to your blog
AUTHOR NAME - Write your own Name.
- Finally Save your template.
No comments :
Post a Comment