Application of the supporting element SEO

By : Kabel

By applying this element, the blog will encourage us to perch on top google ranks
Copy the most important elements of the domain (name of the blog) is the title (title). Making the blog title should be qualified to summarize each phase of keywords that we want. Consider the following Meta Title

<titel>desired blog title </title>

Standard templates from blogger flatform as shown above. However, we can change the title of the blog in order to be able disisipi phrases to our blog in the search easier for search engines.
Follow the steps

1. Please login below each blog account. Edit HTML Then go to the page Layout> Edit HTML

2. Notice the Edit Template field on the page and locate the following HTML tags:
<title><data:blog.pageTitle/></title>
Or the tag below.
<title><$BlogPageTitle$></title>

3. Change the code with the following HTML code:

<!---- New Title------>
<b:if cond='data:blog.pageType==&quot;index&quot;'>
<title><data:blog.title/></title>
<b:else>
<title><data:blog.pageName/> | <data:blog.title/></title>
</b:if>

4. Consider again the bold html code above. Insert a few keywords from the blog below

<title><data:blog.title/>| keyword1 | keyword2 | keyword3 </title>

By combining the title or name of the blog and then followed by some keywords that we are included, then the keywords we will be stronger because it is supported by the title.

Another important element that must exist in each page of a blog to support the SEO is to insert meta keywords and meta description. Code is as follows:

<meta content='deskirpsi blog' name='description'/>
<meta content='deskripsi blog' name='keywords'/>

in order to more efficiently use the meta like this.
<meta expr:content='data:blog.pageTitle+&quot; Description of your blog, please type here &quot;' name='description'/>
<meta expr:content='data:blog.pageTitle+&quot; Keyword of your blog, please type here &quot;' name='keywords'/>

Just as the meta title, meta can be placed second among <head> and </ head>

Source : http://blogredbox.blogspot.com