Forum Moderators: phranque
Worse than that, if a spider reads the tag and is confused by its position in the body, the page itself might not get indexed as a consequence, or the content might not be recognized (because the spider thinks it is still in the head section).
You will need to find a way of inserting the meta tag in the right place, or write out the links with Javascript to stop them being indexed.
If you are able to set the title of the page what would happen if you inserted some html of the form
title</title><meta .....>
You would be left with a stray </title> tag but neither browsers nor robots would object violently to this.
This isn't likely to work for various reasons but it might.
Kaled.