Yes. I only want to filter them out, so they're not shown the age gate. I've tried to show the page under the following condition, but it still blocks the facebook open graph crawler even though it's afterwards listed as robot on the online list.
PHP:
if(empty(\XF::visitor()->Activity->robot_key)) {
// User is not a robot.
}