| :: |
| Author |
Message |
tweety PR0

Joined: 24 Jan 2007 Posts: 94
|
Posted: Tue Mar 13, 2007 10:33 pm Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
HB If possible to tell!
what do you use to layout your main site?
I like very much the simplicity and layout. very easy to follow. do you use rss feeds? |
|
|
| Back to top |
|
 |
|
 |
HB phpBB SEO Team

Joined: 16 Oct 2006 Posts: 809
|
Posted: Tue Mar 13, 2007 10:45 pm Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
Thanks, the layout is simple because web UI design is not my strong suit. The homepage and articles are handcoded with some php for dynamic content (session handling, banners, list of recent topics on the homepage).
I've experimented with several RSS feeds. dcz is preparing to release his latest Google Yahoo MSN Sitemap And RSS (GYM), which I've been testing for the last couple weeks. It supports caching of the results, which I believe is manditory for any significant traffic. The other RSS feeds I've tried had to serve very short lists (e.g., last ten topics) to keep the performance reasonable. Once cached, GYM's "URLs only" feed serves 100 of the last topics about as fast as the main index page -- that's fast enough for me. I'm still evaluating the digest options; they may be "member only" candidates with some sort of weak authentication. |
_________________ Dan Kehn |
|
| Back to top |
|
 |
buncos
Joined: 11 Mar 2007 Posts: 5
|
Posted: Wed Mar 14, 2007 1:02 am Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
Hey i noticed your <TITLE></TITLE> tag in overall_header.tpl return same result as <meta name="title"..... tag. This feature isnt included in the "phpBB SEO Dynamic Meta Tags" mod.
I'd like to know how you did this as it's a great feature to have for my site.
tia
*update*
never mind i figured it out  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
buncos
Joined: 11 Mar 2007 Posts: 5
|
Posted: Wed Mar 14, 2007 9:29 pm Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
Thanks  |
|
|
| Back to top |
|
 |
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: 14279
|
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: 14279
|
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: 14279
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

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