By romagromov on Tuesday, 31 March 2015
Posted in Technical Issues
Replies 3
Likes 0
Views 380
Votes 0
Hi!
All tags pages have same page titles with basic site name.
It's very bad for SEO.
How to change titles for tags pages /tags/tag/ios8
Page titles should displays like: "All blog entries with tag ios8"
Hello Romagromov,

Unfortunately there is no setting to change the page title for specific page inside easyblog. However you can change the page title manually from your /components/com_easyblog/views/tags/view.html.php at line 84:

parent::setPageTitle( $title , false , $config->get( 'main_pagetitle_autoappend' ) );
//replace with
parent::setPageTitle( 'Your custom page title heading here '.$title , false , $config->get( 'main_pagetitle_autoappend' ) );


Hope these help
·
Tuesday, 31 March 2015 21:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks.
I think that this code more correct

parent::setPageTitle( 'All entries with tag 'JText::_( $tag->title ).' - '.$title , false , $config->get( 'main_pagetitle_autoappend' ) );


But, if you developes great products, they should be exellent in all.
So, I think, that administrator should have ability to set specific page title for each tag page.

I hope you agree, that the same page titles in all tagged pages - it's bad.
·
Wednesday, 01 April 2015 22:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Romagromov,

I am sorry for the delay of this reply.

Thanks for the heads up on this. We will see if we can implement this in our future release of easyblog
·
Thursday, 02 April 2015 11:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post