{% comment %}Shared SEO metadata. Canonical URLs intentionally exclude query strings. Query/filter pages are marked noindex. {% endcomment %}
{% if blog %}
{% with seo_title=blog.title|add:' | مرکز راهبری کسبوکار' %}
{% endwith %}
{% elif service %}
{% with seo_title=service.name|add:' | مرکز راهبری کسبوکار' %}
{% endwith %}
{% elif category %}
{% with seo_title=category.name|add:' | مرکز راهبری کسبوکار' %}
{% endwith %}
{% else %}
{% endif %}
{% if blog %}{% endif %}
{% if blog.thumbnail %}{% endif %}
{% if service.image %}{% endif %}
{% if request.GET %}{% else %}{% endif %}
{% if blog %}
{% elif service %}
{% endif %}
{% if request.resolver_match.url_name == 'index' and faqs %}
{% endif %}