|
For your tags on those .php pages you can place something like the following on your products.php page.
<title><?= $title; ?> | Site Title</title>
<meta name="description" content="<?= $title; ?> - <?= $desc; ?>">
<meta name="keywords" content="<?= $title; ?>,more keywords">
|