japa Designer Alates Portugal Liige alates japa 2 mai 2025 18:25 How to put <meta name="description" content=" "> and <meta name="keywords" content=" "> on the website's home page?
jackmaessen LiteCart Fan Alates Netherlands Liige alates jackmaessen 2 mai 2025 18:36 You can put them here: https://github.com/litecart/litecart/blob/dev/public_html/includes/templates/default.catalog/layouts/default.inc.php#L6
tim Founder Alates Sweden Liige alates tim 13 mai 2025 01:40 If you do this for each and every page, edit the controllers in pages/*.inc.php. document::$description = 'My meta description'; document::$snippets['head_tags'][] = '<meta name="keywords" content="...">'; Example: https://github.com/litecart/litecart/blob/dev/public_html/pages/index.inc.php Keep in mind meta keywords are since 10 years ago no longer promoted for use by Google.