---
title: url
framework: linkpresentation
role: symbol
role_heading: Instance Property
path: linkpresentation/linkmetadata/url
---

# url

The URL that returned the metadata, taking server-side redirects into account.

## Declaration

```swift
nonisolated var url: URL { get set }
```

## Discussion

Discussion The URL that returns the metadata may differ from the originalURL to which you sent the metadata request. This can happen if the server redirects the request, for example, when a resource has moved, or when the original URL is a domain alias.
