Thursday 2 February 2012

To Increase Keyword,Meta tag,Description limit to more than 250 Character.


You need to edit your database using phpMyAdmin and increase the length of the meta_keywords field of the ps_product_lang table

And then edit line:187 of classes/Product.php and increase the meta_keywords length there:


protected $fieldsSizeLang = array('meta_description' => 255, 'meta_keywords' => 255,






2 comments:

  1. and how to increase meta limit for home page??

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete