{# SEO Start #} {# Tip: You can pass the handle of your SEO field - getSeoField('mySeoFieldHandle') #} {% set seo = getSeoField() %} {% if seo is null or seo.title == '' %} {% set seo = craft.seo.custom(siteName, '', false) %} {% endif -%} {% set locale = craft.app.locale %} {% set locales = craft.app.i18n.siteLocaleIds|without(locale) %} {{ seo.title }} {% if seo.description != '' %} {% else %} {% endif %} {% set fb = seo.social.facebook -%} {% if fb.description != '' %} {% else %} {% endif %} {% set langSwitcher = craft.app.sites.getAllSites() %} {% set currentSite = craft.app.sites.currentSite %} {% for lang in langSwitcher %} {% if lang.id != currentSite.id %} {% set url = lang.getBaseUrl() %} {% if entry is defined %} {% set otherLocaleEntry = craft.entries.siteId(lang.id).id(entry.id).one() %} {% if otherLocaleEntry %} {% set url = otherLocaleEntry.url %} {% endif %} {% elseif category is defined %} {% set otherLocaleCat = craft.categories.siteId(lang.id).id(category.id).one() %} {% if otherLocaleCat %} {% set url = otherLocaleCat.url %} {% endif %} {% endif %} {% endif %} {% endfor %} {% set tw = seo.social.twitter -%} {% if seo.robots -%} {% endif %} {%- if seo.expiry -%} {% endif %} {# SEO End #}