AMP is a web component framework ...
- Start building websites with AMP
- Use AMP to create visual stories on the web
- Use AMP to send interactive, dynamic emails
- Use AMP to build and serve lightning fast, safe ads to pages and stories
Is je AMP-pagina of webartikel geldig? (Google)
https://joostvanmeeteren.info/amp_html/ AMP-pagina is geldig Pagina's met geldige AMP-versies komen in aanmerking voor AMP-zoekfuncties in Google-zoekresultaten. Gecrawld op 5 nov. 2021 15:57:36
<!doctype html> <html ⚡4ads> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,minimum-scale=1"> <style amp4ads-boilerplate>body{visibility:hidden}</style> <script async src="https://cdn.ampproject.org/amp4ads-v0.js"></script> </head> <body> Hello, AMP4ADS world. </body> </html>Validatie AMP
<!doctype html> <html ⚡> <head> <meta charset="utf-8"> <link rel="canonical" href="self.html"> <meta name="viewport" content="width=device-width,minimum-scale=1"> <style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript> <script async src="https://cdn.ampproject.org/v0.js"></script> </head> <body> Hello, AMP world. </body> </html>Validatie AMP Email
<!doctype html> <html ⚡4email data-css-strict> <head> <meta charset="utf-8"> <script async src="https://cdn.ampproject.org/v0.js"></script> <style amp4email-boilerplate>body{visibility:hidden}</style> </head> <body> Hello, AMP4EMAIL world. </body> </html>