Hi my website dropped over 40 points from 62 to 23 in a matter of days on Shopify’s expression theme. I’ve done everything, checked everything but I have no idea what is going wrong and its frustrating. I’ve uninstalled apps installed during that time as well. Can I get some help?
this is my theme.liquid code.
{% render ‘head-tag’ %}
{%- capture seo_title -%}
{{ page_title }}
{% if current_tags %}
{% assign meta_tags = current_tags | join: ', ’ %}
– {{ ‘general.meta.tags’ | t: tags: meta_tags }}
{% endif %}
{% if current_page != 1 %}
– {{ ‘general.meta.page’ | t: page: current_page }}
{% endif %}
{% unless page_title contains shop.name %}
– {{ shop.name }}
{% endunless %}
{%- endcapture -%}
{% render ‘social-meta-tags’ %}
{%- liquid
assign logo_font = settings.type_logo_font
assign base_font = settings.type_base_font
assign base_font_fivehundo = base_font | font_modify: ‘weight’, ‘500’
assign base_font_bold = base_font | font_modify: ‘weight’, ‘bolder’
assign base_font_italic = base_font | font_modify: ‘style’, ‘italic’
assign base_font_bold_italic = base_font_bold | font_modify: ‘style’, ‘italic’
assign heading_font = settings.type_heading_font
assign nav_font = settings.type_nav_font
-%}
{{ ‘styles.css’ | asset_url | stylesheet_tag: preload: true }}
{%- if template.directory == ‘customers’ -%}
{%- endif -%}
{%- if tinyscript -%}{{ content_for_header }}{%- else -%}{% render ‘tiny-script-control’ %}{%- endif -%}
{{ 'general.accessibility.skip_to_content' | t }}{% render ‘breadcrumbs’ %}
{%- if template contains 'index' -%} {% section 'banner' %}{{ content_for_layout }}
{%- if template contains ‘index’ -%}
{%- sections ‘overlay-group’ -%}
{%- if template contains ‘product’ or template contains ‘index’ -%}
{% render ‘photoswipe’ %}
{%- endif -%}