{% set pluginSettings = "[Plugin Settings](" ~ cpUrl('seomatic/plugin') ~ ")" %} {% if not craft.app.config.general.allowAdminChanges %} {% set pluginSettings = "Plugin Settings" %} {% endif %}

Environment: {{ seomatic.getEnvironment() }} {{ ("The SEOmatic environment, either `live`, `staging`, or `local`. This setting controls whether certain things render, and is configured in " ~ pluginSettings ~ ".

Only in the `live` production environment will Google Analytics and other tracking tags send analytics data.

SEOmatic also automatically sets the `robots` tag to `none` for everything but the `live` production environment.") | md | striptags('
') | raw }}

{% set message = seomatic.getEnvironmentMessage() %} {% if message | length %}

{{ message | md | striptags('
') | raw }}

{% endif %}