{% if robots is not defined %} {% set robots = "index,follow" %}{% endif %}<meta name="description" content="{{ seoDescription }}" /><meta name="author" content="" />{% if app.environment == 'prod' %} <meta name="robots" content="{{ robots }}" /> {% if canonicalUrl is defined %} <link rel="canonical" href="{{ canonicalUrl }}" /> {% endif %}{% else %} <meta name="robots" content="noindex,nofollow">{% endif %}