Hello,
I’m facing an issue with Merchant Center where several of my product listings are blocked from being shown due to “mobile and desktop landing pages not available.” According to Google Ads support, the issue seems to be related to the robots.txt file.
After examining the landing pages for some of the rejected products, the Merchant Center support confirmed that the pages were accessible. However, they noticed an issue with crawling errors, specifically a “Page Not Found (404)” error, which might indicate a problem with the landing pages associated with these products.
this is the google instuction :
User-agent: Googlebot
Disallow:
User-agent: Googlebot-image
Disallow
→ my current robots.txt file :
we use Shopify as our ecommerce platform
{%- comment -%}
Caution! Please read https://help.shopify.com/en/manual/promoting-marketing/seo/editing-robots-txt before proceeding to make changes to this file.
{% endcomment %}
Ajout d’instructions spécifiques pour Googlebot
User-agent: Googlebot
Disallow:
User-agent: Googlebot-image
Disallow:
{% for group in robots.default_groups %}
{{- group.user_agent -}}
{% for rule in group.rules %}
{{- rule -}}
{% endfor %}
{%- if group.sitemap != blank -%}
{{ group.sitemap }}
{%- endif -%}
{% endfor %}
I added the suggested instruction to my default shopify robots.txt, resubmitted the sitemap on Search Console, but the problem persists.
. Has anyone encountered this before or have a solution? Any help would be greatly appreciated!