---
title: "Install Nuxt OG Image"
description: "Get started with Nuxt OG Image by installing the dependency to your project."
canonical_url: "https://nuxtseo.com/docs/og-image/v5/getting-started/installation"
last_updated: "2026-05-06T18:45:40.064Z"
---

## Setup Module

Want to know why you might need this module? Check out the [introduction](/docs/og-image/getting-started/introduction).

To get started with Nuxt OG Image, you need to install the dependency and add it to your Nuxt config.

<module-install included-in="@nuxtjs/seo" name="og-image">



</module-install>

## Verifying Installation

Out-of-the-box the module will not do anything until you configure it.

You can verify the module is installed correctly by checking the [Nuxt DevTools](https://devtools.nuxt.com/) for the OG Image tab.

The DevTools is the starting point, providing a playground to design and test your OG Image with full HMR support.

## Configuration

OG Images must be served with absolute URLs, if you're prerendering, you will need
to provide a Site URL.

<site-config-quick-setup>



</site-config-quick-setup>

## Next Steps

You've successfully installed Nuxt OG Image, but you need to make your first OG Image.

Follow the [Getting Familiar with Nuxt OG Image](/docs/og-image/getting-started/getting-familar-with-nuxt-og-image) tutorial to get started.
