我使用下面的代码来防止重复的内容。一切正常,除了带有标签(集合/全部/红色)的所有产品URL都以规范的形式指向首页。
{% if template contains 'collection' and current_tags %} <meta name="robots" content="noindex" /> <link rel="canonical" href="{{ shop.url }}{{ collection.url }}" /> {% else %} <link rel="canonical" href="{{ canonical_url }}" /> {% endif %}
答案 0 :(得分:0)
collections/all
有时可能会表现出怪异的行为。最好的解决方案是使用all
或类似的自动规则手动创建集合include all products with name not equal to "!@#"
。
collections/all
存在于每个shopify商店中,即使您无法在管理面板中看到此收藏集。有时通过创建另一个具有相同句柄的集合有助于覆盖此集合