I have been working on a project and I have a question about meta tags.
One of the tags I use for title of a content.
<meta name = "subject" content = "post-title">
I was looking for more tags than I use for adding between < head > < /head >. I found out Facebook, Twitter and so on has their own tags. So, my question is
What happened if I use each other between < head > < /head >? Is there anything wrong?
<meta name = "subject" content = "post-title">
<meta property = "og:title" content="post-title" />
<meta name = "twitter:title" content="post-title">
As you know search engines care about the meta tags. Does Google send me to sandbox if I use these three similar meta tags?