ogurl
og:url is a property of the Open Graph protocol that specifies the canonical URL of the page represented by a piece of content when it is shared on social media. By providing a single, stable URL, og:url helps ensure that the correct link, title, description, and image are associated across platforms such as Facebook, LinkedIn, and Twitter's card rendering.
Implementation is done in the HTML head as a meta tag, for example: <meta property="og:url" content="https://example.com/page.html"
og:url is typically used together with other Open Graph tags such as og:title, og:description, and og:image to
Best practices include choosing one canonical URL (for example, with or without www, http versus https) and
Testing and limitations: Some networks may ignore og:url in certain scenarios or require additional tags to
---