I have a script in php
that shows content within <body>
and that it extracts a description column from the database so I wanted to dynamically put the text of that description into the content of the <meta name="description" content="<?php echo $description; ?>"/>
tag % Will it be valid for SEO that is outside the <head>