documentation says
The "server" option is under design discussion and these docs will be updated when it is ready.
Question: is there a timing known for this? Can it already be used?
We want to use AMP for paywalled content.
type="client" is not an option (not safe enough) => type="server" solves this
I understand we could already implement it on our side:
- when ip is from google range: serving full document
- when ip is not: excluding/including the appropriate parts
but if I understand it correctly we should not go into production with this yet? We should wait until it is ready and Google AMP Cache supports it, right?