Hello @angiefernandez
When you do search for specifically for amp keyword using the inurl
parameter, it should show result with amp pages.
If you access AMP pages directly from your desktop, it should serve you AMP pages.
Allow me to explain briefly how AMP pages are made discoverable and served. When a user activates AMP plugin on their site with transitional/Reader Mode, it creates another version of the page on the fly, which can be served via URL structure /amp/
The non-AMP page will have a link attribute <link rel="amphtml">
which will tell google bots that the AMP version of the page is available
The Google bots crawl the page. If there is any validation error it will be reported on Google Search Console, if there are no validation errors it will be saved in the AMP cache.
When a user on a mobile device searches for a term and if it matches your site or page, it will be displayed on the result page. Upon clicking on the result, they will be served with an AMP version of the page.
When a user searches for anything on a desktop device and if your site appears on the search result page, it will be served with a canonical URL, which is a non-AMP page URL.
We hope this helps you understand the AMP better!