Proper conversion for weights August 12, 2011 02:22AM |
Registered: 9 years ago Posts: 33 |
Re: Proper conversion for weights August 13, 2011 06:24PM |
Registered: 13 years ago Posts: 1,009 |
$weight = ( ( $words_in_page + $word_in_title * $title_weight + $word_in_domain * $domain_weight + $word_in_path * $path_weight + $meta_keyword * $meta_weight ) * 10 / (0.8 + 0.2*$path_depth) );Now you will clearly notice that modifying the settings in Admin backend alters the multiplier in the corresponding row. But the main structure and variables of the algorithm remain unchanged.
Re: Proper conversion for weights August 13, 2011 10:29PM |
Registered: 9 years ago Posts: 33 |
search algorithm March 06, 2014 06:44AM |
Registered: 6 years ago Posts: 5 |
Re: Proper conversion for weights March 06, 2014 02:46PM |
Registered: 13 years ago Posts: 1,009 |
Re: Proper conversion for weights March 07, 2014 06:36AM |
Registered: 6 years ago Posts: 5 |
Re: Proper conversion for weights March 20, 2014 06:40AM |
Registered: 6 years ago Posts: 5 |
Re: Proper conversion for weights March 20, 2014 03:04PM |
Registered: 13 years ago Posts: 1,009 |
Re: Proper conversion for weights November 19, 2017 02:49PM |
Registered: 3 years ago Posts: 2 |
Re: Proper conversion for weights November 19, 2017 09:47PM |
Moderator Registered: 13 years ago Posts: 1,009 |