We are using 1.9.0. and wish to limit the text that is entered into the product meta description box when creating a product. Google limits this to 160 characters so we would like to make sure that all our required keywords are used in the first 160. I am aware that if the text is longer Google will only show the first 160, or make up its own text.
Is there a simple way of limiting these characters when creating products.
I can see that in the admin - actions - catalog - infoboxes - edit_category.php there is the following coede spo ids this somewhere where a limit can be added or is it somewhere else.
Code: Select all
$category_seo_description_string .= (new Textarea("categories_seo_description[{$l['languages_id']}]", ['id' => "cSeoDescription-{$l['code']}", 'cols' => '80', 'rows' => '10']))->set_text($l['categories_seo_description'] ?? '');