質問編集履歴
3
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -64,4 +64,59 @@
|
|
64
64
|
```
|
65
65
|
すみません、一読をお願いします。
|
66
66
|
OGPにつきましては今回書き加えていません。
|
67
|
-
<meta http-equiv="Imagetoolbar" content="no">はIe6用に書いています。
|
67
|
+
<meta http-equiv="Imagetoolbar" content="no">はIe6用に書いています。
|
68
|
+
|
69
|
+
追記2016/8/4
|
70
|
+
---
|
71
|
+
```html
|
72
|
+
<!DOCTYPE html>
|
73
|
+
<html lang="ja">
|
74
|
+
<head>
|
75
|
+
<link rel="canonical" href="">
|
76
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
77
|
+
<meta name="author" content="">
|
78
|
+
<meta name="copyright" content="copyright©" />
|
79
|
+
<meta name="description" content="">
|
80
|
+
<meta name="viewport" content="width=device-width,initial-scale=1">
|
81
|
+
<meta name="format-detection" content="telephone=no, email=no, address=no">
|
82
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
83
|
+
<link rel="icon" type="image/vnd.microsoft.icon" href="favicon.ico">
|
84
|
+
<link rel="shortcut icon" type="image/vnd.microsoft.icon" href="favicon.ico">
|
85
|
+
<link rel="apple-touch-icon" sizes="192x192" href="apple-touch-icon.png">
|
86
|
+
<link rel="manifest" href="manifest.json">
|
87
|
+
<meta name="theme-color" content="#ffffff">
|
88
|
+
<meta name="msapplication-TileColor" content="#ffcc22">
|
89
|
+
<meta name="msapplication-TileImage" content="mstile-144x144.png">
|
90
|
+
<meta name="msapplication-config" content="browserconfig.xml" />
|
91
|
+
<meta http-equiv="content-style-type" content="text/css">
|
92
|
+
<meta http-equiv="content-script-type" content="text/javascript">
|
93
|
+
<link rel="stylesheet" href="css/style.css">
|
94
|
+
<title>site-title</title>
|
95
|
+
<meta name="apple-mobile-web-app-title" content="site-title">
|
96
|
+
<meta name="application-name" content="site-title">
|
97
|
+
</head>
|
98
|
+
<body>
|
99
|
+
<header><div id="header">
|
100
|
+
|
101
|
+
</div></header>
|
102
|
+
<nav><div id="nav">
|
103
|
+
|
104
|
+
</div></nav>
|
105
|
+
<main><div id="main">
|
106
|
+
|
107
|
+
</div></main>
|
108
|
+
<footer><div id="footer">
|
109
|
+
|
110
|
+
</div></footer>
|
111
|
+
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
|
112
|
+
<!--[if lte IE 8]>
|
113
|
+
<script type="text/javascript" src="js/html5shiv.min.js"></script>
|
114
|
+
<script type="text/javascript" src="js/selectivizr-min.js"></script>
|
115
|
+
<![endif]-->
|
116
|
+
</body>
|
117
|
+
</html>
|
118
|
+
```
|
119
|
+
こうなりました。
|
120
|
+
どうでしょうか?
|
121
|
+
```<meta http-equiv="content-style-type" content="text/css">```、```<meta http-equiv="content-script-type" content="text/javascript">```を記述することで順位がさがるとかありえる話ですか?
|
122
|
+
seo的に。
|
2
タグ
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
独自の
|
1
|
+
独自のEmmetHTMLフォーマットを作ったのですが、改善点などあれば教えてください、お願いします。
|
body
CHANGED
File without changes
|
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -62,4 +62,6 @@
|
|
62
62
|
"!!": "<!DOCTYPE html>\n<html lang=\"ja\">\n<head>\n\t<link rel=\"canonical\" href=\"\">\n\t<meta charset=\"UTF-8\">\n\t<meta name=\"author\" content=\"\">\n\t<meta name=\"copyright\" content=\"copyright©\" />\n\t<meta name=\"description\" content=\"\">\n\t<meta name=\"viewport\" content=\"width=device-width,initial-scale=1\">\n\t<meta name=\"format-detection\" content=\"telephone=no, email=no, address=no\">\n\t<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">\n\t<meta http-equiv=\"Imagetoolbar\" content=\"no\">\n\t<link rel=\"icon\" type=\"image/vnd.microsoft.icon\" href=\"favicon.ico\">\n\t<link rel=\"shortcut icon\" type=\"image/vnd.microsoft.icon\" href=\"favicon.ico\">\n\t<link rel=\"apple-touch-icon\" sizes=\"192x192\" href=\"/apple-touch-icon.png\">\n\t<link rel=\"manifest\" href=\"manifest.json\">\n\t<meta name=\"theme-color\" content=\"#ffffff\">\n\t<meta name=\"msapplication-TileColor\" content=\"#ffcc22\">\n\t<meta name=\"msapplication-TileImage\" content=\"mstile-144x144.png\">\n\t<meta name=\"msapplication-config\" content=\"browserconfig.xml\" />\n\t<link rel=\"stylesheet\" href=\"css/style.css\">\n\t<title>site-title</title>\n\t<meta name=\"apple-mobile-web-app-title\" content=\"site-title\">\n\t<meta name=\"application-name\" content=\"site-title\">\n</head>\n<body>\n\t<header><div id=\"header\">\n\t\t\n\t</div></header>\n\t<nav><div id=\"nav\">\n\t\t\n\t</div></nav>\n\t<main><div id=\"main\">\n\t\t\n\t</div></main>\n\t<footer><div id=\"footer\">\n\t\t\n\t</div></footer>\n<script src=\"//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js\"></script>\n<!--[if lte IE 8]>\n\t<script src=\"js/html5shiv.min.js\"></script>\n\t<script src=\"js/selectivizr-min.js\"></script>\n<![endif]-->\n</body>\n</html>"
|
63
63
|
}
|
64
64
|
```
|
65
|
-
すみません、一読をお願いします。
|
65
|
+
すみません、一読をお願いします。
|
66
|
+
OGPにつきましては今回書き加えていません。
|
67
|
+
<meta http-equiv="Imagetoolbar" content="no">はIe6用に書いています。
|