0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

自分用

0
Posted at

metaタグはサイトの情報を検索エンジンやユーザーに伝えるために必要なタグ
head内に書く

meta charset="utf-8"(文字エンコード)必須

meta name="description" content="サイトの概要説明"(メタディスプリクション)
検索結果に表示される部分、アクセスアップにつながる大事な部分。

meta name="viewport"
content="width=devise-width"
(スマホページの最適化)必須

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?