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  
 
   
Whats the best way to display your title for each page..
Goto page Previous  1, 2
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » SEO Techniques
::  
Author Message
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 2430

Whats the best way to display your title for each page..Posted: Thu Feb 21, 2008 9:30 am    Post subject: Re: Whats the best way to display your title for each page..

Patience is virtue SEO wise Wink

_________________
Back to top
dtvhdtv



Joined: 27 Mar 2008
Posts: 6

Whats the best way to display your title for each page..Posted: Thu Mar 27, 2008 2:57 am    Post subject: Re: Whats the best way to display your title for each page..

Thanks for the tips. However, when I applied the mod, my very first page's title shows "index page". How do I go about fixing it to show "sitename"?

I followed exactly the same procedures in the mod.

Please help!
Back to top
MathieuM.
phpBB SEO Team
phpBB SEO Team


Joined: 10 Feb 2008
Posts: 252
Location: Rhône-Alpes

Whats the best way to display your title for each page..Posted: Thu Mar 27, 2008 8:39 am    Post subject: Re: Whats the best way to display your title for each page..

Hi,

You can change it in the "/language/en/common.php".Find "Index page" and remplace by what you want Wink


Mathieu.

_________________
[ Site phpBB SEO ] [ Téléchargements ] [ L'annuaire SEO ] [ Venez vous présenter ] [ Fonction Recherche ]
---------------------------
[ phpBB SEO Site ] [ Downloads ] [ SEO Directory ] [ Introduce yourself ] [ Search function ]
Back to top
dtvhdtv



Joined: 27 Mar 2008
Posts: 6

Whats the best way to display your title for each page..Posted: Thu Mar 27, 2008 1:15 pm    Post subject: Re: Whats the best way to display your title for each page..

Mathieu, what u told me did the magic. Thank you Very Happy
Back to top
MathieuM.
phpBB SEO Team
phpBB SEO Team


Joined: 10 Feb 2008
Posts: 252
Location: Rhône-Alpes

Whats the best way to display your title for each page..Posted: Thu Mar 27, 2008 3:31 pm    Post subject: Re: Whats the best way to display your title for each page..

No problem Wink


Mathieu.

_________________
[ Site phpBB SEO ] [ Téléchargements ] [ L'annuaire SEO ] [ Venez vous présenter ] [ Fonction Recherche ]
---------------------------
[ phpBB SEO Site ] [ Downloads ] [ SEO Directory ] [ Introduce yourself ] [ Search function ]
Back to top
dtvhdtv



Joined: 27 Mar 2008
Posts: 6

Whats the best way to display your title for each page..Posted: Sun Mar 30, 2008 2:49 pm    Post subject: Re: Whats the best way to display your title for each page..

Mathieu, I lied to you. After I changed the "index" to my own title, I started getting

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3391: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3393: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3394: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3395: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)

I tried to remove lines 3391,3393,3394,3395 from functions.php, but it caused more trouble lol

Do you know the magic spell for this problem too? Laughing
Back to top
MathieuM.
phpBB SEO Team
phpBB SEO Team


Joined: 10 Feb 2008
Posts: 252
Location: Rhône-Alpes

Whats the best way to display your title for each page..Posted: Sun Mar 30, 2008 3:54 pm    Post subject: Re: Whats the best way to display your title for each page..

Hi,

Give me your URL please.
Give me too the exact modification that you made in language/en/ common.php.

I think you've lost your utf-8 encoding Wink


Mathieu.

_________________
[ Site phpBB SEO ] [ Téléchargements ] [ L'annuaire SEO ] [ Venez vous présenter ] [ Fonction Recherche ]
---------------------------
[ phpBB SEO Site ] [ Downloads ] [ SEO Directory ] [ Introduce yourself ] [ Search function ]
Back to top
dtvhdtv



Joined: 27 Mar 2008
Posts: 6

Whats the best way to display your title for each page..Posted: Sun Mar 30, 2008 4:05 pm    Post subject: Re: Whats the best way to display your title for each page..

Sure, it's http://www.dtv-hdtv.com but for now I just replaced it with original common.php so it doesn't display the error message.

But for what I've done with the language/en/common.php is as follows. I changed the value "Index Page" to "test!", and it does display "test!" as the page title, but along with that the error message Smile

here you are:

Quote:

'INDEX' => 'test!',


thank you
Back to top
MathieuM.
phpBB SEO Team
phpBB SEO Team


Joined: 10 Feb 2008
Posts: 252
Location: Rhône-Alpes

Whats the best way to display your title for each page..Posted: Sun Mar 30, 2008 5:39 pm    Post subject: Re: Whats the best way to display your title for each page..

Try without the "!", and do NOT save with BOM.
I think you lost your UTF-8 encoding during the saving of your common.php.


Mathieu.

_________________
[ Site phpBB SEO ] [ Téléchargements ] [ L'annuaire SEO ] [ Venez vous présenter ] [ Fonction Recherche ]
---------------------------
[ phpBB SEO Site ] [ Downloads ] [ SEO Directory ] [ Introduce yourself ] [ Search function ]
Back to top
dtvhdtv



Joined: 27 Mar 2008
Posts: 6

Whats the best way to display your title for each page..Posted: Sun Mar 30, 2008 6:22 pm    Post subject: Re: Whats the best way to display your title for each page..

Problem solved! I am sure you were right on the utf-8 thing because I redid the procedure using PSPad (I used to use notepad before...), and it's working fine. Very good.

Thank you so much! Very Happy
Back to top
MathieuM.
phpBB SEO Team
phpBB SEO Team


Joined: 10 Feb 2008
Posts: 252
Location: Rhône-Alpes

Whats the best way to display your title for each page..Posted: Sun Mar 30, 2008 6:33 pm    Post subject: Re: Whats the best way to display your title for each page..

Wink

_________________
[ Site phpBB SEO ] [ Téléchargements ] [ L'annuaire SEO ] [ Venez vous présenter ] [ Fonction Recherche ]
---------------------------
[ phpBB SEO Site ] [ Downloads ] [ SEO Directory ] [ Introduce yourself ] [ Search function ]
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » SEO Techniques
Page 2 of 2 Goto page Previous  1, 2

Navigation Similar Topics

Jump to: