We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75bc3a commit 27a44e3Copy full SHA for 27a44e3
1 file changed
sections/header.liquid
@@ -729,7 +729,7 @@
729
"@type": "Organization",
730
"name": {{ shop.name | json }},
731
{% if section.settings.logo %}
732
- "logo": {{ section.settings.logo | image_url: width: 700 | prepend: "https:" | json }},
+ "logo": {{ section.settings.logo | image_url: width: 500 | prepend: "https:" | json }},
733
{% endif %}
734
"sameAs": [
735
{{ settings.social_twitter_link | json }},
0 commit comments