From 34cea3f89645de1536da98b7b79f2cf2147ab7b9 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 19 Apr 2013 21:23:50 +0200 Subject: [PATCH] Added robots meta tag --- files/lib/page/LegalNoticePage.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/lib/page/LegalNoticePage.class.php b/files/lib/page/LegalNoticePage.class.php index 8b3f32b..d156e60 100644 --- a/files/lib/page/LegalNoticePage.class.php +++ b/files/lib/page/LegalNoticePage.class.php @@ -23,7 +23,8 @@ class LegalNoticePage extends AbstractPage { parent::assignVariables(); WCF::getTPL()->assign(array( - 'encodedEmailAddress' => StringUtil::encodeAllChars(LEGAL_NOTICE_EMAIL_ADDRESS) + 'encodedEmailAddress' => StringUtil::encodeAllChars(LEGAL_NOTICE_EMAIL_ADDRESS), + 'allowSpidersToIndexThisPage' => true )); } } -- 2.20.1