Answer the question
In order to leave comments, you need to log in
Why did my site's URLs stop showing after moving to https?
Google analycs and Yandex metrice stopped indexing new pages of my site.
For example, in the Search Console section in "Impressions" there are only old pages of my site that I have already deleted.
Maybe I configured something incorrectly?
Here are my files:
.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
AddDefaultCharset utf-8
AddType 'text/html; charset=utf-8' .html .htm .shtml
User-agent: *
Disallow: /oc-admin/
Disallow: /user/register/
Disallow: /im-threads/
Disallow: /user/dashboard/
Disallow: /user/alerts/
Disallow: /user/items/
Disallow: /user/profile/
Disallow: /user/favorite-lists/
Disallow: /user/bo_mgr-expired-ads/
Disallow: /user/bo_mgr-comments-my-listings/
Disallow: /user/bo_mgr-comments-other-listings/
Sitemap: https://koala.kg/sitemap.xml
User-agent: Yandex
Host: https://koala.kg
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question