Minimum Open Graph tags
These four OG tags are required by the Open Graph protocol. HTML title and description cannot satisfy them.
HTML head
<meta property="og:title" content="Page title">
<meta property="og:type" content="website">
<meta property="og:image" content="https://example.com/og.png">
<meta property="og:url" content="https://example.com/page">