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 isIndexableCondition into the isIndexableConditions array for the virtual type Klevu\IndexingCms\Service\Determiner\IsIndexableDeterminer

XML


Create that class, which must implement the IsIndexableConditionInterface

Vendor\Module\Service\Determiner\ExcludedPagesIsIndexableCondition.php


See Entities Is Indexable Determiner for more information.