Modifications The Html Code to Improve Search Engine Optimization (SEO)

Thursday, August 27, 2009

Hi friends, this article about the techniques Search Engine Optimization (SEO) is often used by the blog master to enhance Search Engine Optimization (SEO). A very sederhanan tips for adding just a few text form html code called Meta Tags, but many have the effect to enhance Search Engine Optimization (SEO). Meta tags are used to obtain a high score on your blog or web search engine. To modification the html code to improve Search Engine Optimization (SEO), we can add a meta tag.

We have to do is sign in to your blog, then go into the Control Panel, then go to Layout, and select Edit HTML. For title tags, use tricks Title. Find the following line of code:

<title><data:blog.title/></title>



and replace with the following code:

<b:if cond='data:blog.pageType == "item"'> <title><data:blog.pageName/>
-<data:blog.title/></title> <b:else/> <title><data:blog.pageTitle/></title>
</b:if>




Optimizing the main keyword blog by adding the code below the code for the above Title Tags:

<meta expr:content='data:blog.pageTitle + " -additional
description"'name='description' /> <meta expr:content='data:blog.pageTitle +
",keyword 1, keyword 2, keyword 3, keyword 4, etc"' name='keywords' />



Before trying this tip, I recommend you backup your blogs html code, because if at the turn of the code that you did happen a mistake, you can return as before the editing process.
Good luck, may be useful.

Read more...

  © Maravila inspiration by Vila 2009

Back to TOP