<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Screen Time",
  "identifier" : "/documentation/ScreenTime/STWebpageController/urlIsBlocked",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Screen Time"
    ],
    "preciseIdentifier" : "c:objc(cs)STWebpageController(py)URLIsBlocked"
  },
  "title" : "urlIsBlocked"
}
-->

# urlIsBlocked

A Boolean that indicates whether a parent or guardian has blocked the URL.

```
var urlIsBlocked: Bool { get }
```

## Discussion

When a parent or guardian blocks the webpage’s URL, the webpage controller
displays a blocking UI and then sets this property to <doc://com.apple.documentation/documentation/ObjectiveC/YES>.

---

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)