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 3 years have passed since last update.

SSLを導入する意義

Last updated at Posted at 2021-06-04

SSLを導入する意義

SSLを導入する意義についてまとめました。

・ブラウザとサーバ間での通信データの暗号化
・Googleの検索ランキングへ影響
・HTTP/2を利用できる

ブラウザとサーバ間での通信データの暗号化

ブラウザとサーバ間での通信データを暗号化することで安全なWEBサイトの運用が可能になる。

Googleの検索ランキングへ影響

HTTPS通信はGoogleランキングのシグナルになっていて、SEO効果を期待できる。
ただ、検索ランキングへの影響はそれほど大きくはない。

HTTP/2を利用できる

HTTPS通信により通信プロトコルHTTP/2を利用できる出来るようになる。
HTTP/2はHTTP/1よりも効率的な通信でサイトの高速化を期待できる。

参考:普及が進む「HTTP/2」の仕組みとメリットとは

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?