20170326
AMP(Accelerated Mobile Pages Project)
【外部リンク】
AMP(Accelerated Mobile Pages Project)
https://www.ampproject.org/ja/learn/overview/
AMP HTML は、パフォーマンスを保証するための制約が設けられた HTML で、 通常の HTML より優れたリッチ コンテンツを作成できる拡張機能が備わっています。
AMP HTML は基本的に、カスタム AMP プロパティを追加した HTML です。 以下は最もシンプルな AMP HTML ファイルです。
<!doctype html>
<html ⚡>
<head>
<meta charset="utf-8">
<link rel="canonical" href="hello-world.html">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-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 World!</body>
</html>
【外部リンク】
https://github.com/ampproject/amphtml/blob/master/spec/amp-html-format.md
【外部リンク】
あなたのウェブページはモバイル フレンドリーですか?
https://search.google.com/search-console/mobile-friendly?utm_source=mft&utm_medium=redirect&utm_campaign=mft-redirect&hl=ja
【外部リンク】
https://developers.google.com/speed/pagespeed/insights/?hl=ja
--
注目の投稿
コーデックパック
dvdko-dextuku ko-dextuku コーデックパック 【外部リンク】 https://forest.watch.impress.co.jp/library/software/vlcmedia_ply/ VLC media player https://...