| :: |
| Author |
Message |
tweety PR0

Joined: 24 Jan 2007 Posts: 94
|
Posted: Sat Mar 17, 2007 12:41 am Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
Thanks HB
dcz
do you think we should we use both? titles twice?
is title a meta? is there value in seo for this? |
|
|
| Back to top |
|
 |
|
 |
arkantos

Joined: 13 Feb 2007 Posts: 26 Location: Dark Side of Tha World
|
Posted: Sat Mar 17, 2007 12:42 am Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
I see that in meta keywords there is included only text and phrases of the topic content, not the topic title.
Some way to solve this?
I guess could be like the rewrite of advanced rewrite, to pick the "topic title", to replace all characters with "," and to just let one "," between letters. So you could have "::topic_title-example2-example3->title2::" and it could be rewriten to ",topic,title,example2,example3,title2" and that way coul be included in the rist statement declaration in
| Code: | if( ($result = $db->sql_query($sql)) ) {
$keywords = '';
|
Could be
| Code: | if( ($result = $db->sql_query($sql)) ) {
$keywords = (function get title meta);
|
so default values could be the title words separated by comas. And that way you may add the new keywords from the content i think. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14131
|
Posted: Sat Mar 17, 2007 11:52 am Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
@tweety
Page title and meta tags are two different things, and yes you should use both mods.
@arkantos
The next version will introduce some function to format any string into keywords list, will be easy to do what you want.
But, note that the topic title will already appear in the meta description, so it won't be necessarily a great SEO enhancement to repeat them this way.
++ |
_________________ 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 |
|
 |
arkantos

Joined: 13 Feb 2007 Posts: 26 Location: Dark Side of Tha World
|
Posted: Sat Mar 17, 2007 7:10 pm Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
| dcz wrote: |
But, note that the topic title will already appear in the meta description, so it won't be necessarily a great SEO enhancement to repeat them this way.
++ |
Well as i know you need to have the meta keywords separated by coma or space or coma and space. In titles you have something like this: "->title1 seo improvements for today<-" so you have metas like this:
<meta keywords="->title1 seo improvements for today<-,key1,key2,key3,key4,key5,key6...">
As you can see the meta keywords are not the same, i mean title does not have the comas in it, also you would need to change all to spaces and not comas to have the title words as keywords. And for titles the characters like "->,::,---" are not good for meta keywords, and you will have those in many titles like "problem - error in functions.php" so the metakeyword title is "problem - error in functions.php", characters are not replaced and thats bad for metakeywords as i know.
But also putting full text without stating spaces as limit for keywords is bad, and you have mixed spaces and comas tant the same time, thats not possible.
But i know that from meta keywords guideline from 2004, maybe you know other things for this.
Even i strongly recommend to have the title words in the meta keywords, and a function to depure the title words to be with coma and to eliminate characters that are not part from the word. |
|
|
| Back to top |
|
 |
tweety PR0

Joined: 24 Jan 2007 Posts: 94
|
Posted: Mon Mar 19, 2007 5:02 am Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
sorry i know about title in head
I was asking if there was a metatag for title as well? i have not seen any site use this? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14131
|
Posted: Mon Mar 19, 2007 10:33 pm Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
Yes tweety, right here on this site (this page's code):
| Code: |
<meta name="title" content="phpBB SEO MODS : [Toolkit] phpBB SEO Dynamic Meta Tags - Page 8"> |
I don't think though this is that much of a big difference, just another small weight added somewhere
And believe me arkantos, I know meta tags
I was talking about the real impact you'd have just repeating words from the title when they are already well represented (title, meta title, and meta desc), could be better to show a bit more complexity, if only to make our meta tags less "always formatted the exact same" if you see what I mean.
++ |
_________________ 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 |
|
 |
jenny
Joined: 20 Mar 2007 Posts: 1
|
Posted: Tue Mar 20, 2007 5:59 pm Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
Hi, thanks for the mod!
I am trying to customize the description a bit but need some help. In view forum, I would like to include the last couple of topic titles in that forum. Is that possible? Any help appreciated.
Thanks,
Jenny |
Last edited by jenny on Tue Mar 20, 2007 7:57 pm; edited 1 time in total |
|
| Back to top |
|
 |
Ľubor PR0

Joined: 13 Feb 2007 Posts: 52 Location: Slovakia,Bratislava
|
Posted: Tue Mar 20, 2007 6:37 pm Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
and according I have Simple SubForums - 1.0.2b ?
My forum |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14131
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3477
|
|
| Back to top |
|
 |
tweety PR0

Joined: 24 Jan 2007 Posts: 94
|
Posted: Tue Apr 03, 2007 3:08 pm Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
i am having problems with the update, the instructions need looking at.
files to edit at top are wrong, it has search to edit but no instructions, but some for includes/page_header.php.
i have updated but get blank pages now |
|
|
| Back to top |
|
 |
lavinya PR1


Joined: 24 Jul 2006 Posts: 159 Location: Turkey
|
Posted: Tue Apr 03, 2007 8:55 pm Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
hello all thanks for update.
Dcz using new version. How - only;
| Code: | <meta name="title"
<meta name="description"
<meta name="category"
<meta name="robots" | tag.
outside of keyword tag.
thanks. |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14131
|
Posted: Tue Apr 03, 2007 11:37 pm Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
@tweety
Sorry for the file to edit list, it's not that much of a deal, but still.
Anyway, I don't think this is what causing us trouble here.
The blank page most likely mean a small error we cannot see with your server settings.
Do you have access to the server erro logs ?
You could try to put back the unmodified files for index.php, viewforum.php and viewtopic.php, and see if you still get the blanck page, if so go further in going back to unmodified files to find out which file is causing the error.
@lavinya
I do not get it sorry.
By the way, could you both post in the phpBB SEO MODS forum as suggested, this thread is meant to provide support for 0.0.1.
++ |
_________________ 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 |
|
 |
robo1
Joined: 12 Jun 2007 Posts: 2
|
Posted: Tue Jun 12, 2007 12:43 pm Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
Hi,
I have installed the simple subforums mod.
Could this be a problem for the Dynamic Meta Tags to work on my forum?
thanks,
greetz |
|
|
| Back to top |
|
 |
AmirAbbas phpBB SEO Team


Joined: 11 May 2006 Posts: 529 Location: IRAN
|
Posted: Tue Jun 12, 2007 2:57 pm Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
| Quote: | Hi,
I have installed the simple subforums mod.
Could this be a problem for the Dynamic Meta Tags to work on my forum?
|
hi robo1. welcome
no,
simple subforum wont interfere in dynamic metatag mod.
you can install both of them. this forum has both of these mod too. |
_________________ چهار گوش - طراحی وب - مجله طراحی وب |
|
| Back to top |
|
 |
|
|