| :: |
| Author |
Message |
jaiak
Joined: 17 Dec 2006 Posts: 11
|
Posted: Tue May 27, 2008 12:26 am Post subject: I want change the Title in my Forum Posts |
|
|
Hello
My forum es www.nortejoven.com/foro/
In the topic title appear: "Topic Title" : "Forum Title"
Can I show only the Topic Title? I think that is better solution for seo of individual topics.
Thanks in advance and regards from Spain! |
|
|
| Back to top |
|
 |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 809
|
|
| Back to top |
|
 |
jaiak
Joined: 17 Dec 2006 Posts: 11
|
Posted: Tue May 27, 2008 2:28 am Post subject: Re: I want change the Title in my Forum Posts |
|
|
Hello again HB
This MOD don't included in the phpBB premod?
Thanks |
|
|
| Back to top |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 809
|
Posted: Tue May 27, 2008 3:18 am Post subject: Re: I want change the Title in my Forum Posts |
|
|
| It's included in the premod phpBB-seo. |
_________________ Dan Kehn |
|
| Back to top |
|
 |
jaiak
Joined: 17 Dec 2006 Posts: 11
|
Posted: Tue May 27, 2008 11:45 am Post subject: Re: I want change the Title in my Forum Posts |
|
|
| But I don't kown how chante this feature in the title's posts :S |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
Posted: Tue May 27, 2008 12:25 pm Post subject: Re: I want change the Title in my Forum Posts |
|
|
I can't find the last touch link on your forum
Titles are indeed handled this way by the optimal title mod, adding the forum name at the end of the topic page title can help out when topic titles are not relevant enough, but it's easy to bypass, in viewtopic.php, take a look at the part modified by the mod. |
_________________ phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible ! |
|
| Back to top |
|
 |
jaiak
Joined: 17 Dec 2006 Posts: 11
|
Posted: Tue May 27, 2008 1:56 pm Post subject: Re: I want change the Title in my Forum Posts |
|
|
What is the last touch link? My forum is a phpBB SEO Premod 3.0.1 :S
Hello again and excuses for my incompetence but not that I have to modify in the viewtopic.php in order that alone after the title of the topic without the title of the forum.
Penalized Google many equal or similar titles so I believe that it is better to use the title of the topic and the title of the forum
Sorry for my bad english |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
Posted: Sat May 31, 2008 1:59 pm Post subject: Re: I want change the Title in my Forum Posts |
|
|
The exact line to find in viewtpic.php is :
| Code: | | page_header($topic_data['topic_title'] . ' : ' . $topic_data['forum_name'] . $extra_title); |
You could replace it with :
| Code: | | page_header($topic_data['topic_title'] . $extra_title); |
If you do not want the forum name in the topic titles.
The last touch is the footer link, which should normally show up unless you modified the code. Providing with at least a link per install is a licence requirement.
++ |
_________________ 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 |
|
 |
jaiak
Joined: 17 Dec 2006 Posts: 11
|
Posted: Sun Jun 01, 2008 4:42 pm Post subject: Re: I want change the Title in my Forum Posts |
|
|
Very thanks dcz! I will put your link in the legal and privacy page this week |
|
|
| Back to top |
|
 |
|
|