Bookmark:
Root \
Webdesign \
How and where to add meta tags into your website
How and where to add meta tags into your website
Last Updated: 2005-11-29
Websites and search engines use meta tags to identify your website and every good website should have them. Below is a list of meta tags, they are self explaining. Make sure that you place the tags into the <head>IN HERE</head> section of your page(s).
|
File:
Filename: index.html <html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<META NAME="author" CONTENT="Mirko Kaiser">
<META NAME="expires" CONTENT="NEVER">
<META NAME="copyright" CONTENT="Network-Technologies.org">
<META NAME="page-topic" CONTENT="Computer/Software/Communications and Networking">
<META NAME="keywords" CONTENT="keyword1, keyword2, keyword3">
<META NAME="description" CONTENT="Network Technologies is a research website dedicated to collect knowledge and develop software.">
<META NAME="audience" CONTENT="All">
<META NAME="robots" CONTENT="INDEX,FOLLOW">
<title>Network Technologies - Computer, Network and Robotic Research</title>
</head>
<body>
<br>....<br>
</body>
</html>
Originally Posted by Skylinux @ 2005-11-28 23:53:29
Last update by Skylinux @ 2005-11-28 23:54:28
Title:
Posted By: On:
Running:
Add Your Comment:
Note: All posts require administrator approval. Please allow 24 hours for message approval.
| |