feed me
Monday, April 19, 2010

Some patterns bloggers / blogs usually bad in SEO. In this article I will try to explain how to optimize your title in the template to more SEO friendly.

Sign in to your blog, and then select a blog that you will change the name, and select edit HTML. And do not forget to checking 'Expand Widget Templates'.

Look for this code :

<title><data:blog.title/></title>
Located at the top of tempale, replacing the code with the code below :
<b:include data="blog" name="all-head-content"/>
<meta content="blogger" name="generator"/>
<b:if cond="data:blog.pageType == "item"">
<title><data:blog.title/></title>
<b:else/>
<title><data:blog.pagename/> | <data:blog.title/></title >
</B:if>


So from this perspective is more to promote best title of the article, these tips are also very good at blogger optimization SEO. How do I know the code :
<title><data:blog.title/></title>
This code describes the name of the blog, and eventually your blog title will appear in search engines, which you want.
If we change the code as follows:
<title><data:blog.pagename/></title>
This code example to explain its title, like this example:

Contents of this article that describes How to Optimize Alexa Rank
You can change the name of the blog by adding at the end of title, including code, like this :
<title><data:blog.pagename/> | <data:blog.title/></title>
By adding code like this, the result will look something like this :

How to Optimize Alexa Rank | Tutorial for Blogger

Happy blogging, good luck! :)

2 comments:

  • We are a leading digital marketing company in Toronto. Our services include SEO, SMO, Google ads, Facebook ads.

  • We are a leading digital marketing company in Brampton. Our services include SEO, SMO, Google ads, Facebook ads.

  • Post a Comment