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