
Index SEO
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
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
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),
Re: Index SEO
Stoker, I did so and left me this message:
PL
PL
ENOstrzeżenie
Podana wartość ustawienia „[SEO] Słowa kluczowe forum” jest zbyt długa. Maksymalna dozwolona długość to 255.
Now what?Warning
The specified settings "[SEO] Keywords Forum" is too big. Maximum permitted length of the 255th
Last edited by Mario14125 on 23 May 2010, 17:06, edited 2 times in total.
Re: Index SEO
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.
It makes no sense to use more that 255 chars in the description meta tag anyway.
Re: Index SEO
And as I like, I have 999 generates meta tags and I want them all for better indexing, what now?
Re: Index SEO
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.
Or just google SEO and metatags. Then you would find out that using a longer description wouldnt give better indexing.
Re: Index SEO
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
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.