diff --git a/express/blocks/template-list/breadcrumbs.js b/express/blocks/template-list/breadcrumbs.js index 2797e6db6..ae9da74de 100644 --- a/express/blocks/template-list/breadcrumbs.js +++ b/express/blocks/template-list/breadcrumbs.js @@ -104,7 +104,7 @@ function getCrumbsForSEOPage(templatesUrl, allTemplatesMetadata, taskCategories, export default async function getBreadcrumbs() { // for backward compatibility // TODO: remove this check after all content are updated - if (getMetadata('sheet-powered') !== 'Y') { + if (getMetadata('sheet-powered') !== 'Y' || !document.querySelector('.search-marquee')) { return null; } const { origin, pathname } = window.location;