Make Seo Friendly Tempalte

Make Seo Friendly Tempalte

many ways to improve the quality of the SEO blogs or websites one by creating templates SEO FRIENDLY, besides the use of appropriate keywords in adword and saw rivals are proven ways to enhance our position in the RESP, if you want to make seo friendly tempalte please follow the ledge below :
  1. login to blogger
  2. Design
  3. Edit html
  4. Expand Widget Templates
  • The next step change your blog title
search this code <title><data:blog.pageTitle/></title> use < ctrl+F >
remove and replace the code with the code below

<b:if cond='data:blog.pageType == "index"'>
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>
  • The next step pairs of meta description and meta keywords below after the codeabove
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<meta name="description" content="your blog description" />
<meta name="keywords" content="your blog keyword" />
<b:else/>
<meta name="description" expr:content=’data:blog.PageName "- your blog description"’ />
<meta name="keywords" expr:content=’data:blog.PageName ", your blog keyword"’ />
</b:if>
  • then change the heading tags with H1because it is usually a standard template using tags like H2 and H3 headings below
<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>

remove and replace the code with the code below

<b:if cond='data:post.title'>
<h1 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>
</h1>
</b:if>
  • then find this code ]]></b:skin> < use ctrl+F > and place the code below right before the code was
h1.post-title, .post h1 #Blog1 h1, #Blog2 h1 { font-size:1.5em; }
  • save template
Now the template you are already a SEO FRIENDLY good luck





1 comment:

Anonymous said...

nice post , ,
ini yg saya cari bang..(ga bsa bhs inggris)