index.template.php dosyasında bulalım.
altına ekleyin
Aynı dosyada bul (keywords yazan yerde sizin keyworsleriniz var)
bununla değiştirin
Kod:
function template_main_above()
Kod:
[B][COLOR=white]{[/COLOR][/B]
[B][COLOR=white] global $context, $settings, $options, $scripturl, $txt, $modSettings;[/COLOR][/B]
Kod:
$stop_words= array(" ben "," sen "," hakkında "," bir "," nerede "," ki "," kim "," nerede "," ve "," com "," de "," en "," için "," tarafından "," nasıl "," ne "," içinde "," ile "," www ","!",".","?","=","-");
Kod:
[B][COLOR=white] $keywords_ = str_replace($stop_words," ",$context['page_title']);[/COLOR][/B]
[B][COLOR=white] $keywords_ = preg_replace ( "/\s\s+/" , " " , $keywords_);[/COLOR][/B]
[B][COLOR=white] $keywords_ = str_replace(" ",", ",trim($keywords_));[/COLOR][/B]
Kod:
<****name="keywords" content="KEYWORDS" />
Kod:
<**** name="keywords" content="'.$keywords_.'" />

