Nice Home is WP themes with an elegant WP Theme with magazine style, features :
WP Theme with 1 column
Bottom sidebar
Fixed width
Provided with excerp image, make your blog looks elegant with cool images
Provide with some social bookmarking
WP theme with Twitter widget already
Option setting in admin, so you can insert your analytics, google adsense and twitter account
This WP theme tested in major browsers
Demo Link | Download Nice Home WP Theme Size : [downloadsize(nice-home)] Downloaded : [downloadcounter(nice-home)]
Bagi para blogger yang terbiasa atau familiar dengan Wordpress, tentu mengetahui bahwa jika kita membuat post dengan judul "Post Pertama", post tersebut dapat ditemukan melalui beberapa alternatif URL.
Jika menggunakan permalink, post tersebut dapat diakses melalui permalink yang telah disetting pada wordpress. Namun post tersebut juga bisa diakses melalui :
/2009/11/post-pertama/ (asumsi post dibuat bulan November 2009)
/category/nama-category/
/2009/
/2008/11/
/tag/hello-world/
Semua alternatif itu bawaan dari script Wordpress. Hal ini mengakibatkan post tersebut memiliki duplicat secara internal dan secara tidak langsung saling bersaing antara 1 dan lainnya di Search Engine.
Untuk mencegah hal ini kita gunakan robot.txt. Robot.txt ini digunakan untuk memberi perintah kepada robot search engine (Google) untuk meng-crawl dan meng-index sesuai dengan settingan pada robot.txt.
Berikut adalah kode robot.txt (dapat diketik menggunakan Notepad) :
User-agent: *
Disallow: /cgi-bin
Disallow: /wp-admin
Disallow: /wp-includes
Disallow: /wp-content/mu-plugins
Disallow: /wp-content/plugins
Disallow: /wp-content/cache
Disallow: /wp-content/themes
Disallow: /trackback
Disallow: /feed
Disallow: /comments
Disallow: /category/*/*
Disallow: /tag/*/*
Disallow: */trackback
Disallow: */feed
Disallow: */comments
Disallow: /*?*
Disallow: /*?
Allow: /wp-content/uploads
Allow: /files
# Google Image
User-agent: Googlebot-Image
Disallow:
Allow: /*
# Google AdSense
User-agent: Mediapartners-Google*
Disallow:
Allow: /*
# Internet Archiver Wayback Machine
User-agent: ia_archiver
Disallow: ...
Para blogger yang menggunakan WP mungkin sering melihat bila di blog mereka, format title adalah : nama_blog >> Blog Archive >> judul post.
Hal ini cukup mengganggu menurut saya pribadi, karena title nya jadi kurang sedap dipandang. Dan ternyata ini juga merupakan nilai minus bagi SEO blog. Akhirnya setelah mengulik dengan lebih dalam dan ingin berbagi tips ini.
Untuk meng-edit title pada blog Anda, perhatikan file header.php pada themes yang Anda pergunakan. Secara default, format title pada header.php di kebanyakan themes adalah :
<title><?php bloginfo(’name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
Ganti bagian title tersebut dengan code sebagai berikut :
<title><?php wp_title(”); if ( is_home() ) { bloginfo(’name’); ?> – <?php bloginfo(’description’); } if (is_archive()) { ?> archive<?php } elseif (is_search()) { ?> Search for <?php echo $s; } if ( !(is_404()) && (is_search()) or (is_single()) or (is_page()) or (function_exists(’is_tag’) and is_tag()) or (is_archive()) ...
Brownies is WP themes with an elegant maganize style with features :
3 colums
Right sidebar
Fixed width
Brown color
This WP theme tested in major browsers
Provided with excerp image, make your blog looks elegant with cool images
Google Adsense already, just edit the sidebar and insert your Adsense ID
Related Post widget already
Demo of Brownies WP Themes | Download Brownies Size : [downloadsize(brownies)] Downloaded : [downloadcounter(brownies)]
10 hari menelantarkan blog ini membawa sedikit pengalaman baru.
I wrote a previous post about Guide to Choose a Web Hosting, and it refer to www.webhostingchoice.com. After make that post, I becoma one of its reader. Almost every time I need web hosting, I read or visit webhostingchoice.com as my guide. Why ? Because honestly, I need a reliable a webhosting and of course, cheaper is better :)