Conditional content displays text only to users that belong to a specified subset of your user pool. Conditional content types do not apply when editing the page.
By default, there are four Conditional text types in the Editor:
You can also create custom conditional text blocks for specific groups.
Conditional content containers function as a toggle.
Public search engines such as Google and Bing can only find content that is publicly available. Content that you include as conditional for Community Members, Pro Members, or Group-specific users will not be available to these search engines.
All results that are provided by the Expert search algorithm include conditional content when viewed by an authenticated user. Compatible search interfaces include, but are not limited to:
Not all conditional content is compatible with the Expert search algorithm.
Conditional content that is applied using the editor toolbar is always compatible; however, conditional content applied by custom DekiScript must adhere to the following rules:
user.groups['support']
user.seated
user.groups['support'] || user.groups['marketing']
user.groups['support'] && user.groups['marketing']
!user.groups['engineering']
Use conditional content whenever you need to control who sees what information on a page:
When using Section Editing for a heading placed within a conditional content block, you must ensure that the block is not a direct child of a parent HTML element. Otherwise, the section will not have the option to Edit.