Plz help in SEO work for my vbulletin forum

Webestrian

New Member
Hello All!!

I see this in style manager >> head include

Code:
<meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" />
<meta name="generator" content="vBulletin $vboptions[templateversion]" />
<if condition="$show['threadinfo']">
<meta name="keywords" content="<if condition="$threadinfo['taglist']">$threadinfo[taglist], </if>$threadinfo[prefix_plain_html] $threadinfo[title], $vboptions[keywords]" />
<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]" />
<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>

Do i need to change the variable here??and if yes,how to do.

Thanks!
 
Hello? How about making a more intelligent question? How are we to know if you should change what variable and why? What are you trying to accomplish? We're not mind readers and we're not real good at guessing games.
 
Sorry!!Perhaps i couldn't phrase my question better.
I wanted to know that besides placing the key words and meta etc in vbulletin options >> general settings ; do we need to put those keywords etc in the skin templates too.????(i.e. as in the extract aforementioned from styles "header include" template.)

That is my question.Hope i m able 2 clarify this time :)
 
Back
Top