I'm currently having an audit of a site and trying to determine which pages can benefit from being made into AMP. The help page is a given. It's a static, text only page. I also have a film details page which based on an id will display the related content. This page has a signed in/out state and also has an edit button which will allow a signed in user to edit the contents. Finally I have an ajax search page.
My questions are:
- For the film details page, would this be a good candidate for an AMP?
- How would I deal with the signed out/in state?
- How would I deal with the edit button on the film details page?
- Would it be worth creating an AMP version of the ajax search page?