Open Graph
A set of meta tags in a page's head that declare a title, description, and image for how the page should be represented when it is shared or summarized.
You have seen the neat preview card when a link gets shared: a title, a line of text, an image. That card is not pulled from the page by magic. You wrote it, in tags most people never look at, and those same tags speak to machines too.
Those tags are Open Graph, and a wrong one quietly tells every reader the wrong thing about your page.
What Open Graph is
Open Graph is a set of meta tags in a page's head. They declare a title, a description, and an image to represent the page when it is shared or summarized.
They were built so social platforms could render a clean preview instead of scraping something ugly. But they are also a plain-text label any parser can read: a short, explicit statement of what this page is and what it says.
Old way, new way
The old way: you set Open Graph tags so a link looked good when someone pasted it into a chat or a feed. The audience was a human glancing at a card.
The new way: machines that read your page also read those tags as a quick summary of it. A clean Open Graph title and description hand a parser a labeled starting point instead of forcing it to infer everything from the layout. The same tags now talk to readers that never see the card.
Where Open Graph goes wrong
The common faults are all about the tags not matching the page:
- A stale Open Graph title from an old version of the page.
- A description that oversells or describes a different page entirely.
- Missing tags, so the machine falls back to guessing from raw layout.
- The same Open Graph block copied across many pages, so every page claims to be the same thing.
A label that contradicts the page is worse than none. It tells the reader something false with confidence.
The damaging admission
Open Graph is a small lever, and Citedon will not oversell it. Correct tags make a page easier to summarize accurately. They do not make a thin page worth reading, and they do not get you cited.
If the body of the page is unreadable, perfect Open Graph tags just describe an unreadable page more neatly. They are a label on the box, not the contents.
How to check yours
Take an important page and read its Open Graph title and description on their own. Do they describe this exact page truthfully and specifically. If a machine summarized your page from those two lines alone, would it be right.
Run a free scan on that URL to see how an engine reads and summarizes it, or read schema that makes pages machine-readable.