 |
Meta Tag |
Meta Tag คือ ส่วนของคำสั่งส่วนหนึ่งใน HTML Code ซึ่งจะอยู่ในส่วนของ Header Code เป็นส่วนหนึ่งที่มีความสำคัญอย่างมากในการทำ Search Engine Optimization ( SEO)
ตัวอย่าง Meta tag code
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<meta name="keywords" content="เว็บสำเร็จรูป, เว็บไซต์สำเร็จรูป">
<meta name="description" content="เว็บสำเร็จรูป / เว็บไซต์สำเร็จรูป ในราคาที่คุ้มค่าที่สุด ">
Form Wikipedia
Meta elements are HTML or XHTML elements used to provide structured metadata about a web page. Such elements must be placed as tags in the head section of an HTML or XHTML document. Meta elements can be used to specify page description, keywords and any other metadata not provided through the other head elements and attributes.
The meta element has four valid attributes: content, http-equiv, name and scheme. Of these, only content is a required attribute.
|