DISPLAY MY BLOG IN SEARCH ENGINE USING META DATA
Meta tags What it is?
Meta
tags, these are the descriptive keywords or list of keywords written in
HTML or Xml code and are used for providing the fundamental short
information about the structured description of the site-page (in case
of a blogger, it is post content).
Such meta tags are generally kept between HEAD section.
Such meta tags are generally kept between HEAD section.
The
meta tag is represented by the combination of post content, labels (say
keywords), title of the post and some portion or say a short theory of
the post.
Why meta tag?
Considering
that of the meta tags which describe the blog content and also every
post in short note, any search engine will easily get the actual and
accurate information of your site or blog.
Have you noticed
that, for example, in Google search engine, when any query (keyword) is
given to it, it not only searches that keyword but also the link, title
of that page and some description too.
Yes! now you got my point. That is meta tag.
+BOOST POINTS
Meta tag also helps the engine to find some part of post, which causes the more traffic to your post directly from any search engine.
Meta tag also helps the engine to find some part of post, which causes the more traffic to your post directly from any search engine.
How to build the meta tag for bog?
Before
go further, one point should be noted that, whenever you go to write
the meta tag, make sure that the description should be actual high
quality descriptive content, don't make redundant data (repetitive data)
to get boosted into search engines. Always try to provide correct
information, which accurately describe the particular page about which
the meta tag is being build.
ADDING AND CREATING META TAG FOR YOUR SITE/BLOG/BLOG-POSTS
1. Go to your template HTML editor.
2. Don’t Check ‘Expand Widgets Templates’.
3. Find
2. Don’t Check ‘Expand Widgets Templates’.
3. Find
<b:include data='blog' name='all-head-content'/>
If this line not found, find <head> and paste the following genarated meta tag exactly below <head>
4. Consider the following lines:
4. Consider the following lines:
<b:if cond='data:blog.url == "YOUR-SITE-URL"'>
<TITLE>YOUR-TITLE</TITLE>
<META CONTENT='YOUR-DESCRIPTION' NAME='Description'/>
<META CONTENT='YOUR-STE-OR-POST-KEYWORDS' NAME='Keywords'/>
<META CONTENT='AUTHOR-NAME-OF-SITE-OR-BLOG' NAME='Author'/>
<META CONTENT='YOUR-CONTENT-LANGUAGE' NAME='Language'/>
<META CONTENT='Select All to crawl contents easily' NAME='Robots'/>
</b:if>
<TITLE>YOUR-TITLE</TITLE>
<META CONTENT='YOUR-DESCRIPTION' NAME='Description'/>
<META CONTENT='YOUR-STE-OR-POST-KEYWORDS' NAME='Keywords'/>
<META CONTENT='AUTHOR-NAME-OF-SITE-OR-BLOG' NAME='Author'/>
<META CONTENT='YOUR-CONTENT-LANGUAGE' NAME='Language'/>
<META CONTENT='Select All to crawl contents easily' NAME='Robots'/>
</b:if>
5. In above code pattern you have to Just change the colored lines with your data.
Detail explanation with example: (All fields are required for working meta tag) YOUR-SITE-URL (Enter the URL of the blog post with http://)Finally, the meta tags look like as shown below :
Example :
<b:if cond='data:blog.url == "http://newolineworld.blogspot.com/"'>
YOUR-TITLE (Maximum 100 Characters)
Example :
<TITLE>newolineworld</TITLE>
YOUR-DESCRIPTION (Maximum 250 Characters)
Example :
<META CONTENT='This blog is for getting the better than best stuff with tested fund for blog beginners and old master as well.This blog contains all new,latest,updated and working blogging, computer,windows,internet tricks.Find your solution by browsing the site.' NAME='Description'/>
YOUR-STE-OR-POST-KEYWORDS (Maximum 15 keywords separated by comma)
Example :
<META CONTENT='BLOG BOOST, COMPUTER BOOST, INTERNET BOOST, MY STUFF' NAME='Keywords'/>
AUTHOR-NAME-OF-SITE-OR-BLOG (Author of the post)
Example :
<META CONTENT='Vinayak' NAME='Author'/>
YOUR-CONTENT-LANGUAGE (Language of the post description)
Example :
<META CONTENT='English' NAME='Language'/>
Robots (Select All to crawl contents easily) Example :
<META CONTENT='All' NAME='Robots'/>
At the end, add </b:if> (Must)
<b:if cond='data:blog.url == "http://newolineworld.blogspot.com/"'>
<TITLE>ProBlogBooster</TITLE>
<META CONTENT='This blog is for getting the better than best stuff with tested funda for blog beginners and old master as well.This blog contains all new,latest,updated and working blogging, computer,windows,internet tricks.Find your solution by browsing the site.' NAME='Description'/>
<META CONTENT='BLOG BOOST, COMPUTER BOOST, INTERNET BOOST, MY STUFF' NAME='Keywords'/>
<META CONTENT='Vinayak' NAME='Author'/>
<META CONTENT='English' NAME='Language'/>
<META CONTENT='All' NAME='Robots'/>
</b:if>
<TITLE>ProBlogBooster</TITLE>
<META CONTENT='This blog is for getting the better than best stuff with tested funda for blog beginners and old master as well.This blog contains all new,latest,updated and working blogging, computer,windows,internet tricks.Find your solution by browsing the site.' NAME='Description'/>
<META CONTENT='BLOG BOOST, COMPUTER BOOST, INTERNET BOOST, MY STUFF' NAME='Keywords'/>
<META CONTENT='Vinayak' NAME='Author'/>
<META CONTENT='English' NAME='Language'/>
<META CONTENT='All' NAME='Robots'/>
</b:if>
Building
the meta tag for the particular post or site is very easy part, but in
case the blog or site contains so much of posts or pages then it will
becomes more lengthy work to do.
So I have made
Meta Tag Generator
to build a perfect meta tag for your blog or site.
NOTE:
Once you add this meta tag to your pages, it may take some time for
changes to appear in the index and for crawling entire website.
FINAL WORDS:
The meta tags are really helpful to bring more traffic to your site within a shorter period of time & gets much improved Page Rank.
The meta tags are really helpful to bring more traffic to your site within a shorter period of time & gets much improved Page Rank.
No comments:
Post a Comment