Arkadaslar sitemdeki meta taglari kopyalicam sizlere şimdii..
// The main sub template above the content.
function template_html_above()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;
$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 ","!",".","?","=","-");
$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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Turkiye nin En Iyi Madencilik Sitesi">
<meta name="keywords" content="Maden, Madencilik, Maden Forum, Cevher Hazırlama, Metalik Madenler, Maden Arama, Maden is ilanlari" />
<meta name="keywords" content="'.$keywords_.'" />
<meta name="Category" CONTENT="Maden Arama, Is Ilanlari, Sondaj, Seminer, Bitirme, Cevher Hazirlama">
<title>Forum Maden - Madencilik - Cevher Hazirlama - Maden Arama - Maden</title>';
// Please don t index these Mr Robot.
if (!empty($context["robot_no_index"]))
echo '
<meta name="robots" content="index, follow" />';
Bu yukardaki kodlar meta tag bolumum ancak metalarimi değiştirip su sekilde yapmak istedim
<meta http-equiv="Content-Type" content="text/html; charset=', $context['character_set'], '" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<META NAME="Title" CONTENT="Forum Maden - Madencilik - Cevher Hazirlama - Maden Arama - Maden">
<META NAME="Author" CONTENT="ozguryolcu">
<META NAME="Publisher" CONTENT="Mutos">
<META NAME="Copyright" CONTENT="FORUMADEN © 2010">
<META NAME="Keywords" CONTENT="Maden, maden forum, maden muhendisi, madenler, maden arama, cevher hazırlama, madencilik, metalik madenler">
<META NAME="Description" CONTENT="Turkiye nin En Iyi Madencilik Sitesi">
<META NAME="Abstract" CONTENT="Maden muhendisleri ve tum madencilerin bulusma noktasi.">
<META NAME="page-topic" CONTENT="Bilim">
<META NAME="page-topic" CONTENT="Bilgi alisverisi">
<META NAME="audience" CONTENT="all">
<META NAME="Robots" CONTENT="INDEX,FOLLOW">
<META NAME="Language" CONTENT="Turkish">
istedim ama bu sefer bu kodu ekleyince şu aşagidaki hatayi verdi..
// Please don't index these Mr Robot. bu kodda hata var olarak gostermekte..
Nedenini bilmiyorumm ama duzgun bir meta tag yapmak istiyorum yardim ederseniz....
// The main sub template above the content.
function template_html_above()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;
$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 ","!",".","?","=","-");
$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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Turkiye nin En Iyi Madencilik Sitesi">
<meta name="keywords" content="Maden, Madencilik, Maden Forum, Cevher Hazırlama, Metalik Madenler, Maden Arama, Maden is ilanlari" />
<meta name="keywords" content="'.$keywords_.'" />
<meta name="Category" CONTENT="Maden Arama, Is Ilanlari, Sondaj, Seminer, Bitirme, Cevher Hazirlama">
<title>Forum Maden - Madencilik - Cevher Hazirlama - Maden Arama - Maden</title>';
// Please don t index these Mr Robot.
if (!empty($context["robot_no_index"]))
echo '
<meta name="robots" content="index, follow" />';
Bu yukardaki kodlar meta tag bolumum ancak metalarimi değiştirip su sekilde yapmak istedim
<meta http-equiv="Content-Type" content="text/html; charset=', $context['character_set'], '" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<META NAME="Title" CONTENT="Forum Maden - Madencilik - Cevher Hazirlama - Maden Arama - Maden">
<META NAME="Author" CONTENT="ozguryolcu">
<META NAME="Publisher" CONTENT="Mutos">
<META NAME="Copyright" CONTENT="FORUMADEN © 2010">
<META NAME="Keywords" CONTENT="Maden, maden forum, maden muhendisi, madenler, maden arama, cevher hazırlama, madencilik, metalik madenler">
<META NAME="Description" CONTENT="Turkiye nin En Iyi Madencilik Sitesi">
<META NAME="Abstract" CONTENT="Maden muhendisleri ve tum madencilerin bulusma noktasi.">
<META NAME="page-topic" CONTENT="Bilim">
<META NAME="page-topic" CONTENT="Bilgi alisverisi">
<META NAME="audience" CONTENT="all">
<META NAME="Robots" CONTENT="INDEX,FOLLOW">
<META NAME="Language" CONTENT="Turkish">
istedim ama bu sefer bu kodu ekleyince şu aşagidaki hatayi verdi..
// Please don't index these Mr Robot. bu kodda hata var olarak gostermekte..
Nedenini bilmiyorumm ama duzgun bir meta tag yapmak istiyorum yardim ederseniz....