[cBB Blockgets] Some SEO settings ?


User avatar
Mathieu M.
 
Posts: 45
Joined: Mon Oct 15, 2012 11:55 am
 Mon Oct 29, 2012 6:06 pm • via Web
Hello,

With the upcoming cBB Blockgets 1.0.3, could you add some SEO settings to pages management ? I mean, in the page management, we could have 2 new fields : "Page description" and "Page keywords". These 2 fields should complete the <meta> attributes of the page

For example and if it could be useful, just a look to phpBB SEO Mod for viewforum.php :

Code: Select all
// www.phpBB-SEO.com SEO TOOLKIT BEGIN - META
$seo_meta->collect('description', $forum_data['forum_name'] . ' : ' . (!empty($forum_data['forum_desc']) ? $forum_data['forum_desc'] : $seo_meta->meta_def['description']));
$seo_meta->collect('keywords', $forum_data['forum_name'] . ' ' . $seo_meta->meta['description']);
// www.phpBB-SEO.com SEO TOOLKIT END - META

// www.phpBB-SEO.com SEO TOOLKIT BEGIN - TITLE
$extra_title = ($start > 0) ? ' - ' . $user->lang['Page'] . ( floor( $start / $config['topics_per_page'] ) + 1 ) : '';
page_header($forum_data['forum_name'] . $extra_title, true, $forum_id);
// www.phpBB-SEO.com SEO TOOLKIT END - TITLE


A big : THANK YOU !
User avatar
IvanPF
Administrator
 
Posts: 2010
Joined: Fri Jun 17, 2011 12:15 am
Location: España (Spain)
 Wed Nov 07, 2012 10:37 am • via Android
Hi.

I don't add this settings by default, but, when 1.0.3 arrived, I will made a complete addon to full compatibility with thw SEO Ultimate mod. This addon will be included the keywords and description fields for pages.
User avatar
Mathieu M.
 
Posts: 45
Joined: Mon Oct 15, 2012 11:55 am
 Wed Nov 07, 2012 11:30 am • via Web
Thanks for your answer.

If the addon include all the phpBB SEO Ultimate (Title and metas optimization, URL rewriting, canonical URL and more...), it's perfect !

I'm waiting for 1.0.3 (and phpBB SEO + blog addons) like a small kid before Christmas days...
no_avatar
mladiucitelj
 
Posts: 153
Joined: Sun Sep 02, 2012 11:40 pm
Location: Slovenia, Europe
 Fri Nov 09, 2012 4:34 pm • via Web
Mathieu M. wrote:I'm waiting for 1.0.3 (and phpBB SEO + blog addons) like a small kid before Christmas days...

Me too

Who is online

Users browsing this forum: No registered users and 0 guests