---
title: Open Graph
sidebar:
  order: 10
---

The full specification can be found at <http://ogp.me/>.

Svelte Meta Tags currently supports:

For the properties common to every type (`url`, `title`, `description`, `images`/`image`, `videos`, `audio`, `locale`, `siteName`), see [Basic](/open-graph/basic). The pages below cover the type-specific blocks that render additional `og:*` properties when `openGraph.type` matches.

- [Basic](/open-graph/basic)
- [Video](/open-graph/video)
- [Article](/open-graph/article)
- [Book](/open-graph/book)
- [Profile](/open-graph/profile)
