Meta Tags พื้นฐานสำหรับ SEO

Meta Tags พื้นฐานสำหรับ SEO

สำหรับนักพัฒนาเว็บไซต์จำเป็นต้องรู้ว่า meta tag สำหรับการทำ SEO ที่ควรใส่ในเว็บเรามีอะไรบ้าง โดยจะมีสิ่งที่ผมจะใช้ประจำคือ

<!-- Basic SEO -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta httpEquiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<meta name="description" content="<description>" />
<meta name="image" content="/image-link.png" />
<meta name="title" content="<title>" />
<!-- Schema.org for Google+ -->
<meta itemprop="description" content="<description>" />
<meta itemprop="image" content="/image-link.png" />
<meta itemprop="name" content="<title>" />
<!-- Twitter  -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="<description>" />
<meta name="twitter:image" content="/image-link.png" />
<meta name="twitter:title" content="<title>" />
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta property="og:description" content="<description>" />
<meta property="og:image" content="/image-link.png" />
<meta property="og:site_name" content="<site name>" />
<meta property="og:title" content="<title>" />
<meta property="og:type" content="website" />
<meta property="og:url" content="<url for the website>" />

คัดลอกไปใช้กันได้ตามสะดวกครับ...

Arnon Kijlerdphon

Arnon Kijlerdphon

Go plant-based, it's good for you and the planet!. Board game Lover.
Bangkok, Thailand