Ténno Seremél’<p>What HTML pages should be using instead of OpenGraph:</p><p>• og:title → <title>…</title><br>• og:url → <link rel="canonical" href="…"> (assuming you even need it)<br>• og:description → <meta name="description" content="…"><br>• og:image → <link rel="icon" href="…" type="…" sizes="…"> (although it usually contains a site’s icon, not a thumbnail)<br>• og:locale → <html lang="…"> (or on elements it applies to)<br>• og:locale:alternate → assuming I understand it right, you don’t need it, link to another page with <link rel="alternate" hreflang="…" href="…"> or <a rel="alternate" href="…" hreflang="…">…</a>.<br>• og:audio → <audio autoplay src="…">, but really, don’t.<br>• og:video → same, but <video>.<br>• *:author → <meta name="author" content="…"><link rel="author" href="…"> or <a rel="author" href="…">…</a>). Unsure how that works with multiple authors, probably simply more links.<br>• og:site_name → none, doesn’t matter (it’s often a final part of the title, though; there is also non‐standard <meta name="publisher" content="…">, assuming you want to treat the website as a publisher, which is probably not intended).<br>• og:type → none, doesn’t matter.<br>• og:determiner → none, doesn’t matter.<br>• there are rel="license", rel="terms-of-service" and rel="privacy-policy" on LINK and A elements, if you need them.<br>• dates live in HTTP headers.</p><p>:blobcatcoffee:</p><p><a href="https://lor.sh/tags/lang_en" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lang_en</span></a> <a href="https://lor.sh/tags/html" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>html</span></a> <a href="https://lor.sh/tags/metadata" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>metadata</span></a> <a href="https://lor.sh/tags/opengraph" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>opengraph</span></a></p>