@fzngagan thanks for your response . I have checked related topics on metadiscourse related AMP. I do see alot of people are indeed interested in this. Is it possible somehow to create an AMP version of topic page and keep it somewhere on my siteas a file.
and I can include a line in my html topic template of discourse to show where is the amp version of this page.
e.g this will be added to current html discourse topic pages
<link rel="amphtml" href="https://www.example.com/url/to/amp/document.html">
and this will be added to the amp page
<link rel="canonical" href="https://www.example.com/url/to/full/document.html">
source Make your pages discoverable - amp.dev
But how and where can I host that AMP file so that I can serve it from my site.
Is there anyone in discourses team or marketplace who can do this for me? As I’m not fully familiar with discourse working structure of template and where would I host the amp version of my topic pages. it needs to be a file and needs to be placedsomewhere on my site.
we can create a new AMP file and if we pass a topic name and ID, using discourse API, we can dynamically populate the values of that topic and get its posts and insert inthe AMP version of the page. but where can I host this custom AMP file in my discourse forum? I’m running discourse standalone on my site, not on subdomain.
Can anyone help me with this? happy to pay for this. @staff @team who should i tag so that my topic gets more visibility with the right people who can help me?