Bu site fake, .htaccess dosyanizi duzenlemenizi tavsiye ediyorum, aksi halde hergun 0 hitle kalip siralamada asla yer bulamazsiniz.
.htaccess böyle problem olan kısım hangisi
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress