Dear users of Blogger.com
Everyone knows that Blogger.com has very little seo optimization anything that Google is the company.Very difficult to break today with blogger, since you must have optimization.
Today is your lucky day because you will be able to make it visible to search engines online simply follow the steps carefully:
It is better to be the title before the name of the blog!
I will give you an example:
www.bestongoogle.blogspot.com | Dear users of Blogger.comAnd here's how it should be:
Dear users of Blogger.com | www.bestongoogle.blogspot.comNote that the symbols should be clear to search engines!
The next step you need to do is to enter the control panel of Blogger.com.
- Layout > Edit HTML and click "Expand Widget Templates".
- Find this in the HTML box <title><data:blog.pagetitle/></title>
- Replace the above code with this code:
<!-- Seo optimization -->
<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.title/> : Write your blog title</title>
<meta content='Write here your description of the blog' name='Description'/>
<meta content='Write here your keywords' name='Keywords'/>
<b:else/>
<b:if cond='data:blog.pageType == "archive"'>
<title><data:blog.title/> : Your title again</title>
<meta content='Same description as above' name='Description'/>
<meta content='Same keywords as above ' name='Keywords'/>
<b:else/>
<b:if cond='data:blog.pageType == "item"'><title><data:blog.pageName/> ~ <data:blog.title/></title>
<meta expr:content='data:blog.pageName' name='Description'/>
<meta expr:content='data:blog.pageName + data:blog.title +data:blog.pageTitle' name='Keywords'/>
<b:else/><title><data:blog.pageTitle/></title></b:if>
</b:if>
</b:if>
<!-- /Seo optimization -->
All rights reserved
0 comments:
Post a Comment