Pergunta

from last few days i am trying to do some modification in SEO level, as i am working on a social portal. when i goes thru any users profile. the page title comes on window tab is

"Profile|XYZ.com"

If i went thru a user

"TestUser"'s

profile,it must show

"TestUser|XYZ.com"

Currently its shwoing

profile|XYZ.com.

i am bit new in velocity as i think it coming from portal_normal.vm

Foi útil?

Solução

I think currently it is showing as

$the_title - $company_name

if you want to show user's name, you can try following in portal_normal.vm

$$user_name | $company_name

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top