---
title: canonicalWebPageURL
framework: quicklook
role: symbol
role_heading: Instance Property
path: quicklook/arquicklookpreviewitem/canonicalwebpageurl
---

# canonicalWebPageURL

An optional canonical web page URL for the 3D content that will be shared.

## Declaration

```swift
var canonicalWebPageURL: URL? { get set }
```

## Discussion

Discussion If this is supplied, the URL to the canonical web page is shared instead of the 3D content file. For example, providing https://developer.apple.com/arkit/gallery/ as the canonical web page URL string will be shared via the Share button. If the web page URL string is malformed or not provided, then AR Quick Look will default to sharing the 3D content.
