You are on page 1of 10

WORDPRESS

VS
DE-INDEXED
Violation, penalty and WordPress
1. VIOLATION IS VIOLATION
1. VIOLATION IS VIOLATION
 1. Cloaking
 2. Duplicate Content (In,Out)
 3. Auto Generated Content
 4. Keyword Stuffing (Meta,Title, Background)
 5. Bad Neighborhood related
 6. Trojan, Virus, Malware related
 7. Doorway Pages (In,Out)
 8. Automated Queries
2. VIOLATION PENALTY
2. VIOLATION PENALTY
 DE-INDEXED
 SANDBOXED
 LOOSING SERP VISIBILITY
DUPLIKAT DI DALAM SITE
 2 atau lebih halaman di dalam site kita yg
memiliki content yang sama
KELEMAHAN THEME WORDPRESS
Halaman² Archival:
 Archive Yearly
 Archive Monthly
 Archive Daily

Halaman Category
Halaman Tags
CONTOH KASUS 1
Site dengan:
- 10 post update harian
- total loop reading 10 post.

 Archive Yearly
 Archive Monthly
 Archive Daily

Contoh, anybody?
CONTOH KASUS 2
SEBUAH POST DENGAN 10 TAGS,
yang 10 tags ini hanya di miliki oleh post tsb.

- Bisa di jamin, semua/sebagian besar dari 10


halaman tags tersebut duplikat.

Contoh, anybody?
SOLUSI
LOOP ASLI
<?php
// The Query
query_posts( $args );
// The Loop
while ( have_posts() ) : the_post();
echo '<li>';
the_title();
echo '</li>';
endwhile;
// Reset Query
wp_reset_query();
?>

+
LOOP TAMBAHAN + RANDOM

You might also like