Can the meta tags go outside the head (Inside the body)?

1

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>

    
asked by Victor Laya 01.11.2018 в 23:43
source

0 answers