|
| 1 | +# CollectionBuilder Blog Tagging Guidelines |
| 2 | + |
| 3 | +This document provides standardized guidelines for tagging blog posts in the CollectionBuilder blog to ensure consistent organization and discoverability. |
| 4 | + |
| 5 | +## Tag Format Rules |
| 6 | + |
| 7 | +**Always use lowercase with hyphens (kebab-case):** |
| 8 | +- ✅ `student-reflection` |
| 9 | +- ✅ `project-spotlight` |
| 10 | +- ✅ `cb-sheets` |
| 11 | +- ❌ `Student Reflection` |
| 12 | +- ❌ `student_reflection` |
| 13 | +- ❌ `studentreflection` |
| 14 | + |
| 15 | +**No spaces in tags** - replace with hyphens: |
| 16 | +- ✅ `oral-histories` |
| 17 | +- ✅ `3d-collections` |
| 18 | +- ❌ `oral histories` |
| 19 | +- ❌ `3d collections` |
| 20 | + |
| 21 | +## Primary Content Categories |
| 22 | + |
| 23 | +### Newsletter Posts (13 posts) |
| 24 | +**Tag:** `newsletter` |
| 25 | +- Monthly roundup posts (bulletins) |
| 26 | +- Community updates and announcements |
| 27 | +- Regular recurring content |
| 28 | + |
| 29 | +### Student Work (8 posts) |
| 30 | +**Tag:** `student-reflection` |
| 31 | +- Student reflections and experiences |
| 32 | +- LIS student program participants |
| 33 | +- Personal learning journeys |
| 34 | + |
| 35 | +### Featured Projects (5 posts) |
| 36 | +**Tag:** `project-spotlight` |
| 37 | +- Community project highlights |
| 38 | +- User case studies and implementations |
| 39 | +- Showcasing creative uses of CollectionBuilder |
| 40 | + |
| 41 | +### Educational Content (7 posts) |
| 42 | +**Tag:** `teaching` |
| 43 | +- Classroom integration stories |
| 44 | +- Pedagogical approaches |
| 45 | +- Educational use cases |
| 46 | + |
| 47 | +### Announcements (5 posts) |
| 48 | +**Tag:** `announcement` |
| 49 | +- Important CollectionBuilder news |
| 50 | +- Team changes and updates |
| 51 | +- Major feature releases |
| 52 | + |
| 53 | +### Resources (1 post) |
| 54 | +**Tag:** `resources` |
| 55 | +- Helpful guides and references |
| 56 | +- Community-contributed content |
| 57 | + |
| 58 | +## Technical Categories |
| 59 | + |
| 60 | +### CollectionBuilder Templates |
| 61 | +- `cb-sheets` (5 posts) - CollectionBuilder-SHEETS related content |
| 62 | +- `cb-gh` (2 posts) - CollectionBuilder-GH related content |
| 63 | +- `cb-csv` (1 post) - CollectionBuilder-CSV related content |
| 64 | + |
| 65 | +### Technical Content |
| 66 | +- `tech` (4 posts) - General technical discussions |
| 67 | +- `alert` (2 posts) - Important technical alerts and bugs |
| 68 | +- `tip` (1 post) - Technical tips and tricks |
| 69 | +- `ruby-jekyll` (1 post) - Ruby/Jekyll specific content |
| 70 | + |
| 71 | +### Development |
| 72 | +- `cb-add-on` (2 posts) - Add-on tools and extensions |
| 73 | +- `customization` (1 post) - Customization guides |
| 74 | +- `github` (1 post) - GitHub-specific content |
| 75 | + |
| 76 | +## Thematic Tags |
| 77 | + |
| 78 | +### Subject Areas |
| 79 | +- `3d-collections` (1 post) - 3D content and viewers |
| 80 | +- `multilingual` (1 post) - Multi-language collections |
| 81 | +- `oral-histories` (2 posts) - Oral history projects |
| 82 | + |
| 83 | +### Community & Events |
| 84 | +- `community` (5 posts) - Community building and engagement |
| 85 | +- `workshops` (4 posts) - Workshop announcements and recaps |
| 86 | +- `lis-student-program` (2 posts) - Library science student program |
| 87 | + |
| 88 | +## Tag Usage Examples |
| 89 | + |
| 90 | +### Newsletter Post |
| 91 | +```yaml |
| 92 | +tags: [newsletter, project-spotlight, cb-sheets, workshops] |
| 93 | +``` |
| 94 | +
|
| 95 | +### Student Reflection |
| 96 | +```yaml |
| 97 | +tags: [student-reflection, lis-student-program, community] |
| 98 | +``` |
| 99 | +
|
| 100 | +### Technical Alert |
| 101 | +```yaml |
| 102 | +tags: [alert, tech, cb-gh, github] |
| 103 | +``` |
| 104 | +
|
| 105 | +### Teaching Post |
| 106 | +```yaml |
| 107 | +tags: [teaching, cb-sheets, workshops] |
| 108 | +``` |
| 109 | +
|
| 110 | +--- |
| 111 | +
|
| 112 | +*Last updated: June 2025* |
| 113 | +*For questions about tagging, contact the CollectionBuilder team.* |
0 commit comments