Answer Best answer as chosen by user Hoangmaicorp Use of Meta tag and Description to website.
Meta Tag is a snippet of HTML code that belongs inside the <Head> </Head> section of a web page. It is usually placed after the Title tag and before the Meta keywords tag (if you use one), although the order is not important.
There's 2 meta tags that are very important :
<META name="description" content="Put your description of 200 words here">
<META name="keywords" content="put, at, least, 20, important, keywords, here">
For example of Meta Tag look following html code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>All sports equipment</title>
<meta name="keywords" content="cricket,hockey,football,hollyball, etc">
<meta name="description" content="Official dealer of all sports equipment.">
</head>
<body>
Visit our showroom on weekdays from 9 to 5...
</body>
</html>
Was this reply helpful? (1) (0)
Staff pick
Discussion locked