But I don't know how to SEO a memberlist URL like
'memberlist.php?mode=viewprofile&u=4'.
I hope you can help. Thanks!
I think it would be great to make a sticky thread with snippets like this.
Moderator: Moderators
Profiles and groups injection:
You can here chose to inject nicknames, group names and user message page (optional see below) in their URLs instead of the default static rewriting, phpBB/nickname-uxx.html instead of phpBB/membrexx.html.
Please Note
Changing this option requires and .htaccess update
Profiles ID removing:
When Profiles and groups injection is activated, you can here chose to use example.com/phpBB/member/nickname instead of the default example.com/phpBB/nickname-uxx.html. phpBB Uses an extra, but light, SQL query on such pages without user id.
Please Note
Special characters won't be hadled the same by all browser. FF always urlencodes (urlencode()), and as it seems using Latin1 first, when IE and Opera do not. For advanced urlencoding options, please read the install file.
Changing this option requires and .htaccess update

// www.phpBB-SEO.com SEO TOOLKIT BEGIN
if ( empty($phpbb_seo->seo_url['topic'][$topic_id]) ) {
$phpbb_seo->seo_censored[$topic_id] = censor_text($topic_title);
$phpbb_seo->seo_url['topic'][$topic_id] = $phpbb_seo->format_url($phpbb_seo->seo_censored[$topic_id]);
}
if ( empty($phpbb_seo->seo_url['forum'][$forum_id]) ) {
$phpbb_seo->seo_url['forum'][$forum_id] = $phpbb_seo->set_url($forum_name,$topic_data['forum_id'], $phpbb_seo->seo_static['forum']);
}
// www.phpBB-SEO.com SEO TOOLKIT END
Users browsing this forum: No registered users and 6 guests