phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
phpbb Title page for search?

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB Forum
::  
Author Message
cheapez



Joined: 17 May 2007
Posts: 15

phpbb Title page for search?Posted: Tue Jul 10, 2007 12:53 am    Post subject: phpbb Title page for search?

Want new title for phpbb search.php page
right now, "search" is the title page,
want to display new title, something like this:
search: search_keyword here or search_member_name here.

?????????????????????
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

phpbb Title page for search?Posted: Wed Jul 11, 2007 7:02 pm    Post subject: Re: phpbb Title page for search?

You could replace :
Code:
      $page_title = $lang['Search'];


With :
Code:
      // www.phpBB-SEO.com SEO TOOLKIT BEGIN
      $extra_tile = !empty($search_author) ? ' - ' . $search_author : '';
      $page_title = $lang['Search'] . $extra_tile;
      // www.phpBB-SEO.com SEO TOOLKIT END

in search.php, to add the user name in the title for searches like : http://www.phpbb-seo.com/boards/search.php?search_author=cheapez

I'm not convinced going further would be this great SEO wise. Regular searches are for example all using the same starting url : search.php?mode=results

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
cheapez



Joined: 17 May 2007
Posts: 15

phpbb Title page for search?Posted: Wed Jul 11, 2007 11:39 pm    Post subject: Re: phpbb Title page for search?

Thanks dz,

I'm using search for forum tags (like blog tags), and I thinks title for search would help a little bit Very Happy and will get visitors from those search result pages
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB Forum
Page 1 of 1

Navigation Similar Topics

Jump to: