SEO-การใช้ Robots META tag


หน้าแรก SEO SEO-การใช้ Robots META tag
โดยปกติแล้วส่วนมากเราจะรู้จักแต่ Robots.txt แต่วันนี้ผมมาแนะนำ Robots META tag แน่นอนมันมีความสามารถบางอย่างที่ robots.txt ไม่มี

ตัวอย่างการใช้ Robots META tag

<html>
<head>
<meta name=”robots” content=“index,follow”>
<meta name=”description” content=”AumJa24.com…….”>
<title>…</title>
</head>
<body>
…
ตรงส่วนของ content ของตัวอย่างจะเป็น “index,follow” แสดงว่าให้ทำการเก็บหน้าเว็บไซต์ไว้ใน index server ของ Search Engine และ ให้คะแนนกับหน้าเพจนั้น แต่ถ้าเป็น “noindex,nofollow” จะหมายถึง ไม่ให้เก็บหน้าเพจนั้นไว้ที่ index server ของ Search Engine และไม่ต้องการให้คิดคะแนนกับหน้า เพจนั้น

ตัวอย่างการประยุกต์ใช้งาน Robots META tag

<meta name=”robots” content=”index,follow”>
<meta name=”robots” content=”noindex,follow”>
<meta name=”robots” content=”index,nofollow”>
<meta name=”robots” content=”noindex,nofollow”>


ขึ้นไปด้านบน