[LAYOUT] Port head partials (SEO, OG, JSON-LD, AI disclosure) #15
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: trentuna/asw#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source:
themes/asw-hugo/layouts/partials/Target:
~/projects/asw/layouts/partials/Partials to port:
head.html— full<head>partialmeta/seo.html— canonical, robotsmeta/og.html— Open Graph tagsmeta/json-ld.html— structured datameta/ai-disclosure.html— AI content disclosure metatag-nav.html— tag navigationWire
head.htmlintobaseof.htmlvia the{{ block "head" }}mechanism.These are the mature versions from the sprint — they encode ASW conventions for AI transparency.
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