PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   rankings (http://www.phpdig.net/forum/showthread.php?t=1267)

liquidice 09-05-2004 09:13 AM

rankings
 
How do I change rankings in the search engine? Is there even a way to do this?

Charter 09-07-2004 03:58 PM

Change rankings based on what?

liquidice 09-09-2004 09:33 AM

I want to rank the top page of a site. Like if someone searches for microsoft I want microsoft's page to come up first.

Charter 09-11-2004 06:45 AM

PhpDig does not have that type of specific ranking ability, but you could try changing the following settings in the config file.
PHP Code:

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

define('NUMBER_OF_RESULTS_PER_SITE',-1);  //max number of results per site
                                          // use -1 to display all results 



All times are GMT -8. The time now is 05:19 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.