Re: MetaNamesRank working?
"Cas Tuyn" <[email protected]>
| Newsgroups | gmane.comp.web.swish-e |
|---|---|
| Message-ID | <[email protected]> |
Robert, MetaNamesRank can only have values from -10 to 10, so higher is not possible. We do the same for title (10), description (8) and headings H1,2,3 (6), almost exactly as in the example in the documentation. Cas On 7/7/06, Robert Stoeber <[email protected]> wrote: > I tried to set this up in the config file like so: > > MetaNamesRank 10 company > MetaNamesRank 6 swishtitle > > and the actual documents have headers like this: > > <html> > <head> > <title>$headline</title> > <meta name="company" content="$companyname"> > <meta name="pubdate" content="$pubdate"> > <meta name="cid" content="$companyid"> > </head> > > So the question is, should this work? Do I need higher numbers in the > MetaNamesRank options? Am I missing some other config option?