Meta Tags
Censura allows you to edit meta tags to take greater control over your censura site's SEO
Editing the Default Meta Tags
Editing the default meta tags is easy - simply go to Admin > Config >Display, and enter values for the "Meta Keywords" and "Meta Description" fields
Editing the Meta Tags per-page
Since 2.3 you can also edit the meta tags on each page from the language files by setting the "METAKEYWORDS" and "METADESCRIPTION" phrases. For example:
$lang['VIEW_PRODUCT_DETAIL']['META_KEYWORDS'] = '{$product->name}, {$product->vendor->name}, {$product->category->name}, some other keywords';
$lang['VIEW_PRODUCT_DETAIL']['META_DESCRIPTION'] = '{$product->shortDescription} - {$product->name} reviews from myReviewSite.com';
Please see Editing Language and Phrases for more information.