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  
 
   
category Page title in PHpbb

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


Joined: 04 May 2006
Posts: 55

category Page title in PHpbbPosted: Wed May 10, 2006 7:26 pm    Post subject: category Page title in PHpbb

I prefer to have just the page and forum title as the page title.

Not for instance

abc: page title

just
page title

I know how to do this for viewtopic and view forum

but notice that category produces the index title?

What would I need to change to get the Category Title as page title
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

category Page title in PHpbbPosted: Thu May 11, 2006 12:23 pm    Post subject: Re: category Page title in PHpbb

No time to start a release thread on this, but here is the download link to the phpBB SEO Dynamic Metatag mod.

Read the comment in the install file, you have to fill some keyword lists and descriptions.

This mod is the one used on this site, feel free to adapt it's output upon your needs.

I'll soon release a dynamic titles mod too Wink

_________________
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
sceltic
PR0
PR0


Joined: 04 May 2006
Posts: 55

category Page title in PHpbbPosted: Fri May 12, 2006 8:59 pm    Post subject: Re: category Page title in PHpbb

the dynamic title mod sounds a very good idea
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15242

category Page title in PHpbbPosted: Sat May 13, 2006 9:51 am    Post subject: Re: category Page title in PHpbb

Here you go Wink

Code:
#
#-----[ OPEN ]------------------------------------------
#

/viewtopic.php

#
#-----[ FIND ]------------------------------------------
#
 
$page_title = $lang['View_topic'] .' - ' . $topic_title;
 
#
#-----[ REPLACE, WITH  ]------------------------------------------
#

$page_title = $topic_title;
 
#
#-----[ OPEN ]------------------------------------------
#

/viewforum.php
 
#
#-----[ FIND ]------------------------------------------
#
 
$page_title = $lang['View_forum'] . ' - ' . $forum_row['forum_name'];

#
#-----[ REPLACE, WITH  ]------------------------------------------
#
 
$page_title = $forum_row['forum_name'];
 
#
#-----[ OPEN ]------------------------------------------
#

 /templates/*yourtemplate*/overall_header.tpl
 
#
#-----[ FIND ]------------------------------------------
#

<title>{SITENAME} :: {PAGE_TITLE}</title>
 
#
#-----[ REPLACE, WITH  ]------------------------------------------
#
 
 <title>{PAGE_TITLE}</title>
 
#
#-----[ OPEN ]------------------------------------------
#

/index.php
 
#
#-----[ FIND ]------------------------------------------
#
 
$page_title = $lang['Index'];
 
#
#-----[ REPLACE, WITH  ]------------------------------------------
#

$page_title = "Your Top 3 - keywords/keyphrases - seperated by hiphens";
 
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM

_________________
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
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: