Log in

View Full Version : PgpDig 1.8.3 wont index meta tags (description, leywords)


darjanp
11-14-2004, 02:38 AM
Older version1.6.x used to index all description and keywords meta tags. New version won't do that. Is there any way to set this option?

Even if I set snippets and summary to true, searh results will only display text from html, never from meta tags.

define('DISPLAY_SNIPPETS',true); //Display text snippets
define('DISPLAY_SNIPPETS_NUM',4); //Max snippets to display
define('DISPLAY_SUMMARY',true); //Display description

even if

define('APPEND_TITLE_META',true); //append title and meta information to results
define('TITLE_WEIGHT',3); //relative title weight: APPEND_TITLE_META needs to be true

Can somebody help me?


thanx

:bang: