-->

How To Edit Template To Seo Friendly



Some time ago, had mutually blogonol template and it may create confusion for visitors to see a sudden change when surfing on this blog. Turn of the template is intended to study the structure of the template and some applications that are needed in the optimal processing of the blog. Although results are still far from complete, at least it can give a little of what the solution may be through the journey.

This article comes from unrest several colleagues (including myself) when validate HTML at W3C. A question arises when the code is validated end was never valid. When I and my friends-check your work, it turns out there are some innate code bloggers affect the validation. Other things can also be influential is that when we add too much code or a widget that does not really need, even if the widget is indicated not endorse the content of our blog, of course, will affect the optimization of your blog. Finally, I conclude that not all valid templates, and although there is valid XHTML template, I think when you check will still have the error code. The solution to his friends is to reduce the error code, and you should be heartened when it was discovered the invalidity of the code in your template, which is important and not too much trouble with the performance of spider bot. I think that's enough.

After doing some study and comparison of changes in the template, either a blog that explores the supporting widgets seo, seo friendly template editing order, and also the problem edit the code to reduce the damage when you validate the code, it includes a simple template structure like that in google. The reason spiderbot will easily explore your blog and it will ensure your seo optimization. Then you just need to put some widgets that are really needed for your blog. My advice if necessary install a widget, because the blog is not a beautiful house or a luxury impressed when coupled with a variety of furniture. The basic thing that we must understand is to ask ourselves, what accessories you want to add, though simple but no less attractive in appearance. Minimal problem layout will look neat and comfortable to the eye.

Departing from the trip yesterday, I will explain how to edit your template to seo friendly and add some code to reduce code broken when validation. I apologize in advance, if I was rude to expose this issue, and frankly I open an seo master and expert in coding. I beg further guidance through constructive criticism and suggestions for my learning and development of this blog in the future. To all the blogger friends, hope this article on critics and made a study of us.

Previously I also like to thank the skipper blog, a family-madina, blogger admin, om choen, and a few friends that many bloggers give input through many articles and lectures to a friend mereka.Makasih Hacker who had visited the house yesterday, revealing a coding problem on the web which ultimately helps in maximizing the performance of this blog. Ane ente ... do not like the style; ceremony also brought his coffee again bro ... heheheeeee.

Please refer to the structure of the template below

<! DOCTYPE html PUBLIC "- / / W3C / / DTD XHTML 1.0 Strict / / EN"
      "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> goblog </ title>
</ Head>
<body>
</ Body>
</ Html>

Between <head> to </ head> is the css code and laying between <body> to the </ body> is the html code, javascript laying. While the <html> to </ html> is part of the entire contents of your template, such as the header, sidebar, content, and footer. Why do I explain this, just to make you if you want to change the template once you follow this article. My advice if you change the template please replace with seo friendly template. CSS and HTML validation issues that are often ask my friends I'll explain later. Search also use the sidebar template that only right because it will speed up loading. The reason Katika template is read at the start of the header, left sidebar, posts, right sidebar, and footer sections.

I will first explain some of the widgets that you have to add into your template, such as good content, breadcrumb, related articles, permalink, and popular entries. This widget will help ease the visitors surf on your blog and in an increase in SEO optimization of your blog. The next part of the addition and subtraction code or change the code in the template to reduce the error code in your template. I'll explain it directly in the edit template, follow these steps.

Log in to your blog
Click on the Draft
Click on Edit HTML
Widget Template check Expan

Find the code below, located on the code <head>
DOCTYPE html PUBLIC "- / / W3C / / DTD XHTML 1.0 Strict / / EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<Html expr: dir = 'data: blog.languageDirection' xmlns = 'http://www.w3.org/1999/xhtml' xmlns: b = 'http://www.google.com/2005/gml/b 'xmlns: data =' http://www.google.com/2005/gml/data 'xmlns: expr =' http://www.google.com/2005/gml/expr '>
<head>

Replace with the following code
<? Xml version = "1.0" encoding = "UTF-8"?>
<! DOCTYPE html PUBLIC "- / / W3C / / DTD XHTML 1.0 Transitional / / EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<Html lang = "en" xml: lang = 'en' xmlns = 'http://www.w3.org/1999/xhtml' xmlns: b = 'http://www.google.com/2005/gml/ b 'xmlns: data =' http://www.google.com/2005/gml/data 'xmlns: expr =' http://www.google.com/2005/gml/expr '>
<head>

