How to put Keywords on home page

Designer
Da Portugal
Membro dal nov 2024

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

tim
Founder
Da Sweden
Membro dal mag 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.

Tu
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.