• Web sitemizin içeriğine ve tüm hizmetlerimize erişim sağlamak için Web sitemize kayıt olmalı ya da giriş yapmalısınız. Web sitemize üye olmak tamamen ücretsizdir.
  • Sohbetokey.com ile canlı okey oynamaya ne dersin? Hem sohbet et, hem mobil okey oyna!
  • Soru mu? Sorun mu? ''Bir Sorum Var?'' sistemimiz aktiftir. Paylaşın beraber çözüm üretelim.

vBulletin vBulletin Her Sayfaya Ayrı Meta...

mum

Özel Üye
Üyelik Tarihi
3 Nis 2008
Konular
2,214
Mesajlar
2,424
MFC Puanı
1,030
Yedek Almadan Denemeyiniz

headinclude Template Bulup Siliniz
Kod:
                             <if condition="$show['threadinfo']">
<meta name="keywords" content="$threadinfo[title], $vboptions[keywords]" />
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[title] $foruminfo[title_clean]" />
<else />
<if condition="$show['foruminfo']">
<meta name="keywords" content="$foruminfo[title_clean], $vboptions[keywords]" />
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" />
<else />
<meta name="keywords" content="$vboptions[keywords]" />
<meta name="description" content="$vboptions[description]" />
</if>
</if>


Forumhome Template İçinde Bulunuz
Kod:
$headinclude
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>


Bunla Değiştiriniz
Kod:
   <title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
<meta name="keywords" content="$vboptions[keywords]" />
<meta name="description" content="$vboptions[description]" />
$headinclude


Forumdisplay Template İçinde Bulunuz
Kod:
 $headinclude
<title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>


Bunla Değiştiriniz
Kod:
<title>$foruminfo[title_clean]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>
<meta name="keywords" content="$foruminfo[title] $vboptions[keywords]" />
<meta name="description" content="$foruminfo[description] $foruminfo[title]" />
$headinclude


Showthread Template İçerisinde Bulunuz
Kod:
  $headinclude
<title>$thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $vboptions[bbtitle]</title>


Bunla Değiştiriniz
Kod:
<title>$thread[title]<if condition="$pagenumber>1"> - <phrase 1="$pagenumber">$vbphrase[page_x]</phrase></if> - $foruminfo[title]</title>
<meta name="description" content="$thread[title]- $foruminfo[title]" />
<meta name="keywords" content="$thread[title]" />
$headinclude


Showthread_showpost Template İçinde Bulunuz.
Kod:
   $headinclude
<title>$vboptions[bbtitle] - $vbphrase[view_single_post] - $threadinfo[title]</title>


Bunla Değiştiriniz
Kod:
   <title>$vboptions[bbtitle] - $vbphrase[view_single_post] - $threadinfo[title]</title>
<meta name="keywords" content="$thread[title] $vboptions[keywords]" />
<meta name="description" content="$thread[title] $foruminfo[title] $foruminfo[description] " />
$headinclude


Memberinfo Template İçinde Bulunuz
Kod:
  $headinclude
<title>$vboptions[bbtitle] - $vbphrase[view_profile]: $userinfo[username]</title>


Bunla Değiştiriniz
Kod:
 <title>$userinfo[username]'s profile on $vboptions[bbtitle]</title>
<meta name="keywords" content="$vboptions[keywords]" />
<meta name="description" content="$vboptions[description]" />
$headinclude


Kesinlikle yedek alıp uygulayınız.
Kolay gelsin.
 
Üst