How to put Keywords on home page

Designer
Depuis Portugal
Membre depuis nov. 2024

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

tim
Founder
Depuis Sweden
Membre depuis 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.

Vous
Ce site n'utilise aucun cookie ni aucune technologie de suivi tierce. Nous pensons pouvoir faire mieux que les autres et nous nous soucions vraiment de votre vie privée.