[/COLOR]
Sen index dosyanda gerekli meta,keyword bilgilerini verirsen oda flashı taramaz.
Bu description ayarı pretty_url kurulu Fazla Derin phpmiz yok Buradan bişi anlayan
yardımcı olabilir mi ? if(!empty($modSettings['meta_data_description_on']))
{
echo'
<meta name="description" content="' , !empty($context['meta_description']) ? $context['meta_description'] : $modSettings['meta_data_description_text'], '" />';
}
if(!empty($modSettings['meta_data_keywords_on']))
{
echo'
<meta name="keywords" content="';
if (!empty($context['current_topic']))
{
$keystring = str_replace(' ', ',', trim($context['page_title_html_safe']));
echo '', $keystring, ',';
}
elseif (!empty($context['current_board']))
{
$keystring = str_replace(' ', ',', trim($context['page_title_html_safe']));
echo '', $keystring, ',';
}
else
{
echo '', $modSettings['meta_data_keywords_text'], ',';
}
echo '" />';
}__________________________________________________ _____________
Kafama birde Şu takılıyor Aynı sitenin
Google özerindeki istatistiğidir.
Her Gün Gösterim aynı ve tıklanma sayısı sanki önceki günün aynısı bu ne biçim iştir. Google Kimi kandırıyor sayfa gösterimi aşıyorken coğul 7k altına düşmüyorken Bu Google nasıl oluyorda Her gün aynı istatiği bana sunuyor. Var bundada bir anormallik ?[COLOR="Silver"]