---
title: "Components"
description: "The OgImage and OgImageScreenshot components have been removed in v6."
canonical_url: "https://nuxtseo.com/docs/og-image/api/components"
last_updated: "2026-05-24T16:41:50.104Z"
---

## Removed in v6

The module removed the `<OgImage>` and `<OgImageScreenshot>` components. Use the composable equivalents instead:

- [`defineOgImage()`](/docs/og-image/api/define-og-image) - replaces `<OgImage>`
- [`defineOgImageScreenshot()`](/docs/og-image/api/define-og-image-screenshot) - replaces `<OgImageScreenshot>`

See the [v6 migration guide](/docs/og-image/migration-guide/v6) for details.
