---
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-09-23T19:14:52.119Z"
---

## Removed in v6

The module removed the `<OgImage>`{lang="html"} and `<OgImageScreenshot>`{lang="html"} components. Use the composable equivalents instead:

- [`defineOgImage()`{lang="ts"}](/docs/og-image/api/define-og-image) - replaces `<OgImage>`{lang="html"}
- [`defineOgImageScreenshot()`{lang="ts"}](/docs/og-image/api/define-og-image-screenshot) - replaces `<OgImageScreenshot>`{lang="html"}

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

## Sitemap

See the full [sitemap](/sitemap.md) for all pages.
