japa Designer Od Portugal Člen od nov 2024 japa 2 máj 2025 18:25 How to put <meta name="description" content=" "> and <meta name="keywords" content=" "> on the website's home page?
jackmaessen LiteCart Fan Od Netherlands Člen od dec 2022 jackmaessen 2 máj 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 Od Sweden Člen od máj 2013 tim 13 máj 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.