Instruction file imported from jacebenson/blog (
.github/instructions/posts.instructions.md). Copyright stays with the author.
ServiceNow Post Tagging Guidelines
This guide defines the consistent tagging structure for ServiceNow-related blog posts in this Eleventy site.
Core Tagging Rules
- All ServiceNow-related posts should include the
servicenowtag - Non-ServiceNow posts should NOT include the
servicenowtag - Use lowercase, hyphenated tags for consistency
- Each post should have 2-5 tags maximum for best organization
ServiceNow Tag Categories
Security-Based Tags
Use these for posts about access control, data protection, and security features:
acls- Access Control Lists and security rulesbefore-query-business-rules- Security-focused business rules that filter datadata-policies- Data validation and field policiesdata-filtration- Record filtering and data securityinstallation-exit- Installation exits and security customizationsspentrypage- Service Portal entry pages and securityuser-criteria- User-based access criteriahr-criteria- HR-specific access and criteria
Automation-Based Tags
Use these for posts about workflow, integration, and automation:
engines- Workflow engines and automation frameworkscrud-business-rules- Create, Read, Update, Delete business rulesflow-designer- Flow Designer workflows and actionslegacy-workflow- Classic ServiceNow workflowsui-actions- UI Actions and client-side automationprocessors- Processors and server-side scriptinggraphql- GraphQL APIs and integrationsrest- REST API integrations and scriptingscrapi- Scripted REST APIs (ServiceNow custom APIs)soap- SOAP web services and integrationsemail- Email notifications and processingevents- System events and event processingscript-actions- Script actions in workflowsscheduled-jobs- Scheduled script execution and jobsdata-imports- Data import processes and automation
User Experience Tags
Use these for posts about interfaces, user interaction, and presentation:
core-ui- Core ServiceNow UI and interface customizationui-macros- UI Macros and reusable interface componentsui-pages- Custom UI Pages and layoutsreports- Reporting and analyticsservice-portal- Service Portal development and customizationnext-experience- Next Experience UI framework
Data Tags
Use these for posts about data management, storage, and structure:
tables- Database tables and schemaattachments- File attachments and document managementhistory- Audit history and data trackingdatabase-views- Database views and custom queriesremote-tables- External data integration via remote tablesdata-management- Data cleanup, maintenance, and governanceimport-sets- Data import sets and ETL processes
Tagging Examples
Example Front Matter Structure
---
title: "Creating Secure ACLs in ServiceNow"
date: 2025-10-29
tags:
- servicenow
- acls
- user-criteria
description: "How to implement role-based access control using ACLs and user criteria"
---
Example Tag Combinations
- Security post:
servicenow,acls,data-policies - Integration post:
servicenow,rest,scrapi,processors - UI customization:
servicenow,core-ui,ui-actions - Data migration:
servicenow,import-sets,data-imports,tables
Migration Notes
When updating existing posts:
- Ensure all ServiceNow posts have the
servicenowtag - Replace generic tags with specific ones from the categories above
- Remove outdated or overly broad tags
- Maintain 2-5 tags per post for optimal organization
- Test the site build after bulk tag updates
Non-ServiceNow Posts
Posts not related to ServiceNow should use appropriate general tags:
web-developmentjavascriptcareerproductivitytools- etc.
These posts should NOT include the servicenow tag.