DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Condition*

Properties for the condition.

The condition is needed for detail views of records. It ensures, that SEO Dynamic Tag is running only

  • on the current page and
  • in the single view

TypoScript Constant Editor: [SEO DYNAMIC TAG - CONDITION]

Property

Single view begin

Data type

string

Description

Obligate! Global condition beginning for the single view. Without outer square brackets (!). Replace ‘xxx’ with the id of the page with your plugin for the single view. You can use PIDinRootline among others but this is dangerous.

Example:

globalVar = GP:tx_ttnews|tt_news > 0] && [globalVar = TSFE:id = 123

Default

globalVar = GP:table|field > 0] && [globalVar = TSFE:id = xxx

Property

Single view end

Data type

string

Description

Obligate! Global condition ending. Without outer square brackets (!). Usually: global

Default

global