diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.zpt b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.zpt index ef8b696965fc3b56b456f71dd787068fa6ee4345..010e9b34f8a500c146366a0da12f01a4eeac2c46 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.zpt +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/template_erp5_xhtml_style.zpt @@ -22,7 +22,7 @@ DEPRECATION: <head> <tal:block metal:use-macro="global_definitions_macros/header_boilerplate" /> <meta name="generator" content="ERP5 - Copyright (C) 2001 - 2015. All rights reserved." /> - <meta name="robots" tal:attributes="content python: 'noindex, nofollow, noarchive, noimageindex, nosnippet' if here.getWebSiteValue() is None else 'index, follow'"/> + <meta name="robots" tal:attributes="content python: 'noindex, nofollow, noarchive, noimageindex, nosnippet' if ((here.getWebSiteValue() is None) or (request.get('ignore_layout', 0))) else 'index, follow'"/> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="google" content="notranslate"> <tal:block metal:use-macro="global_definitions_macros/render_css_js" />