Minggu

Meta Tags Deskripsi/Keyword Otomatis for SEO Blogger | Blog SEO Test™



Untuk urusan SEO blog khususnya blogger, terkadang kita harus melakukan uji coba(eksperimen). Dari hasil uji coba pemilik blog Blog SEO Test pemilik blog menulis tips memasang meta tag deskripsi & keyword otomatis buat SEO Blogger yg telah mereka terapkan untuk berbagi ilmu, pengalaman juga pengetahuan dengan teman-teman blogger agar blog kita semakin baik dalam peringkat search engine dan bisa bersaing (persaingan sehat) dgn blog/situs yg lebih dulu/lama melakukan blogging.





Tidak bisa dipungkiri, bahwa meta description atau meta keyword blog sangat penting untuk di pasang agar bisa memberikan penjelasan detil tentang misi, tujuan dan target dari blog kita kepada bot/crawler.


Tetapi yg seringkali dilupakan adalah - bahwa meta deskripsi / kata kunci blog juga untuk membantu pengguna internet yg melakukan pencarian di mesin pencari agar mendapatkan penggalan informasi yg melengkapi sebuah judul posting blog lebih relevant, sehingga mereka akan melakukan klik untuk masuk dan melihat isi keseluruhan dari judul dan deskripsi(penjelasan) di search results.





Seringkali blogger hanya berfikir bagaimana cara blog berada pada posisi halaman pertama paling atas di mesin pencari, tapi sebenarnya tanpa didukung meta deskripsi yg relevan dan benar, itu tidak akan mengundang mereka (pengguna iternet) melakukan klik utk mengetahui sumber posting dari judul dan deskripsi yg di tampilkan search engine results.





Ok, mari kita pelajari lebih lanjut bagaimana meta description / keyword agar bekerja dgn baik pada blog. Berikut adalah contoh meta tags description/keyword yg sy gunakan pada awal membuat blog, pernah di posting cara terbaik memasang meta tag blogger SEO friendly, di asumsikan, anda sudah tau & menggunakannya.



Kemudian kita tambahkan meta tags description / keyword menjadi seperti berikut :




    <b:include data='blog' name='all-head-content'/>

<!-- Start blogseotest.blogspot.com: Changing the Blogger Title Tag  -->

    <b:if cond='data:blog.pageType == &quot;item&quot;'>

    <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:else/>

    <title><data:blog.pageTitle/></title>

    <meta name='DESCRIPTION' content='DESKRIPSI UNTUK BLOG ANDA'/>

    <meta name='KEYWORDS' content='KATA KUNCI/KEYWORD BLOG ANDA'/>

    </b:if>

<!-- End blogseotest.blogspot.com: Changing the Blogger Title Tag  -->

Maka hasilnya di search result seperti ini :



Untuk halaman posting :


Meta Tags Deskripsi

Untuk halaman Beranda / Home :


Meta Tags Keyword Otomatis




Nah, saat meneliti hasil dgn meta tags di atas, agaknya kurang cocok/sesuai dengan yang kita inginkan. Karena berdasarkan optimasi SEO, hasil di atas kurang memberi deskripsi
yang bisa melengkapi judul posting. Kecuali hanya menampilkan judul +
nama blog diulang 2 kali. Dan hasilnyapun kurang bagus di posisi search
engine juga kurang mengundang klik pengguna internet. Maka, penulis mencari alternativterbaik dgn menghilangkan meta deskripsi untuk halaman posting - <meta expr:content='data:blog.pageName + ", " + data:blog.title + ", " + data:blog.pageName' name='Description'/>, kenapa begitu ? :


Alasannya karena walaupun tanpa meta description,
Blogger sudah menyediakan fasilitas otomatis mengambil deskripsi dari
paragraf awal dan paragraf akhir dlm setiap posting artikel, kemudian
megambil setiap keyword/kata kunci dari keseluruhan artikel berupa snippet yg kita beri tanda dgn sengaja (huruf tebal/huruf miring) atau bot/crawler sendiri yg akan menentukan apa adanya.




Lalu, setelah penulis mencoba hilangkan meta deskripsi utk halaman posting tapi masih tetap mempertahankan meta keyword otomatis
(kata kunci berbeda pada setiap posting, menyesuaikan dgn judul) -
<meta expr:content='data:blog.pageName + ", " + data:blog.title + ", "
+ data:blog.pageName' name='Keywords'/>, maka hasilnya seperti ini :




Meta Tags Deskripsi/Keyword Otomatis


Silahkan lihat perbedaan judul dan deskripsi yg tertata rapi mulai dari
kata pengantar > kategori > tags > judul, tentu SEO friendly
(menurut penulis).


Hasil di atas tentu saja perlu sentuhan kreatif saat proses menulis
artikel pada awal paragraf dan ahkir paragraf supaya menampilkan
deskripsi berkaitan dgn judul (relevant). Dan itu tergantung pada
pilihan dan cara anda utk menyesuaikannya agar meta tags deskripsi / keyword otomatis untuk seo blogger bekerja secara sempurna. Semoga berguna, sukses!



