SEO Wordpress Code 2014 JackSparrow 6:03 AM Add Comment Edit I use simple code to make my sites SEO Friendly without plugin. Simply just paste below codes as i collected Read More
Prevent Duplicate Content using "canonical" JackSparrow 5:59 AM Add Comment Edit Just paste this code on header.php between <head>..</head> <link rel="canonical" href="<?php the_permalink... Read More
Dynamic Itemprop For Wordpress SEO JackSparrow 5:55 AM Add Comment Edit Just Paste this code on your header.php <meta itemprop="name" content="<?php esc_attr( the_title() ); ?>"> ... Read More
Remove blog description/name on title on single post JackSparrow 5:04 AM Add Comment Edit Just paste this code on header.php <title><?php if( is_home() || is_front_page() ) bloginfo('name'); else wp_title(); ?... Read More
Dynamic Keyword using Tag Without Plugin JackSparrow 4:18 AM Add Comment Edit Dynamic keyword is useful to prevent duplicate content on your web page. We can create dynamic content from tag or category. First, remove... Read More
"Lintaskan" Button and SocMed Without Plugin JackSparrow 8:30 AM Add Comment Edit Now, let`s maka simple code that help us share articles to social media. Twitter, fb share, G+ share, and now lintaskan share (indonesia soc... Read More
Display Tag (automatically) as Hashtag In Twitter Share JackSparrow 12:12 PM Add Comment Edit twitter has built a code to display tweet button <a href="https://twitter.com/share" class="twitter-share-button"... Read More
Cara Menerapkan Twitter Card di Wordpress dan Blogspot Tanpa Plugin JackSparrow 6:09 AM Add Comment Edit Dengan twitter card yang kita sisipkan di header.php, akan mempermudah tweeps melihat simpulan url yang kita sisipkan di TL kita. Gampanya b... Read More
Meta Tag Facebook Open Graph Dinamis Untuk Wordpress JackSparrow 3:31 AM Add Comment Edit Open Graph memungkinkan suatu laman website memberikan informasi kaya objek di sosial graph. Misalnya, jika di blog kawan menerapkan Meta Ta... Read More
Meta Property OG:IMAGE link ke url gambar JackSparrow 6:55 AM Add Comment Edit snippet ini saya gunakan untuk mem-pull image dari suatu singlepost, sehingga memunculkan gambar yang ada di artikel yang dishare. Tapi, gam... Read More
Membuat META DESCRIPTION dari Excerpt RSS (SEO Version) JackSparrow 6:44 AM Add Comment Edit Ketika saya klik tombol share ke fb di laman singlepost, yang muncul malah bukan deskripsi singkat dari laman yang dishare, tapi deskripsi w... Read More
Wordpress Share Tool to FB, Twitter and G+ Without Plugin JackSparrow 5:15 AM Add Comment Edit Add share tool to your fb, twitter, and G+ Account, with flyng fixed style Read More
Menampilkan 'Artikel Berhubungan' Tanpa plugin JackSparrow 12:56 PM Add Comment Edit Dalam snippet berikut ini, saya membuat 'artikel berhubungan' berdasarkan tag. Dalam bahasa lain, related content by tag . Read More