X
X
xFreake2016-12-23 17:20:03
Yii
xFreake, 2016-12-23 17:20:03

Why doesn't it display description and keywords yii?

I output via
$this->registerMetaTag(['name' => 'description', 'content' => $model->meta_description]);
$this->registerMetaTag(['name' => 'keywords', 'content' => $model->meta_keywords]);
neither appears in the view, if it's just echo $model->meta_description somewhere, then the content appears on the page

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
melnikov_m, 2016-12-23
@melnikov_m

Most likely you didn't include $this->head() in your template.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question