Buradaki değişiklik sayesinde sitenize gelen google bot yada örümceklere verilen komutla 1 gün sonra tekrar sitenizi ziyaret etmeleri ve indexlemeleri sağlanır
index.template.phpde bul bu kodları
Alıntı
// The main sub template above the content.
function template_main_above()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;
// Show right to left and the character set for ease of translating.
echo '
', empty($context['robot_no_index']) ? '' : '
', '
değiştir
Alıntı
// The main sub template above the content.
function template_main_above()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;
$stop_words= array("I "," a "," about "," an "," are "," as "," at "," be "," by "," com "," de "," en "," for "," from "," how ","How "," in "," is"," it "," la "," of "," 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 '
', empty($context['robot_no_index']) ? '' : '
', '
Kaydol:
Kayıt Yorumları (Atom)
Hiç yorum yok:
Yorum Gönder