thanks, but now it works partially for my desired result
Here is the added code in my headincludes template
Code:
<if condition="THIS_SCRIPT=='member'">
<meta name="keywords" content="$userinfo[username],$vboptions[keywords]" />
<meta name="description" content="$userinfo[username] $vboptions[description]" />
But when I load the profile page of a member in my browser and view the HTML code, the username doesnt show up in the meta tags. Instead, I see something like this:
Code:
<meta name="keywords" content=",keyword1,keyword2,keyword3" />
<meta name="description" content=" description..." />
Is $userinfo[username] the correct code to insert the username there, and am I missing any other code?
thanks