Merhabalar, 2-3 gündür sitemi google indexlemiyor.

Ciddi anlamda kafayı yemek üzereyim.

siteadresim.com/sitemap_index.xml olarak arattığımda google böyle gösteriyor;




Bilen birisi yardımcı olursa çok çok sevinirim.


Robots.txt dosyam:
User-Agent: *
Allow: /wp-content/uploads/
Disallow: /wp-content/plugins/
Disallow: /readme.html

Sitemap: https://siteadresim.com/sitemap_index.xml


Htaccess dosyası:

# BEGIN WordPress

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


# END WordPress