Top 5 Situs yang Wajib Digunakan Blogger

Top 5 Situs yang Wajib Digunakan Blogger
SETIDAKNYA ada 5 Situs Web atau Laman yang wajib dikunjungi dan dimanfaatkan para blogger untuk kebaikan dan kesuksesan blognya. 

Bahkan, tiga di antaranya harus dibuka sebelum memilih template blog SEO Friendly yang bagus buat indeks Google.

Kelima situs yang harus digunakan para blogger itu bisa kita sebut sebagai Online Blogging Tools. 

Di situs-situs inilah kita bisa melihat skor SEO sebuah template blog, kecepatan tampilannya (loading speed), dan struktur datanya.

Top 5 Blogging Tools Sites
  1. Chkme
  2. GT Metrix
  3. Structured Data Testing Tool
  4. Google Webmaster
  5. Feedburner 
CHKME - Uji Skor SEO 
Chkme adalah situs untuk mengetes ke-SEO-an blog atau template. Jadi, sebelum Anda menggunakan atau menentukan template yang akan digunakan, cek dulu skor SEO-nya di sana. Standar Skor SEO yang baik adalah minimal 80.  

Banyak situs lain yang juga menilai SEO blog, tapi yang paling populer CHKME karena simple dan panduan perbaikannya mudah diikuti newbie sekalipun.

GT Metrix - Uji Fast Loading
GT Metrix adalah situs untuk menguji kecepatan loading template. Skor standar yang bagus buat SEO dalah B (80), yang terbaik tentu saja nilai (A), yaitu 90% ke atas.

Structured Data Testing Tools
Laman  ini disediakan Google untuk mengetes apakah blog Anda bisa dibaca (diindeks) oleh Google atau tidak. Struktur data blog yang baik tidak ada warning/error. Artinya, template blog sudah baik dan akan mudah dan cepat diindeks Google.

Banyak blogger mengeluh blognya sepi pengunjung. Kemungkinan salah satu penyebabnya adalah struktur data blognya error.

Google Webmaster
Begitu Anda membuat blog, segera buka Google Webmaster agar blog Anda terdaftar dengan cepat di mesin pencari Google. Nanti ada panduan optimisasi SEO lebih lanjut.

Lebih baik lagi daftar pula ke Google Analytic.

Feedburner
Masih milik Google, Feedburner adalah layanan pembuatan RSS Feed sehingga konten blog kita tersebar atau terdistribusikan via email dan media sosial (Twitter) secara otomatis. Di Feedburner pula ada kode untuk membuat Kotak Berlangganan (Subscribe Box).

Nah, itulah ulasan ringkas tentang Top 5 Situs yang Wajib Digunakan Blogger. Good Luck!

25 Cara Promosi Posting Blog untuk Menambah Jumlah Pengunjung

25 Cara Promosi Posting Blog untuk Menambah Jumlah Pengunjung
BAGAIMANA cara mempromosikan posting blog untuk menambah jumlah pengunjung (trafik)? Mari kita intip bagaima tips dan pengalaman para blogger di luar sana mempromosikan blognya untuk menarik pembaca.

Setidaknya ada 25 cara mempromosi posting blog untuk menambah jumlah pengunjung dan menaikkan popularitas blog kita.

Tips berikut ini ada di forum blogger Quora.
  1. Post to Twitter
  2. Post to Facebook
  3. Post to Google+
  4. Comment on a bunch of commentluv blogs so people can see your recent post
  5. Submit it to blog voting sites like http://Bizsugar.com orhttp://blogengage.com or Hacker News
  6. Deep link to other bloggers posts so they will be sent trackback notifications, getting them to your site might get it mentioned elsewhere - engaging with other bloggers is the best way to get your content promoted.
  7. Mention other people and products in your post and send out tweets letting them know they were mentioned.
  8. Get guest bloggers who will often promote the post to their audience (ex / current journalists have a healthy audience)
  9. Send an email newsletter to your list with a personalised intro and a link to the blog post (I use MailChimp it's great).
  10. Go into forums that are are active in and look for threads that your post relates to, if rules permit reply with a link to the post.
  11. Update your forum signature every time you release a new post.
  12. Use WiseStamp so your email signature always shows your latest post.
  13. Comment on Other blogs
  14. Comment on forums in your niche market
  15. Print out business cards and hand them out
  16. Link your blog in your email signature
  17. Link your blog in your forum signature
  18. Submit your blog to Google
  19. Submit your blog to Yahoo!
  20. Build your links through relationships with other bloggers
  21. Build authority on your niche market
  22. Submit to website directories
  23. Create iPhone App for your website
  24. Do something that has never been done
  25. Create joint ventures with other bloggers
Nah lho, banyak bangiiit...!!! Silakan coba.

Kode Heading Tag H1 untuk Logo Image Blog

Kode Heading Tag H1 untuk Logo Image Blog
Kode Heading Tag H1 untuk Nama Blog (Blog Title) yang menggunakan Logo Image (Gambar). Dengan kode ini nama blog akan tetap menjadi H1, tidak akan hilang.

Why is the H1 Tag so Important?
Kenapa oenting banget H1 Tag ini? Jawabannya:

"The H1 tag is the most important heading because it’s the highest level tag that shows what your specific page is about. Search engines generally give this tag more weight over other headings, so it usually improves your search engine ranking when you use it correctly and in conjunction with other onsite SEO techniques."
Kode Heading Tag H1 untuk Logo Image Blog
Kodenya:

<b:if cond='data:blog.pageType != &quot;item&quot;'>
  <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
            <h1 style='text-indent:-9999px;margin:0 0 0 0;padding:0 0 0 0;height:0px;'><b:include name='title'/></h1>
          </b:if>
</b:if>

Simpan di bawah kode:

<!--Show the image only-->
      <div id='header-inner'>

atau sebelum kode:
        <a expr:href='data:blog.homepageUrl' style='display: block'> 

Jadinya seperti ini:

<!--Show the image only-->
      <div id='header-inner'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
   <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
            <h1 style='text-indent:-9999px;margin:0 0 0 0;padding:0 0 0 0;height:0px;'><b:include name='title'/></h1>
           </b:if>
</b:if>
        <a expr:href='data:blog.homepageUrl' style='display: block'>
          <img expr:alt='data:title' expr:id='data:widget.instanceId + &quot;_headerimg&quot;' expr:src='data:sourceUrl' style='display: block'/>
        </a>
        <!--Show the description-->

Post Title: Kode Heading Tag H1 untuk Logo Image Blog