Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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

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.

Last updated: Nov 16, 2015