Yukarıda yazdığım satırların devamı da şöyle:
$stop_words=  array("HoÅŸgeldiniz "," Lütfen "," giriş "," yapın "," veya "," kayıt "," olun "," eposta "," adresinize "," aktivasyon "," iletisi "," gelmediyse "," lütfen "," buraya "," tıklayın ","HoÅŸgeldiniz "," Lütfen "," giriÅŸ"," yapın "," kayıt "," tıklayın "," on "," or ","Or "," that "," the ","The "," this "," to "," was "," what "," when "," where "," who ","Who "," will "," with "," und "," the "," www ","!",".","?","=","-");
        $keywords_ = str_replace($stop_words," ",$context['page_title']);
        $keywords_ =  preg_replace ( "/\s\s+/" , " " , $keywords_);
        $keywords_ = str_replace(" ",", ",trim($keywords_));
	// Show right to left and the character set for ease of translating.
	echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"', $context['right_to_left'] ? ' dir="rtl"' : '', '><head>
	<meta http-equiv="Content-Type" content="text/html; charset=', $context['character_set'], '" />
	<meta name="description" content="', $context['page_title'], '" />
	<meta name="keywords" content="'.$keywords_.'" />
	<meta name="robots" content="all">
	<meta name="robots" content="index, follow">
	<meta name="Yahoo spider" content="index, follow" />
	<meta name="gigabot" content="index, follow">
	<meta name="revisit-after" content="1 days">
Metalarda verdiğiniz satırlar aynen ekliydi. Kaynak kodlara da baktığımda description bölümünde konu başlıklarını görebiliyorum.

Baştaki dört satırı mı silsem acaba?