Meta Tag plug in any Postings Automatically, I add this code with the basic tag eyes. Replace Meta Tag <head> everything under the code and replace it with Meta Tag below.
<b:if cond='data:blog.pageType == "archive"'> <meta content='noindex' name='robots'/> </ b: if>
<b:include data='blog' name='all-head-content'/>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<title> <data:blog.pageTitle/> </ title>
<meta content='DESKRIPSI ANDA' name='description'/> BLOG
<meta content='KATA ANDA' name='keywords'/> KEY BLOG </ b: if>
<b:if cond='data:blog.pageType == "item"'>
<title> <data:blog.pageName/> - <data:blog.title/> </ title>
<meta expr:content='data:blog.pageName ", + "+ + data:blog.title "," + data:blog.pageName' name='description'/>
<meta expr:content='data:blog.pageName ", + "+ + data:blog.title "," + data:blog.pageName' name='keywords'/>
</ B: if>
<meta content='index, follow' name='robots'/>
<meta content='2 days' name='revisit-after'/>
<meta content='NAMA ADMIN' name='author'/>
<meta content='id' name='language'/>
<meta content='id' name='geo.country'/>
<meta content='NAMA REGION ANDA' name='geo.placename'/>
<meta content='global' name='distribution'/>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'/>
<meta content='true' name='MSSmartTagsPreventParsing'/>
<meta content='blogger' name='generator'/>
<meta content='general' name='rating'/>
<link expr:href='data:blog.url' rel='canonical'/>

Remove the dotted line as shown below
    / *
    -----------------------------------------------
    Style Blogger Template
    Name: Minima
    Date: February 26, 2004
    Updated by: Blogger Team
    ----------------------------------------------- * /

Eliminate line-ending bro ----------------- * / To be like this
  / *
    Style Blogger Template
    Name: Minima
    Date: February 26, 2004
    Updated by: Blogger Team
  * /

Enter the code below the above code <body>
<! - <body> <div> </ Div> ->

Subsequently remove the code, because it is not useful anymore.
# Navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}

The code above to remove navbar that will affect the validation of your blog, it was thought his friends that navbar is not valid. If it please the critics wrong or that you please share ya know. Later you will be under if navbar will be removed, click Delete Widget.

Remove all signs of a screwdriver (QuickEdit)
You must delete the code as shown below.
<b:include name='quickedit'/>

Find the code below and delete the code.
<span class='post-icons'>
<! - Email post links ->
<b:if cond='data:post.emailPostUrl'>
<span class='item-action'>
<a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>
<img alt='' class='icon-action' height='13' src='http://img1.blogblog.com/img/icon18_email.gif' width='18'/>
</ A>
</ Span>
</ B: if>
<! - QuickEdit pencil ->
<b:include data='post' name='postQuickEdit'/>
</ Span> <div class='post-share-buttons'>
<b:include data='post' name='shareButtons'/>
</ Div> </ div>

Replace the code below.
<span class='post-icons'>
<! - Email post links ->
<b:if cond='data:post.emailPostUrl'>
</ B: if>
</ Span>
</ Div>

Attach Tag nofollow on every link of all links that contain the search label because it will be worth it when you give a backlink to a url address label on the blog spot. for example as below
<a href='http://blogonol.blogspot.com/search/label/blog%20info'> the info blog </ a>

Being like this
<a href='http://blogonol.blogspot.com/search/label/blog%20info' rel='nofollow'> the info blog </ a>

Turn off the function Archive
Attach this code under the code <head>
<b:if cond='data:blog.pageType == "archive"'> <meta content='noindex' name='robots'/> </ b: if>

If you want the settings from the settings follow these steps.

Click Settings or Settings
Click the Archive or Archive if pake Caucasian languages
​​and setting NOARCHIVE No archive or, for example as shown below.

Avoiding Duplicate Content

Attach the following code under the code <head>
<link expr:href='data:blog.url' rel='canonical' />

Replace the Heading Tag

Find the following code, if not see you replace the code with h2 h3
<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>

Replace the bold h3 to h1 then add the following code in the code]]> </ b: skin>
h1.post-title,. post Blog1 h1 h1 #, # Blog2 h1 {font-size: 1.5em;}

Then click Save Template

Attach SEO Smart Links

Enter the following code in the code </ body>
<b:if cond='data:blog.url != data:blog.homepageUrl'> <script type='text/javascript'>
autoLink function () {
this.keywdHref = new Object ();
this.add = function (keyword, href) {
if (keyword.substr (0.1)! = "") {keyword = "" + keyword;}
this.keywdHref [keyword] = href;
}
this.createAnchor = function () {
var OBJS = document.getElementsByTagName ("div");
for (var i = 0; i <objs.length; i + +) {
var obj = OBJS [i];
if (obj.className.indexOf ("post-body")> -1) {
var content = obj.innerHTML;
for (var keyword in this.keywdHref) {
var href = this.keywdHref [keyword];
var newstr = content.replace (keyword, "<a href='"+href+"'>" + keyword + "</ a>", "gi");
obj.innerHTML = newstr;
content = newstr;
}
}
}
}
this.startScript = function () {
var onLoad = window.onload;
window.onload = function () {
if (onLoad) {onLoad ();}
setTimeout ("f.createAnchor ()", 100);
}
}
}
</ Script>
<script type='text/javascript'>
autoLink var f = new ();
f.add ("PLEASE ENTER YOUR PASSWORD ONE", "http://ALAMAT ANDA.blogspot.com BLOG /");
f.startScript ();
</ Script> </ b: if>

This keyword is Case Sensitive, which means if you enter the tutorial, the tutorial says in capital letters will not be legible. So select the words that you frequently use when writing your article.

Got here first how to edit the template to seo friendley, if there is any help at critics. So and hopefully useful for all.


Related Posts

Posting Komentar

Subscribe Our Newsletter