Looks like another crazy pal for learning about SEO. So this posting is still on Tips SEO (Search engine optimization). Post this time is a collection of all the ways that bosses know about SEO to the template blogger / blogspot us.
Complete step by step SEO Guide for blogger templates:
1. Page Title
Usually the format of the blogger's page title 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>
Replace the code "keyword" with keywords that seek my friend. After all is finished do not forget to save the template in
2. Meta keywords and descriptions
A search engine like google really like a website / blog is clearly the theme 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:if cond='data:blog.url == data:blog.homepageUrl'>
<meta name="description" content="Deskripsi Blog anda" />
<meta name="keywords" content="Kata kunci , kata kunci, kata kunci, kata kunci , kata kunci" />
</b:if>
Then save.
3. Breadcrumbs install.
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 guru. Have a friend looking on google with keywords "how to make breadcrumbs menu".
4. install the Related Post.
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".
5. 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 under the code <head> :
<b:if cond='data:blog.pageType == "archive"'><meta content='noindex' name='robots'/></b:if>
6. Add code 'rel = canonical'
Point we 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 before kicked out of ya .. xixixi gugel *). Its way to edit the html to add the following code after the code <head> :
link expr:href='data:blog.url' rel='canonical' />
Save the template and complete
7. 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 (orange color) is removed and the change of 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 h1 #Blog1 h1, #Blog2 h1 { font-size:1.5em; }
Well, so much for the skipper just know how to edit blogger template we'll be more SEO friendly.
Hopefully Helpful
Complete step by step SEO Guide for blogger templates:
1. Page Title
Usually the format of the blogger's page title 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>
Replace the code "keyword" with keywords that seek my friend. After all is finished do not forget to save the template in
2. Meta keywords and descriptions
A search engine like google really like a website / blog is clearly the theme 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:if cond='data:blog.url == data:blog.homepageUrl'>
<meta name="description" content="Deskripsi Blog anda" />
<meta name="keywords" content="Kata kunci , kata kunci, kata kunci, kata kunci , kata kunci" />
</b:if>
Then save.
3. Breadcrumbs install.
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 guru. Have a friend looking on google with keywords "how to make breadcrumbs menu".
4. install the Related Post.
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".
5. 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 under the code <head> :
<b:if cond='data:blog.pageType == "archive"'><meta content='noindex' name='robots'/></b:if>
6. Add code 'rel = canonical'
Point we 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 before kicked out of ya .. xixixi gugel *). Its way to edit the html to add the following code after the code <head> :
link expr:href='data:blog.url' rel='canonical' />
Save the template and complete
7. 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 (orange color) is removed and the change of 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 h1 #Blog1 h1, #Blog2 h1 { font-size:1.5em; }
Well, so much for the skipper just know how to edit blogger template we'll be more SEO friendly.
Hopefully Helpful