Friday, 29 March 2013
Get your Blog Optimized with Meta tags
Posted by
Akib Balkhi
| | Edit Post
Meta Tags
One major part that even experienced bloggers can miss is
the meta tags.
You may feel that the blog description and title will do for
Google but its not true.
Meta description and Keyword Tags are an integral part of
getting high rank in Google.
It not only makes Google index your site quickly but also
allows spiders to understand
the content of your site and show it in search result .
imagine your blog is about technology and your blog
description is something like this:
"Improving the world with improving technology. Get all
tips and tricks related to technology here"
whereas one of your post is about "top 10
gadgets" but Google shows the same
description as above in search results
"Improving the world with improving technology. Get all
tips and tricks related to technology here"
Does it match your post title no !!!!
Why to use meta tags:-
1.High traffic.
2.Google can crawl and understand your site better.
3.High page rank.
4.Make your blog SEO optimized.
So here is What you can do to add individual meta
description and keyword tags to individual posts on your blog :-
1. Go to your blogger dashboard .
2. Click on template.
3. Click on Edit
Html.
4.Your template will be shown in a box.
4. Search for these lines in the template.
<b:include data=’blog’ name=’all-head-content’/>
5.Now Just after this Code Paste the code given below.
<b:if cond=’data:blog.url == “URL OF BLOG”‘>
<meta content=’ABOUT YOUR BLOG’ name=’description’ />
<meta content=’KEYWORDS RELATED TO BLOG’ name=’keywords’ />
</b:if>
<b:if cond=’data:blog.url == “URL OF POST”‘>
<meta content=’ABOUT YOUR POST' name=’description’ />
<meta content=’KEYWORDS RELATED TO POST’ name=’keywords’ />
</b:if>
6.Replace
URL OF BLOG with url of your blog
ABOUT YOUR BLOG with description of your blog
KEYWORDS RELATED TO BLOG with keywords of your blog
URL OF POST with url of your post
ABOUT YOUR POST with description of your post
KEYWORDS RELATED TO POST with keywords of your post
7. remember
<b:if cond=’data:blog.url == “URL OF POST”‘>
<meta content=’ABOUT YOUR POST' name=’description’ />
<meta content=’KEYWORDS RELATED TO POST’ name=’keywords’ />
</b:if>
repeat this code in step 5 for all your Posts .
ex- if you have 100 post you can repeat it for all 100 posts
.
Subscribe to:
Post Comments
(Atom)
COPYRIGHT © AllBloggersWay. All Rights Reserved. Powered by Blogger.
Labels
Popular Posts
-
What is link list? Link list is the navigation tabs which appear at the top of your blog below the blog header. It allows Easier Na...
-
Have you ever wondered why your blog title appears before the post title . think... Now if you can make the post title to appear be...
0 comments:
Post a Comment