Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
184 views
in Q2A Core by
I understand that most search engines do not pay ant attention to key words anymore, but they will pickup the descriptions on the site. in 1.5.4 default template the description has been killed instead of the key words.

//$this->output('<META NAME="description" CONTENT="'.$this->content['description'].'"/>'); and the key words function is open.

$this->output('<META NAME="keywords" CONTENT="'.$this->content['keywords'].'"/>');

if you want the descriptions to show on the index and place some in your admin section just remove the // from

//$this->output('<META NAME="description" CONTENT="'.$this->content['description'].'"/>');
Q2A version: 1.5.4
by
I don't know how much a meta tag for descriptions are weighted today but I added some and analized it. Results were:
Title Length     44
Title Relevance     100%
Description Length     159
Description Relevance     100%
Keywords Length     0
Keywords Relevance     0%
Average HTML Headings Relevance     100%

Please log in or register to answer this question.

...