AMP-NEW

Visione e missione

Our vision is our north star we use to orient ourselves, and our mission describes the way we move into the direction of it.

Visione

Visione

Realizzare un web aperto affidabile e incentrato sull'utente.

& Missione

Missione

Provide a user-first format for web content, supporting the long-term success of every web publisher, merchant, and advertiser.

Principi di progettazione

These design principles are meant to guide the ongoing design and development of AMP. They should help us make internally consistent decisions.

User Experience > Developer Experience > Ease of Implementation. When in doubt, do what’s best for the end user experience, even if it means that it’s harder for the page creator to build or for the library developer to implement.
Non effettuare progetti per ipotetici browser più veloci non ancora esistenti. We’ve chosen to build AMP as a library in the spirit of the EXTENSIBLE WEB MANIFESTO to be able to fix the web of today, not the web of tomorrow. AMP should be fast in today’s browsers. When certain optimizations aren’t possible with today’s platform, AMP developers should participate in standards development to get these added to the web platform.
Non danneggiare il web. Ensure that if AMP has outages or problems it doesn’t hurt the rest of the web. That means if the Google AMP Cache, the URL API or the library fails it should be possible for websites to gracefully degrade. If something works with an AMP cache it should also work without a cache.
Risolvi i problemi al giusto livello. E.g. don’t integrate things on the client side, just because that is easier, when the user experience would be better with a server side integration.
Implementa gli oggetti solo se possono essere elaborati velocemente. Don’t introduce components or features to AMP that can’t reliably run at 60fps or hinder the instant load experience on today’s most common mobile devices.
Prioritise things that improve the user experience – but compromise when needed. Some things can be made fast and are still a terrible user experience. AMPs should deliver a fantastic user experience and speed is just one part of that. Only compromise when lack of support for something would stop AMP from being widely used and deployed.
Non ricorrere a white list. We won’t give any special treatment to specific sites, domains or origins except where needed for security or performance reasons.