RSS

Seo Tips How to Avoid Duplicate Content Blog

0 comments

Google beserta search engine lainnya sangat membenci yang namanya duplikat konten, "mereka" bakalan menjatuhkan hukuman bagi blog yang ketahuan menggunakan duplikat konten, bisa berupa diturunkannya pagerank atau yang paling kejam dihapus dari blogger sendiri.

Nah untuk menghindari duplikat konten didalam blog kita sendiri, bisa menggunakan script dibawah ini,

Caranya :
Login ke Blogger �> Dashboard �> Layout �> Edit HTML
lalu paste kode berikut di bawah tag <head>
<b:if cond='data:blog.pageType == &quot;archive&quot;'><meta name="robots" content="noindex, follow" /></b:if>

Script ini akan memberitahukan crawler mesin pencari untuk tidak mengindeks halaman archive blog.

Anda Membaca Artikel : Seo Tips : Cara Menghindari Duplikat Konten Blog
Continue Reading... Labels: ,


Script SEO for Blogger

0 comments

Wordpress plugin that works to change every word to the keywords we have specified, and now this plugin can be installed on blogspot.

How this script works?
This script will read every word on every article, for example if we define the word "SEO" in the script, then automatically all pages that have the word "SEO" will become a link.

Apply to blogspot, follow this step :

   1. Sign into Blogger dashboard » Edit HTML
   2. Find this code </body>, copy and paste the following code above the code </body>

      <b:if cond='data:blog.url != data:blog.homepageUrl'><script type='text/javascript'>
      function autoLink(){
      this.keywdHref = new Object();
      this.add = function(keyword, href){
      if(keyword.substr(0,1) != &quot; &quot;){keyword = &quot; &quot; + keyword;}
      this.keywdHref[keyword] = href;
      }
      this.createAnchor = function(){
      var objs = document.getElementsByTagName(&quot;div&quot;);
      for(var i=0; i&lt;objs.length; i++){
      var obj = objs[i];
      if(obj.className.indexOf(&quot;post-body&quot;)&gt;-1){
      var content = obj.innerHTML;
      for(var keyword in this.keywdHref){
      var href = this.keywdHref[keyword];
      var newstr = content.replace(keyword, &quot;&lt;a href=&#39;&quot;+href+&quot;&#39;&gt;&quot;+keyword+&quot;&lt;/a&gt;&quot;, &quot;gi&quot;);
      obj.innerHTML = newstr;
      content = newstr;
      }
      }
      }
      }
      this.startScript = function(){
      var onLoad = window.onload;
      window.onload = function(){
      if(onLoad){onLoad();}
      setTimeout(&quot;f.createAnchor()&quot;, 100);
      }
      }
      }
      </script>
      <script type='text/javascript'>
      var f = new autoLink();
      f.add(&quot;seo&quot;, &quot;your blog url&quot;);
      f.startScript();
      </script></b:if>

      Notes :
          * Replace the text SEO with the keywords you want.
          * Change your blog url with the address of your blog.
          * IMPORTANT!! KEYWORDS SUBMITTED ARE CASE SENSITIVE
   3. Save, Smart link SEO plugin is now installed on your blog
Continue Reading... Labels: , , , , ,


Maximize SEO on Blogspot : Just like WP

0 comments

Seo is one important factor for the "continuity" of a blog, therefore a lot of bloggers use some seo techniques, whitehat seo or blackhat seo.

For wordpress users may be somewhat ameliorated by the number of Seo Plugin for Wordpress, depending on how the kits to choose the plugin.

But for blogspot users, such facilities will never be found, so that wordpress is more superior than blogspot.

Now we will try to make a blogspot like wordpress, especially in terms of seo, so our blog is preferred by search engines.

Here are some steps that can be done for blogspot preferred search engine such as wordpress.

  • Meta Tag Blog
    We start from the very top of the html code of the Meta Tags Blogs, For the meta tags, use the meta tag generators are widely available on the internet, or to maximize the SEO you can create blog label/tag to be keywords.
  • Blog Title
    The default title on blogspot = Blog title - Article title
    well, replace it with Article title - Blog title
    Find this code :
    <title><data:blog.pageTitle/></title>
    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>
  • Add code rel = canonical
    This code serves to protect the content of your blog, so if there is copying, search engines will consider it spam
    add the code under the <head> tag
  • Change H3 -> H1
    Search engines are very pleased to "read" an article by using H1 tags,
  • Add smart SEO link pluginSEO plugin which originally had a wordpress, for which it awaited the next post yach, or if it is dying can be read here
  • Creating BreadCumb
  • Add also Related Post
Maybe this seo tips for blogspot to be more easily known search engines, if anyone else will be written again.


Leave comment about Maximize SEO like Wordpress on Blogspot
Continue Reading... Labels: , , ,


SEO optimization on Article title

0 comments

There are many ways for SEO Optimization performed on blogger, one with Optimizing SEO in the title posts.

Still confused huh?
OK, let's discuss one by one though more details.



In the blog code, the title of the post was written by <h3>
Well this is where the location of his SEO optimization, by changing the code of <h3> be <h1>

Now the stage of replacement code.

Steps

  1. Log in blogger and then choose Edit html
  2. Tick the Expand Widget Templates
  3. Find this code
    . post h3 {
    . post h3 a,. post h3 a: visited,. post h3 strong {
    . post h3 strong,. post h3 a: hover {

    then replace it with a h1
    So the code will be like this
    .post h1 {
    .post h1 a, .post h1 a:visited, .post h1 strong {
    .post h1 strong, .post h1 a:hover {

    Scroll down and look for code like this
    <h3 class='post-title entry-title'>
    (use ctrl + f to facilitate the search)
    and replace with
    <h1 class='post-title entry-title'>
  4. Save the template


As I said above, this technique is used to make search engines more attention to the title of our posts because we use the code <h1>.

Hopefully these tips can be useful
Continue Reading... Labels: , , , ,


Maksimalkan SEO pada Blogspot Layaknya Wordpress

0 comments

Seo lagi seo lagi, cape deh....
Tentu capek lah kalau mikirin seo, mudah diteori tapi prakteknya, ampun susah banget.

Mungkin kata-kata diatas paling pas jika kita mau membicarakan seo for blogspot, karena sudah banyak banget teori (baca : tips) Seo yang dibeberkan para penulis blog yang entah si penulis/pemilik blog tersebut menerapkan tips tersebut atau tidak.

Oke, kembali ke pokok masalah, membuat blogspot lebih seo friendly layaknya wordpress.
Pertama yang harus dilakukan tentu saja
login ke blogspot - Edit HTML lalu :

  • Meta Tag Blog
    Kita mulai dari code html paling atas yaitu Meta Tag Blog,Untuk meta tag gunakan meta tag generator yang banyak tersedia di internetAtau untuk lebih memaksimalkan SEO bisa Membuat Label Menjadi Keyword caranya akan saya tulis lebih lanjut di artikel berikutnya
  • Title Blog
    Standartnya judul diblogspot adalah Judul blog - Judul postingan, nah ganti mode itu dengan Judul postingan - Judul Blog, caranya :
    cari code :
    <title><data:blog.pageTitle/></title>
    Hapus dan ganti dengan code berikut ini :
    <b:if cond='data:blog.pageType == "item"'>
    <title><data:blog.pageName/> | <data:blog.title/></title>
    <b:else/>
    <title><data:blog.pageTitle/></title>
    </b:if>
    lalu save template.
  • Tambahkan code rel=canonical
    code ini berfungsi untuk melindungi content blog kita, agar jika nanti ada yang meng-copy, search engine akan menganggap itu spam, tambahkan code tersebut dibawah code <head>
    <link expr:href='data:blog.url' rel='canonical' />
  • Ganti tag H3 judul postingan dengan tag H1
    Search engine sangat senang "membaca" sebuah artikel dengan judul menggunakan tag H1,
    Caranya : cari code .post H3 a, .post H3 a:visited, .post H3 a:hover dan ganti dengan .post H1 a, .post H1 a:visited, .post H1 a:hoverlalu cari code seperti ini :
    <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>
    Ganti H3 menjadi H1 juga.
  • Menambahkan smart link plugin SEO
    Plugin SEO yang aslinya punya wordpress,untuk yang ini ditunggu di postingan berikutnya yach, atau jika sudah kebelet bisa dibaca disini
  • Membuat BreadCumb
  • Tambahkan juga Related Post atau artikel yang berhubungan


Mungkin sekian dulu tips seo untuk blogspot agar lebih mudah dikenal search engine, jika ada yang lain nanti akan ditulis lagi deh.

Udah jam 2 pagi nie,ngantuk, besok kuliah nie..hihiii

Anda Membaca Artikel : Maksimalkan SEO pada Blogspot Layaknya Wordpress
Continue Reading... Labels: , , ,


Panduan Mengirim Submit Sitemap Ke Google dan Yahoo

0 comments

Mengirim Sitemap blogspot ke google dan yahoo akan membuat blog kita sering dikunjungi oleh mesin-mesin crawl dari kedua situs tersebut.

Dengan begitu setiap kita selesai menulis postingan "kemungkinan" besar dengan cepat juga akan di index oleh Search Engine mereka,sangat mengguntungkan bukan?

Untuk cara mengirim Sitemap ke Google sangatlah mudah :

1. Masuk ke Google Webmaster Tool
2. Klik blog yang (sudah didaftarkan) ingin di kirim Sitemapnya
3. Untuk Blogspot tinggal menambahkan /atom.xml, jadi untuk sitemap blog ini akan menjadi http://infonewsglobal.blogspot.com/atom.xml.
4. Klik Submit Sitemap untuk mengirim
5. Selesai

Untuk mengirim sitemap ke Yahoo, caranya :

1. Masuk ke Yahoo Site Explorer, dengan login ke akun yahoo anda terlebih dahulu tentunya.
2. Masukkan URL blog yang ingin dikirim Sitemapnya.


Submit Site Yahoo



3. Untuk verifikasi, silakan pilih META TAG dan sisipkan di HTML blog


Site Submit at Yahoo


4. Silakan klik blog yang baru didaftarkan tadi.5. Di menu pilihan kiri, pilih Feeds untuk mengirim sitemap

Site Explorer Yahoo



6. Bagi Anda pengguna blogspot, Anda bisa memasukkan feeds/posts/default atau feeds/posts/default?alt=rss pada kolom yang tersedia. Terakhir klik tombol Add Feed
7. Langkah pengiriman sitemap selesai

Semoga setelah mengirim sitemap ke google dan yahoo, blog kita akan lebih sering dikunjungi oleh crawler mereka.

Anda Membaca Artikel : How to Submit SiteMap at Yahoo
Continue Reading... Labels: , ,


 
Return to top of page Copyright © 2010 | Flash News Converted into Blogger Template by HackTutors