My site has these two meta tags which currently have the same value:
<meta name="title" content="My Title" />
<meta property="og:title" name="title" content="My Title" />
The second one is a format required for facebook connectivity.
Does this mean the first one is redundant and can be removed?