How to put Keywords on home page

Designer
From Portugal
Member since nov. 2024

How to put <meta name="description" content=" "> and <meta name="keywords" content=" "> on the website's home page?

tim
Founder
From Sweden
Member since mai 2013
tim

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.

You
This website uses no cookies and no third party tracking technology. We think we can do better than others and really think about your privacy.