diff --git a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript index 8320b413..c1ab9ca9 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript +++ b/public/typo3conf/ext/ep_theme/Configuration/TypoScript/Page/Main.typoscript @@ -214,7 +214,7 @@ page { # page.headerData.995 > [end] -[like(request.getNormalizedParams().getHttpUserAgent(), "*Googlebot*")] +[request.getNormalizedParams() && like(request.getNormalizedParams().getHttpUserAgent(), "*Googlebot*")] page.headerData.990 > page.headerData.995 > [end]