Last active
November 2, 2017 04:11
-
-
Save mikakane/d9080f5c4609b7877234814a0026f682 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Web デザインチェックリスト | |
| ## Pages | |
| - URLの構成は決まっていますか? | |
| - 404 ページ 必要であれば 503/403などのエラーページのデザインは決まっていますか? | |
| - サイトマップの作成フローは検討されていますか? | |
| ## Responsive | |
| - ブレイクポイントの位置は適切に検討されていますか? | |
| - % で画面デザインを定義する場合、画面サイズの縮小によるテキスト溢れ時等の動きは考慮されていますか? | |
| - | |
| ## SEO | |
| - ページごとの SEO メタ情報は決まっていますか? | |
| - サイト共通またはページ個別の OGP 画像の用意は有りますか? | |
| ## Manage | |
| - [ ] サイトで使用する統計ツールは決まっていますか? | |
| - [ ] 統計ツールを使用する場合、Analitics などの | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment