{% comment %} # ----------------------------------------------------------------------------- # ~/_data/templates/seo-tags.html # Liquid template to create the HTML portion for the seo-tags plugin # # Product/Info: # https://jekyll.one # # Copyright (C) 2023 Juergen Adams # # J1 Theme is licensed under the MIT License. # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md # ----------------------------------------------------------------------------- # Test data: # liquid_var: {{ liquid_var | debug }} # ----------------------------------------------------------------------------- {% endcomment %} {% if seo_tag.title? %} {{ seo_tag.title }} {% endif %} {% if seo_tag.page_title %} {% endif %} {% if seo_tag.author.name %} {% endif %} {% if seo_tag.description %} {% endif %} {% if site.url %} {% endif %} {% if seo_tag.site_title %} {% endif %} {% if seo_tag.image %} {% if seo_tag.image.height %} {% endif %} {% if seo_tag.image.width %} {% endif %} {% if seo_tag.image.alt %} {% endif %} {% endif %} {% if page.date %} {% else %} {% endif %} {% if page.previous %} {% endif %} {% if page.next %} {% endif %} {% if seo_tag.image %} {% else %} {% endif %} {% if seo_tag.image.alt %} {% endif %} {% if seo_tag.page_title %} {% endif %} {% if site.twitter %} {% if seo_tag.author.twitter %} {% endif %} {% endif %} {% if site.facebook %} {% if site.facebook.admins %} {% endif %} {% if site.facebook.author %} {% endif %} {% if site.facebook.publisher %} {% endif %} {% if site.facebook.app_id %} {% endif %} {% endif %} {% if site.webmaster_verifications %} {% if site.webmaster_verifications.google %} {% endif %} {% if site.webmaster_verifications.bing %} {% endif %} {% comment %} Alexa.com retired on May 1, 2022 # ---------------------------------------------------------------------------- {% if site.webmaster_verifications.alexa %} {% endif %} {% endcomment %} {% if site.webmaster_verifications.yandex %} {% endif %} {% comment %} Baidu requires chinese mobil number (for registration, not longer possible) # ---------------------------------------------------------------------------- {% if site.webmaster_verifications.baidu %} {% endif %} {% endcomment %} {% if site.webmaster_verifications.facebook %} {% endif %} {% elsif site.google_site_verification %} {% endif %}