Indexing
...
Entities
CMS Pages

Excluding CMS Pages

1min

You may wish to exclude certain CMS pages from the sync.

To do this we inject an isIndexableDeterminer into the isIndexableDeterminers array for the virtual type Klevu\IndexingCms\Service\Determiner\IsIndexableDeterminer

XML


Create that class, which must implement the IsIndexableDeterminerInterface

Vendor\Module\Service\Determiner\ExcludedPagesIsIndexableDeterminer.php


See Entities Is Indexable Determiner for more information.