View Single Post
Old 11-14-2004, 02:38 AM   #1
darjanp
Green Mole
 
darjanp's Avatar
 
Join Date: Aug 2004
Posts: 5
Angry PgpDig 1.8.3 wont index meta tags (description, leywords)

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

darjanp is offline   Reply With Quote