<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "LinkPresentation",
  "identifier" : "/documentation/LinkPresentation",
  "metadataVersion" : "0.1.0",
  "role" : "Framework",
  "symbol" : {
    "kind" : "Framework",
    "modules" : [
      "Link Presentation"
    ],
    "preciseIdentifier" : "LinkPresentation"
  },
  "title" : "Link Presentation"
}
-->

# Link Presentation

Fetch, provide, and present rich links in your app.

## Overview

The Link Presentation framework enables you to present content-rich URLs in a consistent
way. Retrieve metadata from a URL, present the rich link content inside your app,
and provide link metadata to the share sheet experience in iOS.

![Diagram showing how an LPLinkView presents a map URL with an image of the map on top, and the name and address of the location underneath.](images/com.apple.Link-Presentation/linkpresentation-1@2x.png)

For more information about presenting links, see WWDC 2019 session 
[262: Embedding
and Sharing Visually Rich Links](https://developer.apple.com/videos/play/wwdc2019/262/).

## Topics

### Link metadata

[`LPMetadataProvider`](/documentation/LinkPresentation/LPMetadataProvider)

An object that retrieves metadata for a URL.

[`LPLinkMetadata`](/documentation/LinkPresentation/LPLinkMetadata)

An object that contains metadata about a URL.

### Rich links

[`LPLinkView`](/documentation/LinkPresentation/LPLinkView)

A rich visual representation of a link.

### Reference

[LinkPresentation Errors](/documentation/LinkPresentation/Errors)

[LinkPresentation Macros](/documentation/LinkPresentation/Macros)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)