TariqHussaini have now created the archive folders as i need them. In total there are 12 archives. For testing I changed your code and added two of my new Archiv boards. The "Test_Archive" already existed due to previous tests. For the excisting Archiv "Test_Archive" the noindex Tag was added. But for the two new ones "Archiv_CallYa", "Archiv_Mobilfunk" unfortnatly not. The Archiv Folders are all created with the same settings. Could it be a code error? <#assign catIDs = ["Test_Archive", "Archiv_CallYa", "Archiv_Mobilfunk"] /> <#if catIDs?seq_contains(coreNode.id)> <meta name="robots" content="noindex,follow"> </#if>