D
D
drtvader2015-06-01 09:44:43
Search Engine Optimization
drtvader, 2015-06-01 09:44:43

Why is the site not indexed by Yandex?

Good afternoon! The second week the site is not indexed by Yandex, writes: The site has begun to be indexed. Pages should appear in the search after 1-2 updates of the search base. The search may contain pages indexed by a fast robot.
Content 100%
What's wrong? Maybe in htacsess cant?

Options All -ExecCGI -Indexes -Includes +FollowSymLinks
#Options -MultiViews
# REWRITE ___________________
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^site
RewriteRule (.*) www.site.ru//$1 [R=301,L]
RewriteCond % {THE_REQUEST} ^[AZ]{3,9}\ /index\.html\ HTTP/
RewriteRule ^index\.html$ www.site.ru [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond % {REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.html [L,QSA]
# GZIP ______________________
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$
mod_gzip_item_include mime ^text\.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_include mime ^application/x-font-woff.*
mod_gzip_item_exclude mime ^image\.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/css text/javascript application/javascript application/x-javascript application/x-font-woff image/jpg image/jpeg
# OTHER SETTINGS ____________
SetEnv TZ Europe/Moscow
ServerSignature Off
# AddDefaultCharset UTF-8
# AddCharset utf-8 .atom .css .js .json .rss .vtt .xml
# CACHE AND Headers _________
Header set Cache-Control "max-age=43200"
Header set Cache-Control "max-age=604800"
Header set Cache-Control "max-age=2592000"
Header unset Cache-Control
Header set Access-Control-Allow-Origin "*"
Header unset X-UA-Compatible
ExpiresActive On
ExpiresDefault "access plus 5 seconds"
ExpiresByType image/x-icon "access plus 2592000 seconds"
ExpiresByType image/jpeg "access plus 2592000 seconds"
ExpiresByType image/png "access plus 2592000 seconds "
ExpiresByType image/gif "access plus 2592000 seconds"
ExpiresByType text/css "access plus 604800 seconds"
ExpiresByType text/javascript "access plus 604800 seconds"
ExpiresByType application/javascript "access plus 604800 seconds"
ExpiresByType application/x-javascript "access plus 604800 seconds" ExpiresByType
text/html "access plus 43200 seconds " plus 600 seconds" ExpiresByType application/xml "access plus 600 seconds" ExpiresByType application/json "access plus 600 seconds" ExpiresByType application/rss+xml "access plus 1 hour" ExpiresByType application/atom+xml "access plus 1 hour" ExpiresByType text /x-component "access plus 1 week" ExpiresByType application/x-font-ttf "access plus 1 month" ExpiresByType font/opentype "access plus 1 month"
ExpiresByType application/x-font-woff "access plus 1 month"
ExpiresByType image/svg+xml "access plus 1 month"
ExpiresByType application/vnd.ms-fontobject "access plus 1 month"

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Roman Webs, 2015-06-01
@roman_vebs

Well, everything will appear maybe in 3 weeks (as my practice shows), so they started to panic early. You can check the response of the site for the Yandex bot https://webmaster.yandex.ru/server-response.xml
And so I would still wait, at least a week.

Z
zooks, 2015-06-01
@zooks

Yashka is a terrible brake and retrograde. If a month after sending it is not indexed, write letters to Platons (in support of Yandex).

D
dadster, 2015-06-01
@dadster

Just in case, you should check robots.txt and noindex tags.
Of course, it’s stupid, but sometimes clients come in whose programmers who created the site
closed it from indexing and forgot to remove this protection.
And so - if it is indexed in other search engines, then Yasha will soon index it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question