Meta 標籤產生器
Meta 標籤產生器 可直接在瀏覽器中使用,讓你不用安裝額外軟體就能快速完成常見任務。
免費使用瀏覽器即可開啟可直接分享網址
輸入欄位
10/60
40/160
Google 預覽
https://example.com
My Website
A brief description of the page content.
產生的 Meta 標籤
<title>My Website</title> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="A brief description of the page content." /> <meta name="keywords" content="web, tools, developer" /> <!-- Open Graph --> <meta property="og:title" content="My Website" /> <meta property="og:description" content="A brief description of the page content." /> <meta property="og:type" content="website" /> <!-- Twitter Card --> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="My Website" /> <meta name="twitter:description" content="A brief description of the page content." />