Such meta tags are generally kept between HEAD section.
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.
2. Don’t Check ‘Expand Widgets Templates’.
3. Find
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>
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://)
Example :
<b:if cond='data:blog.url == "http://problogbooster.blogspot.com/"'>YOUR-TITLE (Maximum 100 Characters)
Example :
<TITLE>ProBlogBooster</TITLE>YOUR-DESCRIPTION (Maximum 250 Characters)
Example :
<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'/>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)
Finally, the meta tags look like as shown below :
<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> (this sample is of ProBlogBooster)
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.
0 Response to "Boost Page Rank by generating META TAGS"
Post a Comment