Home > seo > step by step SEO guide for blogger templates
step by step SEO guide for blogger templates
Posted on Thursday, January 26, 2012 by blog slawi
Complete step by step SEO guide for blogger templates:
1. Page TitleUsually the format of the blogger's page title like this: BLOG TITLE: POST TITLE, well our blogs to be preferred by google so ends our blog so crowded, we have to change that standard title page format like this: POST TITLE | TITLE BLOG . 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>
If already dapet remove n replace the code 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 the buddy 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 friend seek. After all is finished do not forget the save the template
2. Meta keywords and descriptionsA search engine like google very fond of a website / blog that clear theme and content of its content. So, my friend must 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="Kata key, said kunci, kunci, said keywords, said kunci" /></ B: if>
Then? yes in the save aja
3. Breadcrumbs install.Breadcrumbs is 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. Related Post install.Related post is great for SEO as well as for visitors. So pairs of related post in your blog. The trick has been much discussed in the blogs of teachers blogging. Have a friend looking on google with keywords "how to make a related post in Blogger".
5. Turning off the setting archive (archive)Why? what make skipper? so ya, as the skipper said tadikan if google really hate duplicate content with that name. So when we activate the option archives, 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 home page there will be 3 post buddy and an archive link like this, 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 pieces 2 links to different pages but has the same content. For what else google search engine this is a serious problem. Therefore we should switch to non-filing options, how: after log in click the settings tab>> Archiving>> Archiving the frequency change on a no archive. >> Finished save the settings.
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. Adding 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 made that it works just could Copas carefully before kicked out of ya .. 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
7. Heading TagGoogle is like a post or title with H1 tag. Therefore, change the size of the title of the post buddy with the 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 h3 (or in some templates using h2) to h1. After that add the following code before ]]></ b: skin>
h1.post-title. Blog1 post h1 # h1, # Blog2 h1 {font-size: 1.5em;}
Well, so much for the skipper only know about how to edit blogger template we'll be more SEO friendly. Please try, oia ampir forget, great if your blog is installed it read more. But the skipper is not discussed because the average blogger has put up his read more. Hmm, still less understand please ask via the comments field. Thank you before and after.
source : http://blogjuragan.blogspot.com/2009/07/tutorial-seo-blogspot-blogger-template.html
1. Page TitleUsually the format of the blogger's page title like this: BLOG TITLE: POST TITLE, well our blogs to be preferred by google so ends our blog so crowded, we have to change that standard title page format like this: POST TITLE | TITLE BLOG . 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>
If already dapet remove n replace the code 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 the buddy 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 friend seek. After all is finished do not forget the save the template
2. Meta keywords and descriptionsA search engine like google very fond of a website / blog that clear theme and content of its content. So, my friend must 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="Kata key, said kunci, kunci, said keywords, said kunci" /></ B: if>
Then? yes in the save aja
3. Breadcrumbs install.Breadcrumbs is 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. Related Post install.Related post is great for SEO as well as for visitors. So pairs of related post in your blog. The trick has been much discussed in the blogs of teachers blogging. Have a friend looking on google with keywords "how to make a related post in Blogger".
5. Turning off the setting archive (archive)Why? what make skipper? so ya, as the skipper said tadikan if google really hate duplicate content with that name. So when we activate the option archives, 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 home page there will be 3 post buddy and an archive link like this, 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 pieces 2 links to different pages but has the same content. For what else google search engine this is a serious problem. Therefore we should switch to non-filing options, how: after log in click the settings tab>> Archiving>> Archiving the frequency change on a no archive. >> Finished save the settings.
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. Adding 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 made that it works just could Copas carefully before kicked out of ya .. 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
7. Heading TagGoogle is like a post or title with H1 tag. Therefore, change the size of the title of the post buddy with the 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 h3 (or in some templates using h2) to h1. After that add the following code before ]]></ b: skin>
h1.post-title. Blog1 post h1 # h1, # Blog2 h1 {font-size: 1.5em;}
Well, so much for the skipper only know about how to edit blogger template we'll be more SEO friendly. Please try, oia ampir forget, great if your blog is installed it read more. But the skipper is not discussed because the average blogger has put up his read more. Hmm, still less understand please ask via the comments field. Thank you before and after.
source : http://blogjuragan.blogspot.com/2009/07/tutorial-seo-blogspot-blogger-template.html
Category Article seo
Powered by Blogger.
Search This Blog
Followers
hostgator coupon code
SES by business degree online promotion team.
Top Traffic Wholesaler - Offers Lowest Targeted Traffic..
World's leading company in Online Website Advertising since 2005.. Offering high volume targeted traffic - Greatest Place To Buy - Lowest Price To Get.