PDA

View Full Version : Ranking for Pages in Search Result


alokjain9
02-10-2006, 01:43 AM
The ranking for pages in search result is in location/frequency based.
I want to rank my pages on top, if they have word in title.
Can the ranking scheme in phpdig be changed.

alokjain9
02-10-2006, 05:25 AM
Hey :-)
I got the solution,

In config.php

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

Just change the title weight, and page with the word in title, will always be displayed first.