AMP-NEW

Visão e missão

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

Visão

Visão

Uma web aberta forte, focada nas necessidades do usuário, para sempre.

& Missão

Missão

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

Princípios de design

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.
Não projete para um futuro navegador hipoteticamente mais rápido. 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.
Não quebre a 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.
Resolva problemas na camada correta. 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.
Só faça coisas que possam ser feitas rapidamente. 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.
Não crie listas de permissões. We won’t give any special treatment to specific sites, domains or origins except where needed for security or performance reasons.