34numara adlı üyeden alıntı

sitemap tekrar indexledi ama sonuç aynı

.hatcces dosyası şu şeklide

# BEGIN WordPress

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]


# END WordPress

# gzip compress

mod_gzip_on Yes

mod_gzip_dechunk Yes

mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$

mod_gzip_item_include handler ^cgi-script$

mod_gzip_item_include mime ^text/.*

mod_gzip_item_include mime ^application/x-javascript.*

mod_gzip_item_exclude mime ^image/.*

mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://xxxxx.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://xxxxx.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.xxxxx.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.xxxxx.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://xxxxx.xxxxx.tr/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://xxxxxx.xxxxx.com.tr$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://www.xxxxx.com/wp-content/uploads/2015/05/Orjinal-resim.jpg [R,NC]


Not .htaccess dosyasında xxxx.xom yazan yerler hotlink korumasından dolayı eklendi


robots.txt ise

User-agent: *
Disallow: /wp-admin/
Sitemap: http://www.xxxxx.com/sitemap.xml


Siteyi yeni aldıysanız ya da uzun zaman önce gönderilmiş sitemap varsa, eski Sitemap'tan kalma hatalar bir süre daha gözükür. Çok fazla oynama yapmanıza lüzum yok. Sitemap adını değiştirerek gönderebilirsiniz. Ya da beklersiniz kendisi düzelir.