R
R
Rumiour2017-06-04 13:02:46
Search engines
Rumiour, 2017-06-04 13:02:46

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


robots.txt
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

1 answer(s)
F
Fedor, 2017-06-05
@purplesky

Have you added a website with https to SearchConsole and Webmaster?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question