السلام عليكم ،،
حركة جميلة قريتها بترايدنت
حذف كلمات لا شأن لها بكييوردز وديسكربشن الموضوع
ابشرح لكم ،، ادخلوا على اي موضوع بسوالف وليكن
http://www.swalif.net/softs/swalif55/softs307359/
كليك يمين ،، المصدر ،، راح تحصلون
كود PHP:
<meta name="keywords" content="حركه,اكشتفتها,اليوم,،,تساعد,في,مسك,الكلمات,بسرعه,حركه اكشتفتها اليوم ، تساعد في مسك الكلمات بسرعه (:, سوالف سوفت, forum, internet, web, web2.0, تطوير المواقع, صناعة الإنترنت, صناعة الويب, خدمات الاستضافة, تقنية محركات البحث, برمجة الويب, برمجة المواقع, php, asp, jsp, صيانة المنتديات, أسماء النطاق, domain names" />
وش دخل
سوالف سوفت, forum, internet, web, web2.0
بكييوردز الموضوع !!! 
طريقة التعديل
حذف keywords الموقع الرئيسية من داخل كلمات الموضوع .
في قالب headinclude نبحث عن
هذا السطر
كود PHP:
<meta name="keywords" content="<if condition="$threadinfo['taglist']">$threadinfo[taglist], </if>$threadinfo[prefix_plain_html] $threadinfo[title], $vboptions[keywords]" />
ونستبدله في هذا السطر
كود PHP:
<meta name="keywords" content="<if condition="$threadinfo['taglist']">$threadinfo[taglist], </if>$threadinfo[prefix_plain_html] $threadinfo[title]" />
ايضا الوصف يكرر فيه هالشي
اما لحذف اسم القسم من description الوصف الخاص بالموضوع
نبحث عن هذا السطر في نفس القالب
كود PHP:
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[prefix_plain_html] $threadinfo[title] $foruminfo[title_clean]" />
ونسبتدله بـ
كود PHP:
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[prefix_plain_html] $threadinfo[title] " />
اما لحذف اسم القسم من description الوصف الخاص بالموضوع
نبحث عن هذا السطر في نفس القالب
كود PHP:
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[prefix_plain_html] $threadinfo[title] $foruminfo[title_clean]" />
نستبدله بـ
كود PHP:
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[prefix_plain_html] $threadinfo[title] " />