By Valentin Barbu on Wednesday, 11 March 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 565
Votes 0
Hello guys,

EasyDiscuss is inserting the same meta description ( default meta description set in settings ) for all tags pages, I'd suggest to better let it empty if there's no meta description set for that tag.

Rgds
Hello Valentin Barbu,

Please replace your view.html.php file in ...\components\com_easydiscuss\views\tags\view.html.php with this file.

I added this code at line 61 and line 62 for this file.

$doc->setMetadata( 'keywords'		, ' ' );
$doc->setMetadata( 'description' , ' ' );
·
Wednesday, 11 March 2015 19:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Akmal,

Yep that works, maybe you can add this on your future version, also when I checked a post page source, I see that there you insert post title in meta keywords, same there better remove, or insert there the tags defined for the post, if no tags set, then let it empty.

Regards
·
Wednesday, 11 March 2015 19:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Thanks for the suggestion. We will discuss about this with the developers.
·
Wednesday, 11 March 2015 19:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post