Hello, I am working on a page for adults and I would like to insert a meta tag to notify search engines
https://developers.google.com/search/docs/crawling-indexing/safesearch
The meta tag I want to insert is the following:
<meta name=”rating” content=”RTA-5042-1996-1400-1577-RTA”>
Ideally, this should be handled by the SEO plugin, but unfortunately Rank Math doesn’t include it yet. Although google is certainly quite efficient in detecting this content, it is not usually strictly necessary but I want to be serious and responsible in every way
My first attempt was creating an element in the wp_head hook but it didn’t work out very well, I noticed that it was inside style tags. I have set priority 1 and now it looks much better. Maybe it looks a bit strange as it has no line break
A thousand apologies for continuing with such novice questions, but is the meta data well placed? can I do something to prevent it from mixing other labels?
is it ok as it is right now?
Thank you !

