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  
 
   
[archive] phpBB SEO Dynamic Meta Tags
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » phpBB SEO MODS
::  
Author Message
tweety
PR0
PR0


Joined: 24 Jan 2007
Posts: 94

[archive] phpBB SEO Dynamic Meta TagsPosted: 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

[archive] phpBB SEO Dynamic Meta TagsPosted: 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
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14131

[archive] phpBB SEO Dynamic Meta TagsPosted: 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
Visit poster's website
arkantos



Joined: 13 Feb 2007
Posts: 26
Location: Dark Side of Tha World

[archive] phpBB SEO Dynamic Meta TagsPosted: 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
PR0


Joined: 24 Jan 2007
Posts: 94

[archive] phpBB SEO Dynamic Meta TagsPosted: 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
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14131

[archive] phpBB SEO Dynamic Meta TagsPosted: 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 Rolling Eyes

And believe me arkantos, I know meta tags Cool
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
Visit poster's website
jenny



Joined: 20 Mar 2007
Posts: 1

[archive] phpBB SEO Dynamic Meta TagsPosted: 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
&#317;ubor
PR0
PR0


Joined: 13 Feb 2007
Posts: 52
Location: Slovakia,Bratislava

[archive] phpBB SEO Dynamic Meta TagsPosted: 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 ? Confused
My forum
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14131

[archive] phpBB SEO Dynamic Meta TagsPosted: Wed Mar 21, 2007 2:12 pm    Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags

@jenny Welcome Very Happy

What you're asking for would be quite some added work when building the page, and mostly SEO useless IMHO.

@Ľubor
on day, I'll do something for your nickname Wink

And no worries, the mod will work directly with simple sub forum, whatever version 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
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3477

[archive] phpBB SEO Dynamic Meta TagsPosted: Mon Apr 02, 2007 1:57 pm    Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags

Updated : http://www.phpbb-seo.com/boards/phpbb-seo-toolkit/phpbb-seo-dynamic-meta-tags-vt74.html
Wink

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


Joined: 24 Jan 2007
Posts: 94

[archive] phpBB SEO Dynamic Meta TagsPosted: 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
PR1


Joined: 24 Jul 2006
Posts: 159
Location: Turkey

[archive] phpBB SEO Dynamic Meta TagsPosted: 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
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 14131

[archive] phpBB SEO Dynamic Meta TagsPosted: 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
Visit poster's website
robo1



Joined: 12 Jun 2007
Posts: 2

[archive] phpBB SEO Dynamic Meta TagsPosted: 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
phpBB SEO Team


Joined: 11 May 2006
Posts: 529
Location: IRAN

[archive] phpBB SEO Dynamic Meta TagsPosted: 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
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » phpBB SEO MODS
Page 8 of 9 Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next

Navigation Similar Topics

Jump to: