Developed by Facebook, the Open Graph (OG) protocol lets publishers control a URL's appearance in social shares by defining meta tags such as `og:title`, `og:description`, `og:image`, and `og:type`. When a social platform fetches a URL to generate a link preview, it reads these tags to populate the card's title, description, and thumbnail.
For scrapers, OG tags are a fast way to extract a page's canonical title, cover image URL, content type, and description without parsing the full page body. Because they are machine-readable meta elements in the `<head>` section, they can be extracted without JavaScript execution from the raw HTML source.
News aggregators, content monitoring tools, and social listening platforms routinely harvest OG data. Combined with schema.org annotations, OG tags provide rich metadata for a large proportion of the public web.