Fóruns

The great place to discuss topics with other users

Fixing Forum Seo Tutorial, I am sharing this from the forum as sample

'
Join the Conversation Resposta ao Post
Jane Marcia
Admin
Joined: 2025-05-17 02:14:16
2025-05-22 00:23:07

Lets fix the seo for the forums? First we will create 3 language key like this forum_seo_title

Add you new forum title forum_seo_description add your own description, I have mine like Join the ScriptsTribe community forums—a dedicated space for users of WoWonder and popular scripts. Get expert support, discover free tutorials and hacks, share tips, and connect with other developers and users. Perfect for anyone looking to enhance their skills, solve issues, and grow their knowledge in script customization and troubleshooting.


forum_seo_keywords  

my keywords, 	WoWonder support community, WoWonder forums, script add-ons forum, PHP script customization help, free WoWonder tutorials, script hacks and tips, WoWonder troubleshooting, community for script developers, WoWonder help, popular scripts support 
 

Now open sources/forum/forum.php and replace all the code with

 
 true,"limit" => 300)); 
$wo['f-total']     = Wo_GetTotalForums(); 
$wo['title']       = $wo['lang']['forum_seo_title'] . ' | ' . $wo['config']['siteTitle']; 
$wo['content']     = Wo_LoadPage('forum/forum'); 
 

Now lets add the title to the Threads Open sources/forum/forum_showthread.php and replace all the code with


 $_GET['tid'], "preview" => true)); 
	if (count($thread) > 0) {	 
		Wo_AddThreadView($_GET['tid']); 
		$wo['description'] = $wo['lang']['forum_seo_description']; 
        $wo['keywords']    = $wo['lang']['forum_seo_keywords']; 
		$wo['page']          = 'forum'; 
		$wo['active']        = null; 
		$wo['thread']        = $thread[0]; 
		$wo['forums']        = Wo_GetForums(); 
		$wo['forumeditor']   = true; 
		$wo['title']         = $wo['thread']['headline']; 
		$wo['content']       = Wo_LoadPage('forum/showthread'); 
	} 
} 
 
 

Now let add of:meta Open themes/yourTheme/layout/container.phtml and look for After that add Clear you browser cache a few times, try posting on twitter or facebook to test. The Threads will have the keywords and description of the form but the title is it's own so everytime you share a forum thread, lets say in facebook it will show te thread title