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.