<!--
{
  "availability" : [
    "macOS: 10.15.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SafariServices",
  "identifier" : "/documentation/SafariServices/SFUniversalLink/init(webpageURL:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Safari Services"
    ],
    "preciseIdentifier" : "c:objc(cs)SFUniversalLink(im)initWithWebpageURL:"
  },
  "title" : "init(webpageURL:)"
}
-->

# init(webpageURL:)

Creates a universal link object with the URL.

```
init?(webpageURL url: URL)
```

## Parameters

`url`

The URL of the web page to associate.

## Discussion

This designated initializer creates a [`SFUniversalLink`](/documentation/SafariServices/SFUniversalLink) object.

---

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)