Thanks.
If I do this, do I still need to a StoreDescription HTML <body> 2500?
Or will it store both the body and meta_description tags by virtue of the
PropertyNames directive?
It seems like StoreDescription and PropertyNames are mutually exclusive, in
this case. Right?
If you want to do that I'd just do
PropertyNames meta_description body
PropertyNamesMaxLength 250 meta_description body
And then, say, in your CGI script do something like:
my $desc = $props{meta_description} || $props{body};
--
Bill Moseley
mailto:moseley@hank.org
Received on Fri Oct 4 13:34:25 2002