Hooks 

Register the following hooks in ext_localconf.php of your extension.

excludeDoktype Hook 

By adding doktype ids to following array you can exclude them from being crawled:

packages/my_extension/ext_localconf.php
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['crawler']['excludeDoktype'][] = <dokTypeId>
Copied!

pageVeto Hook 

Deprecated since version 11.0.0