Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

Seo Master present to you:
Bagi yang baru terjun ke dunia blogger, pasti merasa bingung dan langsung saja membuat serta mengelolanya tanpa memperhatikan poin poin penting Kesalahan Pada Blogger Pemula, nah disini SEO-XP akan membahasnya.
Mungkin beberapa poin ini akan membantu sobat blogger agar menjadi lebih baik dari yang dulu. Ini pun terjadi pada diri saya sendiri sewaktu memulai blog yang tentunya masih asal asalan.
Dan berikut beberapa poin Kesalahan Pada Blogger

1. Memulai Blog Tanpa Memikirkan Tema

Tema sangatlah penting dalam sebuah blog. tema berfungsi sebagai identitas blog kita nantinya apakah postingan mengenai topik ini atau topik itu. Tanpa tema ibaratkan saja sebuah rumah tanpa atap. Jadi sebelum memulai menjadi blogger, kita harus memikirkan terlebih dahulu tema apa yang kita mampu untuk postingan blog kita agar sebuah blog itu mempunyai tujuan.

2. Kebanyakan Copy Paste Artikel

Ada kalanya memang kita selalu malas untuk posting dan kepala seakan kosong dari ide untuk posting apa, sehingga jalan keluarnya hanyalah copas artikel dari blog lain. Meskipun anda sudah  menghargai pemiliknya dengan mencantumkan sumber, namun kualitas artikel anda sudah tentu akan kurang. Karena kebanyakan copas bisa bisa pengunjung pun merasa jenuh dengan postingan anda. Cobalah membuat artikel karya sendiri  atau setidaknya hasil copas yang direka ulang lebih dari 75% sehingga akan sangat berbeda sekali denga artikel yang aslinya. Jika anda tidak mendapatkan ide untuk memposting cobalah untuk bergabung di dalam forum, grup, atau fans page facebook, siapa tau nanti anda akan mendapatkan ide posting.

3. Terlalu Banyak Posting Dalam Sehari

Kadang blogger newbie selalu memposting hingga lebih dari 15 artikel perharinya. Ini sangat tidak bagus terutama untuk pengunjung dan google. Google panda sangat tidak suka dengan hal ini. bisa bisa blog anda kena amukan google panda tuh! yah minimal 2 kali sehari atau lebih bagusnya 1 minggu sekali, dan ini sangat berdambak baik pada google.

4. Terobsesi dengan Widget
Banyak blogger newbie yang terobsesi dengnan widget tidak penting, cobalah memasang widget yang penting saja, mungkin saya pernah membahasnya di postingan sebelumnya " Cara Blog Kita Disenangi Oleh Google " jika widget terlalu banyak mungkin blog anda akan sangat berat.

5. Template Yang Berat

Pengunjung Pengunjung sekarang ternyata lebih tertarik setelah melihat template dibandingkan isi blog, tetapi si pemilik blog tidak pernah memperdulikan jika koneksi internet ada yang lemot. Template yang berwarna itu dan beberapa yang sudah di edit di dalam HTMLnya kemungkinan itu akan mengurangi jumlah persen SEO blog anda. jadi cobalah template template yang seperti saya saja..
hehehe

6. Terlalu Berambisi

Beberapa blogger pemula, terkadang berharap agar bisa segera mencapai ketenaran di dunia blogging dalam sekejap. jelas saja hal itu sesuatu yang sangat mustahil. dalam dunia blogging, ketenaran tidak diperoleh dalam satu hari atau dua hari saja. kalau anda menginginkan ketenaran itu, lakukan saja dengan sabar. Tentukantarget yang realistis dan masuk akan. Cobalah kalian selalu Blog walking menjaga tali silaturahmi persaudaran antar blogger dan jangan lupa tinggalkan komentar yang bermutu "Baca disini"

Sekian dulu Postingan dari saya, semoga bermanfaat.
Happpy blogging..2013, By: Seo Master
Seo Master present to you:

Code reviews are the rule at Google -- peer review reduces bugs, increases code quality, reduces maintenance cost, opens up team communication, and helps get the job done right the first time.

Like many open source developers, Google engineers used to rely on mail and textual diffs when doing code reviews. That made code reviews a drag. Mondrian, a web based code review tool, made the process much more efficient by presenting the diffs and comments right in our browser. Mondrian inspired the open source project Review Board, and led to Rietveld, and now the new code review tools are available on Google Code's Project Hosting.

Reviewing code in your project is simple: browse any source file or diff, double click on a source line to add comments, then publish your comments along with a general comment and score for the revision.
You can see code reviews in action on the code.google.com support project. So why are you still reading this? Learn how to use code reviews and don't forget to let us know what you think.2013, By: Seo Master
Seo Master present to you: Author Photo
By Jeff Kaufman, Software Engineer, PageSpeed Team

Making your site fast shouldn’t require lots of manual optimization. With mod_pagespeed, an open-source Apache module, you can automatically apply web performance optimization best practices like cache extension, image optimization, and css inlining to speed up your site without a lot of hassle. As of version 0.10.22.4, mod_pagespeed now supports A/B tests integrated with Google Analytics, allowing you to measure how much it speeds up your site on live traffic and experimentally determine the best settings.

When running an experiment, mod_pagespeed randomly assigns visitors to experimental configurations based on percentages you choose. You can run an experiment on 1% of your traffic, 100%, or anywhere in between without affecting other visitors. It also injects JavaScript to report experiment assignments back to your Google Analytics account in a custom variable. Within Analytics you can track the impact of experimental configurations on page load times, bounce rates, conversions, or any other Analytics metric.

We ran an example experiment, comparing mod_pagespeed running with default settings to mod_pagespeed in pass-through mode, on a small blog. This required adding the following lines to our pagespeed.conf:
ModPagespeedRunExperiment on
ModPagespeedAnalyticsID "UA-XXXXXXXX-Y"

# half the users get the pagespeed optimizations
ModPagespeedExperimentSpec id=3;percent=50;default

# half get an unoptimized site
ModPagespeedExperimentSpec id=4;percent=50
While this site was static and contained mostly text, it did use some JavaScript and images and had not been manually optimized. We ran the experiment for a month, over which Analytics observed 11K page views, and we saw a 20% improvement in average page load time:


experiment results

Average page load time is sensitive to outliers, however, so to better understand the effects it’s helpful to check a histogram:


detailed experiment results

The clearest change is that mod_pagespeed moved about 7% of page loads from taking 1-3 seconds down to 0-1 second, but there is also an improvement in the long tail.

We encourage you to follow the experiment framework guide and start measuring the effect mod_pagespeed has on your site.


Jeff Kaufman works on mod_pagespeed, an open-source Apache module that helps make the web faster, and is interested in experiment measurement. He also plays for contra dances, organizes other dances, and blogs about dancing, giving, and tech.

Posted by Scott Knaster, Editor
2013, By: Seo Master
Powered by Blogger.