Terima kasih kepada penulis artikel ini, Saudara:



Author




»


Agief Ikhsan





Meta Tags Deskripsi/Keyword Otomatis for SEO Blogger | Blog SEO Test™







efek animasi loading halaman dengan css3 pada blogger










 efek loading ini hanya dibuat dengan CSS, untuk menambahkan efek menarik ini di blog anda, silahkan ikuti
langkah-langkah berikut:



1. Untuk menampilkan efek load diatas pada halaman Anda, letakkan kode berikut sebelum tag ]]></b:skin> dalam template blog anda



#loadhalaman {position:fixed;opacity:0.93;top:0;left:0;background-color:#000;z-index:9999;text-align:center;width:100%;height:100%;padding-top:20%;color:#000;display:none;}
.loadball {background-color: transparent;border:5px solid rgb(240 ,0 , 0);border-right:5px solid transparent;border-left:5px solid transparent;border-radius:50px;box-shadow: 0 0 35px rgb(255 ,0 , 0);width:50px;height:50px;margin:0 auto;-moz-animation:spinPulse 1s infinite ease-in-out;-webkit-animation:spinPulse 1s infinite linear;}
.loadball-2 {background-color: transparent;border:5px solid rgb(240 ,0 , 0);border-left:5px solid transparent;border-right:5px solid transparent;border-radius:50px;box-shadow: 0 0 15px rgb(255 ,0 , 0);width:30px;height:30px;margin:0 auto;position:relative;top:-50px;-moz-animation:spinoffPulse 1s infinite linear;-webkit-animation:spinoffPulse 1s infinite linear;}
@-moz-keyframes spinPulse {0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px rgb(255, 0, 0)}50% { -moz-transform:rotate(145deg); opacity:1; }100% { -moz-transform:rotate(-320deg); opacity:0; }}
@-moz-keyframes spinoffPulse {0% { -moz-transform:rotate(0deg); } 100% { -moz-transform:rotate(360deg); }}
@-webkit-keyframes spinPulse {0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px rgb(255, 0, 0)} 50% { -webkit-transform:rotate(145deg); opacity:1;} 100% { -webkit-transform:rotate(-320deg); opacity:0; }}
@-webkit-keyframes spinoffPulse {0% { -webkit-transform:rotate(0deg); } 100% { -webkit-transform:rotate(360deg); }}



2. Masukkan kode di bawah ini sebelum kode tag </body>



<div id='loadhalaman'>
<div class='loadball'></div>
<div class='loadball-2'></div>
</div>
<script type='text/javascript'>
$(function() {
var siteURL = "http://" + top.location.host.toString();
var $internalLinks = $("a[href^='"+siteURL+"'], a[href^='/'], a[href^='./'], a[href^='../']");
$internalLinks.click(function() {
$('#loadhalaman').fadeIn(1500).delay(6000).fadeOut(1000);
});

// Hilangkan overlay saat diklik untuk mengatasi gangguan, terutama jika link internal diset dengan target='_blank'
$('#loadhalaman').click(function() {
$(this).hide();
});
});
</script>



demikian semoga berguna dan bisa membuat blog anda lebih menarik....




Google Keyword Tool Box



Google "Keyword Tool" and Webmaster Help











Google Keyword Tool
 



Newest Version



















WHAT is a Keyword?



A keyword is any word or short phrase that describes a
website topic or page. - The more a keyword is used by searchers and
websites the more attraction power it has.





Keyword Tool - DOES IT HELP?



If you want your website to attract searchers, you need to
use strong keywords in your website titles and website text . These
brief words should realistically identify and describe your site.



Keyword Tool is the world standard of webmaster research to test
search words in use and to find new keyword suggestions.


 
HOW does Keyword Tool Work?


Type in a word or phrase, or website
name.
Tool will show you a list of similar keywords with a count of
how often each word is searched. The competiton column shows words
advertisers think have most value.





WHO uses Keyword Tool?

(1) Website owners use tool to test and find best keywords to increase their website showing up on Search Engine pages.



(2) Advertisers with AdWords are main users of this tool, testing keywords to bid on for top ad placement on search pages.


 
(3) Sites earning Google income with AdSense use tool to help focus page topics, then select ad choices and ad locations for ads allowed on their web site.



Newest Version: Google has offered different variations of this tool with different URL adresses including the old
Search based Keyword Tool.



Google recently combined all tools into one. This version replaces older versions.



See also: Keyword Tool for Beginners and Keyword Video.












