Optimizing Important Search Terms
Certain search terms require special attention to ensure users find relevant, accurate content quickly. This guide outlines strategies for optimizing these critical search terms.
Term Categories
Commonly Pre-populated in NR1 Help Center
The NR1 Help Center auto-suggests certain terms as users type. These highly visible terms must return excellent results.
High-Priority Examples
- "APM" - Application Performance Monitoring
- "NRQL" - New Relic Query Language
- "SLA" - Service Level Agreement
- "Dashboards" - Custom dashboards
- "Alerts" - Alert policies and conditions
Optimization Strategy
- Regular audits: Review results monthly
- Promote current content: Latest docs and tutorials rank first
- Remove outdated: Deprecate old versions
- Add context: Include getting started guides
Tip
Set up saved searches in Swiftype for these terms to quickly review and adjust rankings during regular maintenance.
Vague Terms with Noisy Results
Some terms are inherently broad, returning many irrelevant results. These need careful curation.
Problematic Terms
"browser":
could_mean:
- Web browser compatibility
- New Relic Browser monitoring product
- Browser API
solution: Create disambiguation page or smart result ranking
"alert":
could_mean:
- Alert policies
- Alert conditions
- Alert incidents
- Alert channels
solution: Rank by user journey stage
"API":
could_mean:
- New Relic REST API
- GraphQL API (NerdGraph)
- Agent APIs
- Partner APIs
solution: Use aliases for specific API types
Management Approach
- Create landing pages for ambiguous terms
- Use result ranking to prioritize most common intent
- Add synonyms for specific variations
- Monitor refinements to understand user intent
Frequently Searched Terms
High-volume searches need constant optimization to prevent user frustration.
Top Search Terms (Example)
Term | Monthly Volume | Primary Intent |
|---|---|---|
error tracking | 5,000+ | How to track errors |
logs | 4,500+ | Log management setup |
APM overview | 3,800+ | Product introduction |
infrastructure | 3,200+ | Infrastructure monitoring |
integrations | 2,900+ | Third-party connections |
Optimization Process
Important
Use Swiftype analytics to identify your actual top searches. The examples above are illustrative.
- Export search analytics monthly
- Identify top 20 searches
- Audit current results for each
- Optimize rankings based on click-through data
- Add missing content where gaps exist
Glossary Terms
Fundamental concepts that new users need to understand quickly.
Core Glossary Terms
- Transaction tracing → Link to detailed explanation
- SLO (Service Level Objective) → Definition + setup guide
- APDEX → Explanation + configuration
- Distributed tracing → Concept + implementation
- Telemetry → Overview + data types
Best Practices
- Direct definitions: Glossary page ranks first
- Include abbreviations: Set up synonyms for short/long forms
- Context guides: Follow with how-to content
- Visual aids: Prioritize pages with diagrams
Additional Important Terms
Product Names and Features
const productTerms = {
"New Relic One": {
priority: "high",
topResults: [
"Platform overview",
"Getting started guide",
"Feature comparison"
]
},
"Telemetry Data Platform": {
priority: "high",
topResults: [
"Architecture overview",
"Data ingestion guide",
"Query tutorial"
]
},
"Dashboards": {
priority: "medium",
topResults: [
"Create your first dashboard",
"Dashboard best practices",
"Widget reference"
]
}
}
Troubleshooting Keywords
Common problem-related searches need immediate, actionable results:
- "slow query" → Performance tuning guide
- "memory leak" → Diagnostic steps
- "high error rate" → Troubleshooting checklist
- "missing data" → Data collection verification
Integration Searches
Popular integration searches should prioritize:
- Official setup guide
- Configuration reference
- Best practices
- Troubleshooting guide
- Community examples
Monitoring and Iteration
Key Metrics to Track
- Search volume per term
- Click-through rate on results
- Search refinements (indicating poor initial results)
- No results rate
- Time to click
Regular Review Schedule
Frequency | Action |
|---|---|
Daily | Check for "no results" searches |
Weekly | Review top 10 search terms |
Monthly | Full analytics review |
Quarterly | Comprehensive optimization pass |
TBD Enhancements
Future Optimizations
Consider implementing: - Automated quality scoring for search results - User feedback collection on search satisfaction - Predictive search optimization based on trends - Personalized results based on product usage - Natural language processing for query understanding