Ahref not detecting the Meta Description, SEO title, and H1

Ahref not detecting the Meta Description, SEO title, and H1

ProductScopeAI
Visitor
1 0 0

We found that the Meta Description, SEO title, and H1 were not visible in ahrefs, our SEO tool. After investigating, we determined that Shopify is experiencing issues with detecting these SEO elements, unlike Wordpress.

We reviewed all of our blogs and discovered that all of these elements are present but not visible in the ahref's tool bar. Our SEO health score has decreased significantly due to this.

Has anyone else experienced this issue?

Does anyone know how to resolve this problem?

Screenshot 2025-02-11 124545.png

This image shows that we already added the elements meta description, SEO title in our blogs yet ahref toolbar is not detecting it.

 

 

Screenshot 2025-02-11 124214.png
This image shows that Ahref is not detecting the H1 even if the H1 is present on the blog.

Reply 1 (1)

oscprofessional
Shopify Partner
16343 2438 3177

Hi @ProductScopeAI ,

We have reviewed your code and found that the title and meta description are missing. To resolve this, please follow the steps below to add the necessary code:

  1. Navigate to Online Store > Themes > Edit Code
  2. Open the theme.liquid file
  3. Insert the following code just before the </head> tag:

 

<title>
      {{ page_title }}
      {%- if current_tags %} &ndash; tagged "{{ current_tags | join: ', ' }}"{% endif -%}
      {%- if current_page != 1 %} &ndash; Page {{ current_page }}{% endif -%}
      {%- unless page_title contains shop.name %} &ndash; {{ shop.name }}{% endunless -%}
</title>
{% if page_description %}
      <meta name="description" content="{{ page_description | escape }}">
{% endif %}

 

 

   4. Save and check it!

 



Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...