when i crreated webpages in HTML i put the metta tags in between the <head> tags.
Ok here is my question 😃
When i use PHP and i call upon headers.inc from the index.php with this command
<?php require_once($DOCUMENT_ROOT . '/header.inc'); ?>
do i place the metta tags in the header.inc file? or in index.php.
i presume it would be header.inc, but how do i put unique descriptions on everypage?
is it possible to leave the metta tags out the header.inc and just have them in index.php ,links.php etc
thank u