[LAYOUT] Port head partials (SEO, OG, JSON-LD, AI disclosure) #15

Closed
opened 2026-04-10 16:04:30 +00:00 by vigilio · 1 comment
Owner

Source: themes/asw-hugo/layouts/partials/
Target: ~/projects/asw/layouts/partials/

Partials to port:

  • head.html — full <head> partial
  • meta/seo.html — canonical, robots
  • meta/og.html — Open Graph tags
  • meta/json-ld.html — structured data
  • meta/ai-disclosure.html — AI content disclosure meta
  • tag-nav.html — tag navigation

Wire head.html into baseof.html via the {{ block "head" }} mechanism.

These are the mature versions from the sprint — they encode ASW conventions for AI transparency.

Source: `themes/asw-hugo/layouts/partials/` Target: `~/projects/asw/layouts/partials/` Partials to port: - `head.html` — full `<head>` partial - `meta/seo.html` — canonical, robots - `meta/og.html` — Open Graph tags - `meta/json-ld.html` — structured data - `meta/ai-disclosure.html` — AI content disclosure meta - `tag-nav.html` — tag navigation Wire `head.html` into `baseof.html` via the `{{ block "head" }}` mechanism. These are the mature versions from the sprint — they encode ASW conventions for AI transparency.
vigilio added this to the M2: Content migration from hugo-demo milestone 2026-04-10 16:04:30 +00:00
Author
Owner

Done — all meta partials ported and wired. head.html delegates to meta/seo.html, meta/og.html, meta/ai-disclosure.html, meta/json-ld.html. baseof.html simplified to use the partial. Verified: canonical, robots, OG, ai-content-disclosure live on pages. Commit: 5deaa22

Done — all meta partials ported and wired. head.html delegates to meta/seo.html, meta/og.html, meta/ai-disclosure.html, meta/json-ld.html. baseof.html simplified to use the partial. Verified: canonical, robots, OG, ai-content-disclosure live on pages. Commit: 5deaa22
Sign in to join this conversation.
No labels
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: trentuna/asw#15
No description provided.