← back to Consulting Designerwallcoverings Com

docs/aeo-drafts/theme-snippets/sections-page.liquid.PROPOSED

21 lines

{%- comment -%}
  TK-20 DRAFT — PROPOSED sections/page.liquid.
  Only change vs LIVE: the final {% render 'dw-aeo-jsonld' %} line, which emits
  handle-keyed WebPage + FAQPage JSON-LD on /pages/wall-coverings + /pages/designer-wallpaper.
  The snippet no-ops on every other page handle. Nothing else is modified.
  DO NOT PUT to the live theme until Steve GO (theme write is gated).
{%- endcomment -%}
<h1 class="page-title">{{ page.title }}</h1>

{% render 'breadcrumbs' %}

<div class="page-content rte">
  {{ page.content }}
</div>

{% if settings.dw_enable_recently_viewed %}
  {% render 'recently-viewed' %}
{% endif %}

{% render 'dw-aeo-jsonld' %}