have you considered using the description of the lists to use as "site description"?
as attached screenshot, all lists are of the same description, to have a dynamic site description consistent with the content increase the pagerank :)
$this->pageTitle .= ' - '.$model->getStrByLang('title');
if ($model->getStrByLang('description'))
$this->pageDescription = truncateText($model->getStrByLang('description'), 20);
if ($model->getStrByLang('body'))
$this->pageDescription = truncateText($model->getStrByLang('body'), 20);
if ($model->getStrByLang('page_body'))
$this->pageDescription = truncateText($model->getStrByLang('page_body'), 20);
Return to Questions and help for changes
Users browsing this forum: No registered users and 22 guests