Google "Webmaster Tools" and Webmaster Help























  •   Webmaster Central Tool Set


    Google interactive tools, advice and alerts for webmasters to build, watch and manage a high visibility website.



    interactive Power Tools for serious beginner or
    advanced webmasters. Each tool has clear how-to steps and information.
    These tools do many things like verifing "site health" and giving tips
    for improvements for a stronger site. Tools give detailed feedback on
    your website.




    See Webmaster Guidelines for more details about Google crawling and indexing of your website and your website pages.
    Learn a lot more about SEO at
    Webmaster Academy.








  •   Website Analytics

    Professional Website Analysis gives research and live feedback on your website activity and search performance.



    Web owners can easily track visitors and identify poor performing pages. Dashboard gives improvement ideas. It can track real life campaign goals. Integrates with AdWords. New and experienced webmasters can benefit greatly from this friendly but advanced research program.





  •   Google+ for Webmasters


    Large Social Network for people with websites to host Brand Pages and to communicate individually or to groups.




    Webmasters can create Brand Profiles
    with information, updates, news, photos and links to favorite website
    items. They use their Connection Circles grow related friend circles,
    client circlesor even favorite topic circles.



    Webmasters use Google+ group texting. And marketing experts
    can host Live Web Video Events with up to 9 people in Live Video
    Hangouts. Google+
    network is growing fast. It has many strong SEO benefits for websites. Intro: Google+ Video




  •   Webmaster Gadgets

    Add fun or practical gadgets to your website. to install on your website or computer desktop. Find these tools listed under desktop sidebars and website tools. More can be found in Gadget Catalog and similar items are under Google Features.



  •   Website Trends Tester

    See what searchers care about. Does your site match popular topics that searchers are seeking?



    Webmasters can test current trends and find new trends for their
    website. Enter 1-5 topics for History Timeline of "search" and "news" by
    country or US region.



    The Hot Trends tool shows Top 100 in past 24 Hours.
    For advanced research try Google Insights with data pools, catagories and geo-metro selection.





  •   AdSense Webmaster Income

    Income earning program
    for websites. The web owner gives Google website space for ads. Payment
    is based on ad clicks. Ads are often similar to web topics.




    Free AdSense account give the Webmaster has
    choices
    of how the ads will appear. Ads options are text, display, video or
    mobile. Web owner also has control to block or allow certain ads.
    Webmaster can earn additonal income by installing a search box on their
    website, and earn if ads are clicked on search results pages.



    Adsense payout is based on amount of your visitors and if they click on any ads. The ads come from Advertisers using Google AdWords.





  •  

    Free Webmaster Blog


    Professional Blog System lets you create multiple blogs, each with many feature add-ons and SEO-enabled free hosting.



    Blogger is one of world's top Blog choices.
    100% free. Easy to setup, manage, and add posts with text, photos or
    videos. No database worries. Many Blogger Themes, capabilities and
    add-ons. Some overall size limits. See Blogger demo video. You can earn extra income by clicking the option to allow AdSense ads.




  •   Index New Website Name


    Is your NEW website still waiting to be found? Is your site name missing from search pages? This might help.



    Search engines can take weeks or months to find
    and add new website names to their INDEX list. To speed-up your site
    appearing in a SERPs (Search Engine Result Pages) try using Content Submission.



    To see if your website is indexed, use Verify Googlebot. If your website uses a street address, for quicker indexing consider adding Google Geo-Target and Yahoo Geo-Target. Google gives valuable authority to each of these inbound links to your site.




  •   +1 Button for Websites

    Google account users click to show who they like.



    Your website search value can be improved when visitors click a +1
    button on your site. To install requires an +1 account. For more help
    view +1 Video. You have options to select size and shape with badge code. You can place buttons can be in any public area of your site. +1 Help.





  •   Chrome Web Tester



    Google's new technology browser.
    Chrome is a newer and faster browser with many add-ons. Some
    webmasters also use it to test how a website appears to others. This
    requires installing several browsers (IE, Firefox, Safari, etc.) on the
    same computer.



    Watchful webmasters should often open two or more browsers at the
    same time and compare how each displays their site. Sometimes layout
    difference is minimal, sometimes quite different.







Google Webmaster SEO Starter Guide - Originally written for Google Employees to improve website performance with users and search engines. Related Terms: SERP - Search Engine Rank Position  | 

PageRank (PR)
- Named for Google Co-founder, Larry Page. The PR Scale of 0-10 rates a
web page. In the past, rank was based on the number of high ranking
links pointing to the website. Recently factors like relevance and
quality have gained importance. This website's current PR rating: 
Google PageRank Checker


Sabtu

Google trend Penelusuran terkait




Penelusuran terkait Istilah penelusuran


Teratas








Naik daun












Penelusuran terkait Lokasi



Teratas











Naik daun










Penelusuran terkait Rentang waktu


Teratas







Naik daun













Google trends












http://www.google.com/trends/













Google Trend










Penelusuran TerpopulerSematkan

















HAM Pancasila: Jalan Tengah antara Kebebasan dan Tanggung Jawab Sosial

HAM Pancasila: Jalan Tengah antara Kebebasan dan Tanggung Jawab Sosial   I. Pendahuluan: Mengontekstualisasikan Hak Asasi Manusia di Indones...