import React from 'react'; export default function OpenGraph() { return (
The Open Graph (OG) protocol is a set of rules used to enable any web page to become a rich object in a social graph. It was originally created by Facebook.
When you share a link on platforms like Discord, Twitter (X), or LinkedIn, their systems look for these specific meta tags to generate the title, description, and thumbnail image you see in the preview.
By using{' '} Static Site Generation (SSG), Fezcodex ensures these tags are hard-coded into the HTML of every page, allowing social media bots to read them even if they don't support JavaScript.