/MetaTager

This snippet outputs meta tags: title, description, keywords, base, link[canonical] and favicon. It tries to fill all the fields by known data, and do this maximum fast.

Primary LanguagePHP

MetaTager

This snippet outputs meta tags: title, description, keywords, base, link[canonical] and favicon. It tries to fill all the fields by known data, and do this maximum fast.

Use in template, like this:

<!DOCTYPE html>
<html lang="ru">
<head>
[[MetaTager]]
...
<body>
[[!adminToolBar]]
...