# Add Open Graph

With a few steps, we can add Open Graph to our pages.

## Outcome

Open Graph support will be added to the Homepage and Blog posts. It will be the minimum implementation of Open Graph containing the sites' `title`, `type`, `URL`, and `image`.

## Takeaway

You will learn:

* How to create a reusable set of properties (called Document Type compositions)
* Add features based on where the composition is implemented
* Get the URL for content items and media items


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.umbraco.com/umbraco-cms/18.latest/develop-with-umbraco/tutorials/starter-kit/lessons/3-add-open-graph.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
