Kamis, 10 Februari 2011

How To Edit A Blogspot / Blogger Template For Seo Friendly

Seo Local

Seo Local
How To Edit A Blogspot / Blogger Template For Seo Friendlly - Looks like Seo Local'm crazy for learning about SEO. So this posting is still on Tips SEO (Search engine optimization). Post time is a collection of all the ways that Local Seo know about SEO to a template blogger / blogspot us. So if something is missing please the friends of science bloggers who add friends have through the comment section. Tutorial step by step to edit the template blogger / blogspot for SEO Friendly is only one way to improve the SERP. Well from the friend fell asleep listening to waffle Local Seo is not clear, it's better we directly discuss the step by step SEO Complete Guide to blogger templates:

1. Page Title
Usually the format of the page title of bloggers like this: TITLE BLOG: TITLE POST, well our blogs to be preferred by google so that the edges of our blog so crowded, we must change the page title format standard it becomes 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>

If you already get the code to delete 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 friends 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/> | keyword | Keyword </title>
</b:if>

Replace the code "keyword" with keywords that friend seek. After all is finished do not forget to save your template.

2. Meta keyword and description
A search engine like google is like a website / blog a clear theme and content of its content. So, friends should add 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 , kata kunci, kata kunci, kata kunci , kata kunci" />
</b:if>]

And save.

3. Breadcrumbs install
Breadcrumbs is a navigation menu on top of a post or article. Examples can be seen his blog this Local Seo. How to pair also been much discussed on blogs blogging teacher. Please friend search on google with keywords "how to make breadcrumbs menu."

4. installing Related Post
Related posts are very good for SEO as well as for visitors. So pairs of related post on the blog friends. The trick has been much discussed on blogs blogging teachers. Please friend search on google with keywords "how to make a related post on blogger."

5. Off the archive settings (archive)
Well? Local Seo for what? This way, as the Local Seo said earlier that google hates duplicate content with that name. So when we turn on the option file, such as happens like this:
friends created a blog on blogger.com. then make 3 posts, 1 fruit every day. So on the main page or homepage companions will have 3 posts and an archive link like this, http://yourblog.blogspot.com/2011_03_01_archive.html, on the archive page will bring up three posts that appear similar to those in the homepage.
In essence, 2 pieces of 2-page links to a different but have the same content. For what else google search engine this is a serious problem. Therefore, we should switch to non-archive option, how: after login click the settings tab>> Archiving> Archiving in the frequency change to be no archive. >> Finished save the settings.

Or if you do not want to disable the function of the archive, please put the following code under the code
<head> :
<b:if cond='data:blog.pageType == &quot;archive&quot;'><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 was unable to tolerate a duplicate content. His way in the edit html add the following code after the code  <head>         

<link expr:href='data:blog.url' rel='canonical' />

Save and Finish.

7. Heading Tag
Google is like an inscription or title with H1 tags. Therefore, change the size of the title of the post companions with H1 tags. 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 deleted and the change of the H3 (or in some templates using h2) to h1. After that add 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 Seo Local Only know about how to edit the blogger template we'll be more SEO Friendly. Please try, almost forgot, be great if the blog posted read more of his companions. Local Seo but not discussed because the average blogger has set up its read more. Thank you.

Recommended Posts :

2 komentar:

Magento mengatakan...

Thanks for sharing the tips.We are doing the same thing for the On page optimization process.Its nice that we can also change the Blogger for this.It will be more helpful for my work.
Web Design Bahrain

Anonim mengatakan...

Really this is very good blog thanks for the time you took in writing this post.I would like to come on this blog again and again.
Joomla developer

Posting Komentar