Hello!
I want to rank words some keywords in the head of an html file better
than all words in the body. How can i realise that? The following
files ranked equal when searching for "pattern". When i specify
"MetaNames keywords" in the configuration, only one file is matched:
file1:
------
<html>
<head>
<title>something</title>
<meta name="keywords" value="one, pattern, two">
</head>
<body>
Some body text.
</body>
</html>
file2:
------
<html>
<head>
<title>something</title>
<meta name="keywords" value="one, two">
</head>
<body>
Some body text. And the pattern.
</body>
</html>
--Nikolaus
Received on Wed Dec 18 00:47:32 2002