Jump to content

meta keyword field problem


Recommended Posts

I want to input as many meta keyword as I can, however I receive this message :

The field META keyword (English (United States)) is too long (255 chars max, html chars including)

 

I tryed to edit the database but the problem still exist.

Link to comment
Share on other sites

but is there any way to put in more than 255 keywords ? i have the latest prestashop installed and now i cant find ps_metakeyword length in the database . I need to disable the keyword limit in prestashop. Please help

Edited by ddock (see edit history)
Link to comment
Share on other sites

what PS version you use?

 

check classes/Meta.php file

 

you've got there something like:

  'keywords' =>   array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isGenericName', 'size' => 255),

 

you can change size param value

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...