HTML裡極為重要的一個標籤 META TAG 你我皆不可忽視! 但~它不是給人看的 [ 標準SEO入門 ]
HTML裡極為重要的一個標籤 META TAG 你我皆不可忽視! 但~它不是給人看的 [ 標準SEO入門 ]
資料來源:
https://www.maya.com.tw/blog_detail.php?idn=35
https://www.fooish.com/html/meta-tag.html
說明:
meta name=”description” content=”放上網站或服務的一些描述”
meta name=”keywords” content=”可放入一些關鍵字”
meta name=”author” content=”放上出版者的資訊”
meta name=”generator” content=”編輯器名稱”
meta name=”copyright” content=”版權歸屬”
meta name=”distribution” content=”發佈所在地區”
meta http-equiv=”Content-Language” content=”zh-TW”
Code
<head> <meta charset="utf-8"> <meta name="description" content="Free Web Tutorial"> <meta name="keywords" content="HTML,CSS,JavaScript"> <meta name="author" content="Mike"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head>