Index SEO

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Re: Index SEO

Post by Mario14125 »

Help someone :?:

Re: Index SEO

Post by Stoker »

Code: Select all

						'seo_desc'         => array('lang' => 'SEO_DESC_WORDS',        'validate' => 'string', 'type' => 'text:40:255', 'explain' => false),
						'seo_key'         => array('lang' => 'SEO_KEY_WORDS',        'validate' => 'string', 'type' => 'text:40:255', 'explain' => true),
Try changing the number 255

Re: Index SEO

Post by Mario14125 »

Stoker, I did so and left me this message:

PL
Ostrzeżenie

Podana wartość ustawienia „[SEO] Słowa kluczowe forum” jest zbyt długa. Maksymalna dozwolona długość to 255.
EN
Warning

The specified settings "[SEO] Keywords Forum" is too big. Maximum permitted length of the 255th
Now what?
Last edited by Mario14125 on 23 May 2010, 17:06, edited 2 times in total.

Re: Index SEO

Post by Stoker »

Thats because it is stored in the config table which is limited to 255 chars.
It makes no sense to use more that 255 chars in the description meta tag anyway.

Re: Index SEO

Post by Mario14125 »

And as I like, I have 999 generates meta tags and I want them all for better indexing, what now?

Re: Index SEO

Post by Stoker »

Well, you could create a new table and store the data there.
Or just google SEO and metatags. Then you would find out that using a longer description wouldnt give better indexing.

Re: Index SEO

Post by testas123 »

can it conflict with forum seo mod ?

viewtopic.php?f=8&t=415

Re: Index SEO

Post by Stoker »

No conflicts :)
Just make sure you use newest version.

Re: Index SEO

Post by Blackwolf_Oz »

Sorry if I am asking this in the wrong area but as I use CA Black in my forum, will I be able to use this or do I need to do some tweaking ? :?

Re: Index SEO

Post by Steve »

Sure just make sure you do the template from the install instruction to your style and what your style is based on either prosilver or subsilver2 based.