Home > seo > Blogspot Template Modifications to SEO FRIENDLY
Blogspot Template Modifications to SEO FRIENDLY
Posted on Thursday, January 26, 2012 by blog slawi
Blogspot Template Modifications to SEO FRIENDLY
Blogspot Template Modifications to SEO FRIENDLY. Lately a lot of our friends who follow the SEO contest. Moreover, gifts gained from SEO Contest is pretty big. All kinds of methods are used to occupy the first position in Search Engines. There are platforms that use Wordpress (CMS) and some are using Blogspot as a blog engine to follow in SEO Contest. This time the Sorcerer's tutorial will give a little trick that needs to be done using the platform Blogspot blogger template that is used in particular for more SEO friendly blog to support the optimization of the SERP.
1. Page TitleThe first thing to do mate is to modify the script a bit on the Title Page in Blogspot template script, usually the format of blogspot page title like this: BLOG TITLE: POST TITLE, well our blogs to be preferred by google and SEO friendly, we must change standard title page format that looks like this: TITLE OF POST | BLOG TITLE. Do I find the following code in the EDIT HTML:
<title> <data:blog.pageTitle/> </ title>
If it is able to remove 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>
Or you can add a few keywords (keywords) as below:
<b:if cond='data:blog.pageType == "item"'><title> <data:blog.pageName/> | <data:blog.title/> </ title><b:else/><title> <data:blog.pageTitle/> | Keywords | Keywords </ title></ B: if>
Replace the code "keyword" with your desired keywords. After all is finished do not forget to save your 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 kunci, kunci, said kunci, words words words kunci, kunci" /></ B: if>
Save again.
3. Installing Breadcrumbs.Breadcrumbs is a navigation menu that is on a post or article. The way the pair also discussed in this blog Sorcerer's tutorial. Please come here "How to Put on Blogspot Breadcrumbs".
4. Installing Related Post.Related post is great for SEO as well as for visitors. So pairs of related post in your blog. The trick has also been widely discussed on blogs blogging tutorial. Have a friend looking on google with keywords "how to make a related post in Blogger".
5. Turning off the setting archive (archive)Google hates 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 (blue) 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;}
source : http://tutorial.bertuah.org/2011/11/modifikasi-template-blogspot-agar-seo.html
Blogspot Template Modifications to SEO FRIENDLY. Lately a lot of our friends who follow the SEO contest. Moreover, gifts gained from SEO Contest is pretty big. All kinds of methods are used to occupy the first position in Search Engines. There are platforms that use Wordpress (CMS) and some are using Blogspot as a blog engine to follow in SEO Contest. This time the Sorcerer's tutorial will give a little trick that needs to be done using the platform Blogspot blogger template that is used in particular for more SEO friendly blog to support the optimization of the SERP.
1. Page TitleThe first thing to do mate is to modify the script a bit on the Title Page in Blogspot template script, usually the format of blogspot page title like this: BLOG TITLE: POST TITLE, well our blogs to be preferred by google and SEO friendly, we must change standard title page format that looks like this: TITLE OF POST | BLOG TITLE. Do I find the following code in the EDIT HTML:
<title> <data:blog.pageTitle/> </ title>
If it is able to remove 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>
Or you can add a few keywords (keywords) as below:
<b:if cond='data:blog.pageType == "item"'><title> <data:blog.pageName/> | <data:blog.title/> </ title><b:else/><title> <data:blog.pageTitle/> | Keywords | Keywords </ title></ B: if>
Replace the code "keyword" with your desired keywords. After all is finished do not forget to save your 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 kunci, kunci, said kunci, words words words kunci, kunci" /></ B: if>
Save again.
3. Installing Breadcrumbs.Breadcrumbs is a navigation menu that is on a post or article. The way the pair also discussed in this blog Sorcerer's tutorial. Please come here "How to Put on Blogspot Breadcrumbs".
4. Installing Related Post.Related post is great for SEO as well as for visitors. So pairs of related post in your blog. The trick has also been widely discussed on blogs blogging tutorial. Have a friend looking on google with keywords "how to make a related post in Blogger".
5. Turning off the setting archive (archive)Google hates 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 (blue) 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;}
source : http://tutorial.bertuah.org/2011/11/modifikasi-template-blogspot-agar-seo.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.