I have added a new amp page for my existing page.
Below is the markup added in my original page
<link rel="canonical" href="https://staging.example.com/blazor">
<link rel="amphtml" href="https://staging.example.com/blazor/amp">
Below is the markup added in my AMP page
<link rel="canonical" href="https://staging.example.com/blazor">
But when i open my development site page (this page is excluded in robots.txt file) in mobile, the page is not redirecting to AMP page.
Do i need to add any redirection code for this behaviour or is this because my development site pages are not indexed in google ?
My site is hosted in IIS, and developed using ASP.NET MVC Web Application