|
Hello.
Probably, you may want to use <meta> tags. For example:
<html>
<head>
<title>My Site</title>
<meta name="description" content="This is the site about video games.">
<meta name="keywords" content="apparel, online shopping, auction">
</title>
<body>
<p>Some text.</p>
</body>
</html>
<meta name="description" ... > and
<meta name="keywords" ... > are valuable tags for search engines and are not shown on the page.
Best regards,
Andrey Lomakin.
__________________
Gamma Group
http://www.gammacenter.com
|