It is better to customize your Meta Tag as it would be nice and easy being crawl by Google or other search engine. Also make your site more SEO friendly and chance of being index in top of the search engine. Consider to put this Meta Tag and make the search engine more easy to find the information about your site and ranked it.
Here the steps.
1. Go to Layout => Edit HTML
2. Find this code on Top :
<head>
<title><data:blog.pageTitle/></title> <b:include data='blog' name='all-head-content'/>
3. Add this script below after the above code :
<meta content='index,follow' name='robots'/>
<meta content='blogger' name='generator'/>
<meta content='Example, Tell, your Blog, Description, here' name='description'/' name='description'/>
<meta content='Example Keyword1, Keyword2, etc..here' name='keywords'/>
<META content='Yahoo key 8cd050e05' name='y_key'/>
<META content='Google val x83e274ff' name='verify-v1'/>
<meta content='MSN val C3F6D70CF879' name='msvalidate.01'/>
<meta content='index,follow' name='msnbot'/>
<meta content='Your Name' name='author'/>
Explanation
a). <meta content='index,follow' name='robots'/>
This will index and crawl all your page content by Google by default.
b). <meta content='Example, Tell, your Blog, Description, here' name='description'/>
This will tell your blog description.
Example if your Title about : Windows Vista Tweak
your description should be : "Windows Vista Tweak, Hack, Software Review, etc"
c). <meta content='Example Keyword1, Keyword2, etc..here' name='keywords'/>
This will tell your Keywords.
Example : "Vista Sp1, Speed Up, Faster Copy, registry Cleaner, etc"
d). <META content='Yahoo key 8cd050e05' name='y_key'/>
This will adding your Yahoo Validation using meta tag if you have submit your site to yahoo search engine. You can add this later when submit to Yahoo.
e). <META content='Google val x83e274ff' name='verify-v1'/>
This will adding your Google validation key when you add your site to Google search engine.
Do it first though you use Blogger service.
f). <meta content='MSN val C3F6D70CF879' name='msvalidate.01'/>
This will adding your MSN valiation key when you submit your site to MSN search engine.
g). <meta content='index,follow' name='msnbot'/>
This will tell MSN to crawl all your page content.
h). <meta content='Your Name' name='author'/>
This is usefull to easily verify your name / owner of your site if needed.
Hopefully you would get rank sooner. Good Luck.
No comments:
Post a Comment