How To Edit Template Blog To More Seo Friendly.
Welcome to the word password, Make a friend who would not know what is seo, according to what I read from wikipedia Seo is a series of processes are carried out systematically aimed at improving the volume and quality of traffic through search engines to visit certain web sites by utilizing the mechanism of action or The search engine algorithms. The goal of SEO is to place a website on top position, or at least the first page of search results based on certain keywords that are targeted. Logically, a web site that occupies the top position in search results have a better chance to get visitors.
Many ways to achieve the goal of seo, and one of them might be a way to edit the blog template in order to be more seo friendly. Here's how to edit the template to be more seo friendly blog
Page Title - Usually title page format of the blogger's like this: BLOG TITLE: TITLE POSTING, now that our blog is more favored by google so that the edges of our blog so crowded, we have to change that standard title page format like this: POST TITLE | BLOG TITLE. Do I find the following code in the EDIT HTML (how easy it is in Mozilla press ctrl + f and then copy and paste the code below):
<title> <data:blog.pageTitle/> </ title>
Delete if already get the code n 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>
Or friend can also add the number of keywords (keyword):
<b:if cond='data:blog.pageType == "item"'>
<title> <data:blog.pageName/> | <data:blog.title/> </ title>
<b:else/>
<title> <data:blog.pageTitle/> | Keywords buddy | buddy Keywords </ title>
</ B: if>
Replace the code "keyword" with keywords that seek my friend. After all is finished do not forget to save the template in
Meta keywords and description - A search engine like google really like a website / blog are clear themes and content of its content. So, my friend should nambahin a meta tag that his name tag. The trick is to add the following code before the code:
<b:skin> <! [CDATA [/ *
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta name="description" content="Deskripsi Blog anda" />
<meta name="keywords" content=" keywords, keyword, keyword, keyword, keyword" />
</ B: if>
Then in the save
Installing Breadcrumbs - Breadcrumbs are a navigation menu that is on a post or article. Examples can be seen his skipper this blog. The way the pair also been widely discussed on blogs blogging teacher. Have a friend looking on google with keywords "how to make breadcrumbs menu"
Installing Related Posts - Related post is great for SEO as well as for visitors. So pairs of related post in your blog. The trick has been widely discussed on blogs blogging teachers. Have a friend looking on google with keywords "how to make a related post on blogger".
Turning off the setting archive (archive) - Why? skipper for what? All Images, as the skipper said tadikan if google hates duplicate content with that name. So when we turn the archive option, for example, it happened like this:
my friend made a blog on blogger.com. then make 3 posts, 1 fruit every day. Then on the main page or the homepage there will be a pal and a 3 post this file link, http://BLOGSOBAT.blogspot.com/2007_03_01_archive.html, on these archive pages will bring up three posts that appear similar to those on the homepage.
In essence, 2 links to 2 different pages but has the same content item. For what else google search engine it is a serious problem. Therefore we should switch to non-filing options, and how: after login >> settings tab click on the Archiving Archiving >> change the frequency to be no archive. >> Finished save the setting.
Or if you do not want to disable the function of the archive, please place the following code <head> code below:
<b:if cond='data:blog.pageType == "archive"'> <meta content='noindex' name='robots'/> </ b: if>
Add code 'rel = canonical' - our purpose is to add 'rel = canonical' is to avoid double content, because as the master of SEO say that google is not able to tolerate a duplicate content (* so that it works for can just copy and paste carefully ya before expelled from gugel .. xixixi *). His way in the edit html add the following code after the code <head>
<link expr:href='data:blog.url' rel='canonical' />
Save the template and complete
Heading Tag - Google is like a text or title to the H1 tag. Therefore, change the size of the title of the post buddy with H1 tag. Do I find the following code:
<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> The code in bold, and change removed from the H3 (or in some templates using h2) to h1. After that add the following code before the code]]> </ b: skin>
h1.post-title,. post Blog1 h1 h1 #, # Blog2 h1 {font-size: 1.5em;}