1.0 KiB
1.0 KiB
1. Audit Blog Clickables
- 1.1 Inventory blog clickables (
site/src/pages/blog/**,site/src/components/Blog*) that should emit Umami events (post cards, category subnav, pages list links, detail chrome links) - 1.2 Confirm each clickable has the required Umami attributes and a deterministic unique
target_idper taxonomy
2. Implement Umami Attributes
- 2.1 Instrument blog secondary navigation links with
data-umami-eventand required event data (target_id,placement,target_url) - 2.2 Instrument blog post cards and any inline links in listing UIs with
data-umami-eventand required event data - 2.3 Instrument blog detail page chrome links (e.g., Back) and pages listing links with required Umami attributes
3. Verify
- 3.1 Add/update tests to assert blog components/pages contain Umami
data-umami-eventattributes (and key properties liketarget_id,placement,target_url) - 3.2 Build the site and confirm
/blogand a blog detail page render with instrumented clickables