Breadcrumbs not showing in Google Results or in Google Search Console

Topic summary

A user implemented breadcrumbs on their Dawn theme Shopify site but is experiencing visibility issues with Google.

The Problem:

  • Breadcrumb count in Google Search Console (GSC) is declining rather than increasing
  • Breadcrumbs are not appearing in Google search results
  • Breadcrumbs are visible on the actual website

Technical Details:

  • User shared their breadcrumb code implementation
  • Code excludes certain templates: index, cart, collections-list, and 404 pages
  • Included screenshots showing GSC data and missing breadcrumbs in search results

Current Status:
The issue remains unresolved with no responses yet. The user is seeking explanations for why Google is not recognizing or displaying their breadcrumb structured data despite proper frontend implementation.

Summarized with AI on November 12. AI used: claude-sonnet-4-5-20250929.

Hi there!

I have added Breadcrumbs to my Dawn theme but since I have done that I have seen that actually the number of Breadcrumbs in GSC is declining. See graph below.

Additionally, in google results, the results are not showing with the breadcrumbs underneath.

In my website I do have the breadcrumbs visible.

Why are the Breadcrumbs not showing in Google Results? Why is GSC not considering them?

my Breadcrumbs code:

{% unless template == 'index' or template == 'cart' or template == 'list-collections' or template == '404' %}

{% assign t = template | split: '.' | first %}

{% endunless %}