In 2020, I removed my AMP subdomain (amp.example.com) and 301-redirected all the HTTP+HTTPS traffic to example.com:
http://amp.example.com/product --> https://example.com/product
https://amp.example.com/product --> https://example.com/product
I'm still maintaining 4 properties in Google Search Console
1) HTTP+AMP (http://amp.example.com), with no sitemap
2) HTTPS+AMP (https://amp.example.com), with no sitemap
3) HTTP+NOAMP (http://example.com), with no sitemap
4) HTTPS+NOAMP (https://example.com), this is the main one, with one sitemap of 300k URLs
However, 4 years later, I'm still viewing 168k URLs into the GSC of the HTTP+AMP property, under the "Page with redirect". All of them show the same information:
Sitemaps: No referring sitemaps detected [it's ok for me]
Referring page: http://example.com/product [this is weird, why GSC is showing this URL of the HTTP+NOAMP property?
Last crawl: Jan 2, 2024, 10:41:16 PM
User-declared canonical: https://example.com/product [it's ok for me]
Some questions
why is Googlebot still crawling my HTTP+AMP property after 4 years?
should I wait longer for Googlebot to stop crawling the URLs?
can I be penalized by this situation?
can I avoid this somehow?
why is GSC showing the HTTP+NOAMP referring page?
Thank you.