Skip to content

Instantly share code, notes, and snippets.

@mhige
Created December 10, 2019 02:34
Show Gist options
  • Save mhige/fcae57bf21151057533ea6311037292e to your computer and use it in GitHub Desktop.
Save mhige/fcae57bf21151057533ea6311037292e to your computer and use it in GitHub Desktop.
AMPページをクロールして欲しい場合の記載例
<!DOCTYPE html>
<html lang="ja">
<head>
<!-- AMPページのURLを記載したリンクタグ例 -->
<link rel="amphtml" href="https://example.com/post/?amp=1">
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment