質問編集履歴

3

追記

2016/08/04 08:55

投稿

makoto-n
makoto-n

スコア436

test CHANGED
File without changes
test CHANGED
@@ -131,3 +131,113 @@
131
131
  OGPにつきましては今回書き加えていません。
132
132
 
133
133
  <meta http-equiv="Imagetoolbar" content="no">はIe6用に書いています。
134
+
135
+
136
+
137
+ 追記2016/8/4
138
+
139
+ ---
140
+
141
+ ```html
142
+
143
+ <!DOCTYPE html>
144
+
145
+ <html lang="ja">
146
+
147
+ <head>
148
+
149
+ <link rel="canonical" href="">
150
+
151
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
152
+
153
+ <meta name="author" content="">
154
+
155
+ <meta name="copyright" content="copyright&copy;" />
156
+
157
+ <meta name="description" content="">
158
+
159
+ <meta name="viewport" content="width=device-width,initial-scale=1">
160
+
161
+ <meta name="format-detection" content="telephone=no, email=no, address=no">
162
+
163
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
164
+
165
+ <link rel="icon" type="image/vnd.microsoft.icon" href="favicon.ico">
166
+
167
+ <link rel="shortcut icon" type="image/vnd.microsoft.icon" href="favicon.ico">
168
+
169
+ <link rel="apple-touch-icon" sizes="192x192" href="apple-touch-icon.png">
170
+
171
+ <link rel="manifest" href="manifest.json">
172
+
173
+ <meta name="theme-color" content="#ffffff">
174
+
175
+ <meta name="msapplication-TileColor" content="#ffcc22">
176
+
177
+ <meta name="msapplication-TileImage" content="mstile-144x144.png">
178
+
179
+ <meta name="msapplication-config" content="browserconfig.xml" />
180
+
181
+ <meta http-equiv="content-style-type" content="text/css">
182
+
183
+ <meta http-equiv="content-script-type" content="text/javascript">
184
+
185
+ <link rel="stylesheet" href="css/style.css">
186
+
187
+ <title>site-title</title>
188
+
189
+ <meta name="apple-mobile-web-app-title" content="site-title">
190
+
191
+ <meta name="application-name" content="site-title">
192
+
193
+ </head>
194
+
195
+ <body>
196
+
197
+ <header><div id="header">
198
+
199
+
200
+
201
+ </div></header>
202
+
203
+ <nav><div id="nav">
204
+
205
+
206
+
207
+ </div></nav>
208
+
209
+ <main><div id="main">
210
+
211
+
212
+
213
+ </div></main>
214
+
215
+ <footer><div id="footer">
216
+
217
+
218
+
219
+ </div></footer>
220
+
221
+ <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
222
+
223
+ <!--[if lte IE 8]>
224
+
225
+ <script type="text/javascript" src="js/html5shiv.min.js"></script>
226
+
227
+ <script type="text/javascript" src="js/selectivizr-min.js"></script>
228
+
229
+ <![endif]-->
230
+
231
+ </body>
232
+
233
+ </html>
234
+
235
+ ```
236
+
237
+ こうなりました。
238
+
239
+ どうでしょうか?
240
+
241
+ ```<meta http-equiv="content-style-type" content="text/css">```、```<meta http-equiv="content-script-type" content="text/javascript">```を記述することで順位がさがるとかありえる話ですか?
242
+
243
+ seo的に。

2

タグ

2016/08/04 08:55

投稿

makoto-n
makoto-n

スコア436

test CHANGED
@@ -1 +1 @@
1
- 独自のHTMLフォーマットを作ったのですが、改善点などあれば教えてください、お願いします。
1
+ 独自のEmmetHTMLフォーマットを作ったのですが、改善点などあれば教えてください、お願いします。
test CHANGED
File without changes

1

追記

2016/08/03 13:46

投稿

makoto-n
makoto-n

スコア436

test CHANGED
File without changes
test CHANGED
@@ -127,3 +127,7 @@
127
127
  ```
128
128
 
129
129
  すみません、一読をお願いします。
130
+
131
+ OGPにつきましては今回書き加えていません。
132
+
133
+ <meta http-equiv="Imagetoolbar" content="no">はIe6用に書いています。