Try our conversational search powered by Generative AI!

Loading...
Area: Optimizely Search & Navigation
ARCHIVED This content is retired and no longer maintained. See the latest version here.

Recommended reading 

How it works

In Episerver CMS, you can place content in a content area, which is a property of the type ContentArea. Content in a content area is not indexed by default as part of the main content, but there are methods for achieving content area indexing.

Indexing methods

Use one of the following ways to make for example content of the type block type, become indexed inside a content area:

  • Use the IndexInContentAreas attribute on the content type. Instances of the content type that are dropped in a content area are indexed as a part of the main content.
  • Create a Boolean property in admin mode for the content type (selected/not selected) with the name IndexInContentAreas, and set the value to True. Instances of the content type in a content area are indexed as a part of the main content.
  • Change the default behavior of the IContentIndexerConventions.ShouldIndexInContentAreaConvention.
Do you find this information helpful? Please log in to provide feedback.

Last updated: Nov 16, 2015

Recommended reading