| :: |
| Author |
Message |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15125
|
|
| Back to top |
|
 |
|
 |
993ti
Joined: 26 Aug 2006 Posts: 16
|
Posted: Sat Aug 26, 2006 6:49 pm Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
Looks a lot like the one i converted
I've been trying to get it to work with the album, like getting the category and pic title in the description.
Any ideas? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15125
|
Posted: Sun Aug 27, 2006 12:17 am Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
And Welcome sir
Then, I don't know about your mod, but what I know is there are not a hundred ways to query for some useful info in this case.
As said in the install, I took this one as a starting base and mostly added category support so far.
Anyway, meta tags are not as important as they use to.
The main interest is to have dynamic Meta's here, because overall, it's still a bit of a plus to show related description and keywords. Better than nothing I'd say here
Then, for the album, is it smartor's ?
++ |
_________________ 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 |
|
 |
993ti
Joined: 26 Aug 2006 Posts: 16
|
Posted: Sun Aug 27, 2006 3:01 am Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
| dcz wrote: | And Welcome sir  |
Thank you
| dcz wrote: | | As said in the install, I took this one as a starting base and mostly added category support so far. |
Yep, that's the one i modified a bit too
| dcz wrote: |
Anyway, meta tags are not as important as they use to.
The main interest is to have dynamic Meta's here, because overall, it's still a bit of a plus to show related description and keywords. Better than nothing I'd say here  |
I agree, some search engines still use them but the big ones don't.
They show up on serps like google so that's a plus (i'd click a link with that kind of description faster then some blabla link).
| dcz wrote: |
Then, for the album, is it smartor's ?
|
Yep, did some tweaks on it recently and now i'm waiting to see if it worked and the metatag part would help a lot  |
|
|
| Back to top |
|
 |
asiaexpat PR1

Joined: 04 Aug 2006 Posts: 121
|
Posted: Sun Oct 08, 2006 5:22 am Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
Hello
I dont understand the instructions.
" If you use the phpbbstyle.com sql cache system, just look for //SQL CACHE and
# uncomment (and comment) the proper lines
# Also, make sure you change FEW_MORE_KEYWORDS_COMA_SEPARATED, YOUR_DEFAUT_DESCRITPION,
# YOUR_DEFAULT_KEYWORDS_COMA_SEPARATED, YOUR_AUTHOR_INFOS & YOUR_COPYRIGHT_INFOS with the proper infos.
# Note : YOUR_AUTHOR_INFOS & YOUR_COPYRIGHT_INFOS lines are commented by default, because it is not
# needed in most cases. Uncomment the proper lines if you want those to be outputted as well."
I am supposed to replace YOUR_DEFAULT_KEYWORDS_COMA_SEPARATED
with 20 ketwords?
and replace YOUR_DEFAUT_DESCRITPION
with a short description?
and FEW_MORE_KEYWORDS_COMA_SEPARATED
replace with what? smore mopre keywords? other than already used? and how many? |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15125
|
Posted: Sun Oct 08, 2006 10:29 am Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
| asiaexpat wrote: |
I am supposed to replace YOUR_DEFAULT_KEYWORDS_COMA_SEPARATED
with 20 ketwords?
|
Exactly, 20 or less. This list will be used for your index basically.
| asiaexpat wrote: |
and replace YOUR_DEFAUT_DESCRITPION
with a short description?
|
Again, yes, and this will be your index's description.
| asiaexpat wrote: |
and FEW_MORE_KEYWORDS_COMA_SEPARATED
replace with what? smore mopre keywords? other than already used? and how many? |
And ... yes, but this is only to add one or two keywords you find very important, they will show up at the end of the keyword list calculated for categories, forums and topics. Just do not add too many words in this one.
You could as well not use this last one and just replace it with nothing if you prefer.
++ |
_________________ 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 |
|
 |
Darth Pincho PR1

Joined: 22 Sep 2006 Posts: 141
|
Posted: Sun Oct 08, 2006 6:34 pm Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
sorry im a little confused here. After installing this mod the meta tags for a corvette cars post will be corvette relate tags for example? or simply random tags? but random inside the post? or totaly random inside the search tables.
Can you please give to me a little better explanation of how this mod works? what it does? Wich are the advantages of that? |
_________________ Webmaster at:
http://www.tupincho.net
Discussion board at:
http://www.tupincho.net/foro/ |
|
| Back to top |
|
 |
Darth Pincho PR1

Joined: 22 Sep 2006 Posts: 141
|
Posted: Mon Oct 09, 2006 12:11 am Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
Hi i nstall the mod but have some troubles. In sorce code of my post we can see:
<meta name="description" lang="en" content="Tupincho.net - Foros de discusión :: Esteroides anabólicos y otros compuestos :: Esteroides anabólicos y otros compuestos (Ciclos, orales y/o inyectables) :: Ayuda, primer ciclo Deca, Dianabol. Comentarios, Correccione" />
The phrase Esteroides anabólicos y otros compuestos :: is repeated. And correspond to the variable $meta_row['cat_title']
Its also happening at index, categories and posts.
What do you recomend? remove that variable of my code?
By now i coment the variable in order to avoid it. but do you recomend other thing? |
_________________ Webmaster at:
http://www.tupincho.net
Discussion board at:
http://www.tupincho.net/foro/ |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15125
|
|
| Back to top |
|
 |
Darth Pincho PR1

Joined: 22 Sep 2006 Posts: 141
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15125
|
|
| Back to top |
|
 |
Darth Pincho PR1

Joined: 22 Sep 2006 Posts: 141
|
Posted: Tue Oct 10, 2006 2:00 pm Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
Yes i solved that part. Now my meta tags are not accurately at all. I include 265 words in the .txt file at language folder and rebild my search. I think i have to include more words, and numbers, meta tags shows a lot of numbers.
My search tables goes from 110 mb to 74 mb. Probably i have to filter the keyword one more time or two more times. |
_________________ Webmaster at:
http://www.tupincho.net
Discussion board at:
http://www.tupincho.net/foro/ |
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 15125
|
|
| Back to top |
|
 |
euroman PR0

Joined: 21 Oct 2006 Posts: 81
|
Posted: Sat Oct 21, 2006 10:21 pm Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
Great ide for a mod !
One thing that really puzzels me is where $page_title gets defined in pageheader.php ? Cant see it definded anywhere ? |
|
|
| Back to top |
|
 |
euroman PR0

Joined: 21 Oct 2006 Posts: 81
|
Posted: Sun Oct 22, 2006 12:59 am Post subject: Re: [archive] phpBB SEO Dynamic Meta Tags |
|
|
| Is it possible only to use the last part of the title ? |
|
|
| Back to top |
|
 |
|
|