ilk indexlendiği anda sıralamaya girmiyor olabilir. olağan bir durum. bir kaç gün sonra tekrar kontrol edin. sıralamaya girdiğini göreceksiniz.
Farklı bir sitem var, aynı temayı kullanıyor onda da sorun mevcut yaklaşık 3 hafta önce eklediğim içeriğim indexlenmiş ama tüm sayfaları tek tek geziyorum içerik yok. Keyword de bayağı uzun 5-6 kelimeden oluşuyor yani her türlü sıralamaya girmesi gerekir diye düşünüyorum 3 haftada
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
## EXPIRES CACHING ##
ExpiresActive On
ExpiresByType image/jpg "access plus 1 year"
ExpiresByType image/jpeg "access plus 1 year"
ExpiresByType image/gif "access plus 1 year"
ExpiresByType image/png "access plus 1 year"
ExpiresByType text/css "access plus 1 month"
ExpiresByType application/pdf "access plus 1 month"
ExpiresByType text/x-javascript "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"
ExpiresByType image/x-icon "access plus 1 year"
ExpiresDefault "access plus 1 seconds"
## EXPIRES CACHING ##
<ifModule mod_headers.c>
Header set Connection keep-alive
</ifModule>
#Gzip
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
</IfModule>
#End Gzip
####Turn ETags Off
<ifmodule mod_headers.c>
Header unset ETag
</ifmodule>
#ETags
FileETag None
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css text/javascript application/javascript
</IfModule>
<ifmodule mod_expires.c>
<filesmatch "\.(jpg|gif|png|css|js)$">
ExpiresActive on
ExpiresDefault "access plus 1 year"
</filesmatch>
</ifmodule>
# END WordPress
# php -- BEGIN cPanel-generated handler, do not edit
# Set the ea-php56 package as the default PHP programming language.
<IfModule mime_module>
AddType application/x-httpd-ea-php56 .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit.htaccess bu şekilde, karışık geldi biraz bana bilgim de yok burada yanlış giden birşeyler var mı ?