How to put Keywords on home page

Designer
Från Portugal
Medlem sedan nov. 2024

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

tim
Founder
Från Sweden
Medlem sedan maj 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.

Du
Denna webbplats använder inga kakor och ingen spårningsteknik från tredje part . Vi tror att vi kan göra det bättre än andra och tänker verkligen på din integritet.