In fact, I add those tags that I wrote above. But the problem is that my site is one-page (there is only index.php , and the rest of the pages are opened on the principle "$page = $_GET['page']" ).
So far there are 6 categories of goods on the site, each of which is recorded in a database. I would like each category to have its own title , description and keywords . But, unfortunately, each category does not have separate pages, such as categry_1.php , category_2.php . They are invoked using the include() function in index.php in the body block. And those tags can only be written in the head block.
Related to this question: is there a solution to this problem or not? I hope my problem is clear. Thank you in advance.
$page = $_GET['page'], and output them in the right place) - Ruslan