The characteristics Templates Blog SEO Friendly?
Blog Template SEO By SEO Experts - a factor that is important to your blog ranked first in pencari.Blog engine is a tool that we can use for ideas, knowledge of a particular theory or understanding, blogs are created with a variety of destinations, there is just to share information only, until there is a use for the internet business opportunities, a lot of things we can do through the world of blogging, which clearly blog activity will not escape from making the article then continued by promoting it.
Targets to be achieved when making a blog is to keep any article that we publish is easy to find people, how we can take is to do search engine optimization or better known as SEO. SEO is all the effort that we take that we have blog pages easily found by search engines when a search is done.
The characteristics of the blog template Seo Friendly
1. No duplicate content
2. H1 tags for titles
3.Sidebar potsingan the right side to the left
4. There is a breadcrumb
5. Title Widget with H3
As to whether the blog template SEO Friendly?
Template seo friendly blog is the blog template code structure can present the content of articles that are favored by search engines automatically and can anticipate things that are hated by the search engines. when we create a blog and then use the template that has been provided by the dilakuakn blog without modification, these templates sometimes do not meet the template SEO friendly, at least we have to modify the structure of the existing code in order to provide the structure into SEO Friendly, to modify the course, we must understand commands blog widget , is also the most important we have to understand HTML and CSS command java script in it. If you find it difficult and do not want complicated, please look in the internet blog template that has been modified and seo friendly do not worry because it seems to have a lot of bloggers who provide it, the most important that you do not go wrong when choosing you must know the characteristics of the template regarded as blog template seo friendly.
The characteristics template Blog SEO Friendly?
How to characterize it seo friendly template blog ?. The following I will describe some of the characteristics of the template seo friendly blog which you should use for your blog template:
1.Dapat Avoiding duplicate content.
Seo friendly blog template should be able to anticipate the occurrence of duplicate posts, or double the content. to better understand duplicate content please read my other articles on how to understand duplicate content in SEO.
Contains duplicate happens when search engines read some URL address in a blog by writing a different but still go to the same page, in other words, its URL address different but still landing page that's it, if there is such a search engine would think of it as duplicate content and do not like it, that sort of thing can sometimes occur, and can not be avoided.
To find out Does the blog already installed rails canonical or not, please go to one of your own blog page then right click on the menu that appears please select the menu "View Page Source" or View Source Code, on the structure of the code that appears then you find 'canonical' if you find it means your blog already has one of the criteria blog template seo friendly, if not then you have to modify and install the canonical rails above in the following manner:
Log in to Blogger
*. Choose Edit HTML Template >>
*. You find the code <head>, For simplicity, you can use Ctrl + F or F3 and please find
*. Put the following code under the code <head> or above the code </ head>
<link expr:href='data:blog.url' rel='canonical'/>
2. Title Tag H1 for the title of the article or blog.
Feature Templates seo friendly blog the second is the title of the article that you created in the article automatically using H1 tags, H1 tags in each page number should be 1 should not be more. if you do not there are pages H1 H1 or there is more than one then the template of your blog is not a blog template seo friendly, if url leading to the veranda, the H1 tag is the title of the blog and H2 are the titles of the articles, and if the URL leads to page article, the title of the article you must H1 and H2 blog title.
How do I check the title of the article has been H1 or not, to do so please you go to one of your blog page if you are using mozilla firefox right click on your article page, on the menu that appears, select menu inspection element, then the window that appears below the slide refer to the lower left corner and find the button arrow box as shown below:
please click on the arrow box image is then directed to your article title, if the title of your article H1dan H2 title of your blog, then your blog template already seo friendly if not you must modify your blog template in the following way:
* .Login To Blogger
* .Pilih >> Edit HTML Template
* .You This code, to make it easier you can use Ctrl + F or F3
<b:if cond='data:post.title'> <h3 class='post-title entry-title'> <b:if cond='data:post.link'> <a expr:href='data:post.link'><data:post.title/></a> <b:else/> <b:if cond='data:post.url'> <a expr:href='data:post.url'><data:post.title/></a> <b:else/> <data:post.title/> </b:if> </b:if> </h3> </b:if>
then replace it with the code below:
<b:if cond='data:blog.pageType != "item"'>
<b:if cond='data:post.title'>
<h2 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h2>
</b:if>
<b:else/>
<h1 class='post-title entry-title'>
<b:if cond='data:post.link'>
<a expr:href='data:post.link'><data:post.title/></a>
<b:else/>
<b:if cond='data:post.url'>
<a expr:href='data:post.url'><data:post.title/></a>
<b:else/>
<data:post.title/>
</b:if>
</b:if>
</h1>
</b:if>
Done and Save !
Contents of articles or posts on the left and on the right sidebar
3. There is a myth that says that Googlebot or search robot google, yahoo and his friends read an article from left to right, why do I say mythical because I have not found concrete evidence or my uninformed yes ... hehe advised newbie, clear in general, the machine compiler or interpreter read the script code structure both blogs and other programming language scripts read from top to bottom, probably googlebot behavior is the same, to the structure of the first blogs or websites traced is a block head, then continues to block body.
Regarding the layout was just manipulation CSS commands just to set it up, then what is the impact when we present the blog with posts on the left, and a sidebar on the right, I have not tried it directly, but from some seo expert information on the right sidebar and posts on the left would be more seo friendly when compared side bar on the left and on the right post.
Google my analysis is taking into account the convenience penggunjung, in general because writing and reading that starts from the left, when visitors see the content of the article that will be read directly disibelah left no frills sidebar will be more comfortable in the eyes of the reader. It is used as a reference google see the layout of a page, Google will analyze the structure of the HTML code of a site or blog, if found indications positngan on the left and on the right sidebar google would be more like it.
How to move from the right to the left sidebar ?,
* .Login To Blogger
* .Pilih >> Edit HTML Template
* .You This code, to make it easier you can use Ctrl + F or F3
/* -- Outer-Wrapper -- */
#outer-wrapper{background:#fff; width:980px; margin:0 auto;
padding:0;text-align:left}
#main-wrapper{
background:#fff; width:600px; float:right;
margin:2px; padding:0px 0 0 10px; word-wrap:break-word; /* fix for long
text breaking sidebar float in IE */overflow:hidden; /* fix for long
non-text content breaking IE sidebar float */}
#sidebar-wrapper{
background:#fff; width:340px; float:left;
margin:2px; padding:8px 10px 0 0; word-wrap:break-word; /* fix for long
text breaking sidebar float in IE */overflow:hidden; /* fix for long
non-text content breaking IE sidebar float */}
see the above code # main-wrapper is the CSS code to regulate the location of the post, then # sidebar-wrapper is the CSS code for the location of the sidebar, to move positingan sidebar to the left and the right, you just change their code float: right above the red color with float : left then you replace float: left is blue above the float: right, finished then please save it.
4. There Breadcrumb
Feature seo frindly blog template next, there must be a breadcrumb that appears on every page of your article, breadcrumb usually located above or below the title of the blog under the title of the article can also depend on where we put it, but it is recommended placed above the prior title of the article, you can see my breadcrumb above, breadcrumb usually informs the location of the post is located.
Breadcrumbs provide a trail for the user to follow back to the starting point or the previous entry. A sign of greater than (>) often serves as a hierarchy separator, although it can use other symbols (such as »or>), as well as a variety of graphs.
Breadcrumbs usually looks like this:
Home> SEO Onpage> Title posts.
Please refer to your blog page if there is a breadcrumb means your blog template already seo friendly if not please plug the breadcrumb on your blog, here's how to install the breadcrumb on blogspot:
* .Login To Blogger
* .Pilih >> Edit HTML Template
* .You This code, to make it easier you can use Ctrl + F or F3
Then find the code]]> </ b: skin> or]]> </ b: skin>, please put the following code ushered code, can be after the code before the code blue or red color:...
.breadcrumbs{ padding-left:10px;font-size:95%;line-height:1.4em;border-bottom:4px double #cadaef;}
then locate the following code <div class = 'post hentry'>, please put the following code after the code perssis:
<b:if cond='data:blog.homepageUrl == data:blog.url'><b:else/><b:if cond='data:blog.pageType == "item"'><div class='breadcrumbs'>Anda disini » <a expr:href='data:blog.homepageUrl'>Home</a> »<b:if cond='data:post.labels'><b:loop values='data:post.labels' var='label'><a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != "true"'> , </b:if></b:loop></b:if> » <data:post.title/></div></b:if></b:if>Done and Save !
H3 on each widget title
Widgets are usually located on the sidebar, such as the popular post and blog archives, widgets consist of the title and the content of the widget, the widget titles, typically using H2 tags, to make it more seo friendly titles for each widget is recommended to use the H3, please check your blog as a step in the no 2 above, if your blog is already using the H3 for each title of the widget, meaning you have a blog template SEO friendly if not you can modify your blog template so that every title widget into H3, the way is as follows:
* .Login To Blogger
* .Pilih >> Edit HTML Template
* .You This code, to make it easier you can use Ctrl + F or F3
Please find the following code:
<b:widget id='PopularPosts1'locked='false' title='Popular Posts' type='PopularPosts'>
<b:includable id='main'><b:if cond='data:title'><h2><data:title/></h2></b:if>
then please replace h2 in red above with H3, oh yes widget can be more than one depending on the widget that you stick on your blog sidebar, if a widget has been modified, please find again the code for other widgets and perform similar steps are replacing h2 be h3. if it is completed do not forget to save.
The description above is a description of Blog Template SEO By SEO Experts
please check your blog template if appropriate with the above criteria mean your blog template already seo friendly if not you can make modifications in accordance with the above steps, seo friendly blog templates can support their blog pages to easily find the search engine. But it should be remembered not only from a template that can affect the ranking of a page appears on the first page of the SERP, is no less important factor besides the blog template is presenting the contents of the article, it means we have to present the contents of the article or create a unique, high quality and not the result copy and paste selected such article would be preferred by search engines.
Thank you for visiting and reading our .


2 comments
wah patut di coba ini he nice info
jangan lupa ya gan mampur juga di blog saya http://goo.gl/q8GiZ5
thanks :)
#Gunakan Bahasa Yang baik
#Dilarang Berkomentar Menghina ,berkata kotor .
#Dilarang Promosi
#Dilarang Gambling
#Dilarang Spamming
#Dilarang Pornografi