Meta tags make it easier to find in our blog by search engine. Actually for Blogger user platform. Meta Tag very easy to install. With a meta tag search engine can recognize the blog via meta tag. Which is widely used is meta for tags keywords, description, or blog author.
With the Meta tags, some blog will more closely with Google for up to 40%. WordPress team called this "Google juice"
At least, we can install the 4 meta tags in our blog, among others:
- Auhtor Meta Tag. With Author metat tag, we can know the author of this blog. The code is :
<meta content='your name' name='Author'/>
- Keywords Meta Tag. In this part, You can optimize the code of your blog. For ex : your blog post about Blog tutorial, so the keyword is blog, tutorial, HTML and etc. Notes : Do not use more than 20 keywords in meta tag. The code is :
<meta content='keyword1, keyword2,and more' name='keywords'/>
- Description Meta Tag. This meta tag is use for short description about your blog. Use the specific description and don't use more than 50 keywords. The code is :
<meta content='short blog description here' name='description'/>
- Robot indexing Tag. With this Meta Tag, your blog will index more fast than normal index. Actually for Google. The code is :
<meta content='INDEX, FOLLOW' name='ROBOTS'/>
After that, put the fourth meta tag code after <head> code. And it will look like this :
<head>
<meta content='...........' name='keywords'/>
<meta content='INDEX, FOLLOW' name='ROBOTS'/>
<meta content='..........' name='description'/>
<meta content='...........' name='Author'/>
Any questions or suggestion ? leave comment here ... :D
Related Posts by Categories
Where to should I put those meta tags?
Thanks for your tips
thank you so much! this is not confusing.. easy to follow!!thanks for the help!
Thanks you..........i added it in my blog......
http://smsfandu.blogspot.com
Thanks for your tips