Friday, April 1, 2011

SEO Optimization Blogspot With Addition of Meta Tags

There may consider setting Title and Description in enough to lift SEO blogger rich in this picture ...

SEO Blogspot

But if you want to add, then no problem. It may even be raised SEO, if done correctly. Here is an example meta tags that can be applied in your blog. You can add it in your HTML layout in the layout >> edit html.

Remove this code:

<title><datablog.pageTitle/></title>

Replace with the following code:

<b:if cond='data:blog.pageType == &quot;index&quot;'>
<TITLE><data:blog.title/> | Keywords | Keywords | Keywords</TITLE>
<b:else/>
<TITLE><data:blog.pageName/> at <data:blog.title/></TITLE>
</b:if>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta content='this is my blog description' name='description'/>
<meta content='Keywords, Keywords, Keywords, Keywords, Keywords, Keywords' name='keywords'/>

</b:if>
<meta content='1 days' name='revisit-after'/>
<meta content='Your NickName' name='author'/>
<meta content='ALL' name='ROBOTS'/>

is located just below the line:

<head>
<b:include data='blog' name='all-head-content'/>

Please replace some of the above parameters such as keywords and description in accordance with the content of your blog.

If the meta tag you have entered, you can test the strength of meta tags by using a free tool from http://www.submitexpress.com/analyzer/. This tool is used to see if we enter the meta tags that are in accordance with the algorithms in use by search engines or not. By using this tool... the selection of title, description and keywords in comparison with the content / contents of your blog.

If the selection of words in meta tags correct, then most likely your blog will get a good position on search engines. Especially if coupled with a strong backlink. Good luck!

No comments:

Post a Comment