$field->isFalse()
Converts the field value into a proper boolean and inverts it
$field->isFalse(): bool
Return type
bool
Example
<?php if ($page->robots()->isFalse()): ?>
<meta name="robots" content="noindex,nofollow">
<?php endif ?>
Converts the field value into a proper boolean and inverts it
$field->isFalse(): bool
bool
<?php if ($page->robots()->isFalse()): ?>
<meta name="robots" content="noindex,nofollow">
<?php endif ?>