Crypto Dictionary
A comprehensive glossary of cryptocurrency terms and definitions to educate your users.
Overview
The Crypto Dictionary is a searchable glossary that helps users understand cryptocurrency terminology. It supports multiple languages and includes autocomplete search functionality.
Screenshot: Crypto dictionary page showing terms with search and alphabetical navigation
frontend/dictionary-page.png
Crypto Dictionary frontend page
Features
- Alphabetical Browsing - Browse terms A-Z with pagination
- Search with Autocomplete - Instant search as users type
- Individual Term Pages - SEO-friendly pages for each term
- Multi-language Support - Terms available in all supported languages
- Related Terms - Show related terms on each definition page
- Random Terms Sidebar - Encourage discovery of new terms
Frontend URLs
| Page | URL | Description |
|---|---|---|
| Dictionary Index | /crypto-dictionary |
Paginated list of all terms |
| Term Definition | /crypto-dictionary/{term-slug} |
Individual term page |
Managing Dictionary Terms
Accessing Dictionary Management
- Go to Admin Panel > Content > Dictionary
- View all terms with search and filter options
- Click Create to add a new term
Screenshot: Admin dictionary terms list with language filter and search
admin/content/dictionary-list.png
Dictionary management in admin panel
Term Fields
| Field | Description | Required |
|---|---|---|
| Term | The word or phrase being defined (e.g., "HODL") | Yes |
| Alias/Slug | URL-friendly version (e.g., "hodl") | Yes |
| Definition | Full definition with rich text formatting | Yes |
| Language | Language code (en, es, fr, etc.) | Yes |
| Category | Optional categorization (Trading, DeFi, Mining, etc.) | No |
Adding a New Term
Create the Term
- Go to Admin Panel > Content > Dictionary
- Click Create
- Enter the Term (e.g., "Gas Fee")
- The Alias will auto-generate (e.g., "gas-fee")
- Select the Language
- Write the Definition using the rich text editor
- Click Save
Add Translations (Optional)
To add the same term in other languages:
- Create a new term entry
- Use the same alias but select a different language
- Write the definition in that language
Pre-loaded Terms
CoinTrail includes 100+ commonly used cryptocurrency terms:
- Altcoin
- ATH/ATL
- Bear Market
- Bitcoin
- Blockchain
- Cold Wallet
- DeFi
- DEX
- DYOR
- FOMO
- Gas Fee
- HODL
- ICO
- Liquidity
- Market Cap
- Mining
- NFT
- Staking
- Whale
- Yield Farming
Search Autocomplete
The dictionary includes an AJAX autocomplete search that queries terms as users type:
API Endpoint
GET /ajax/dictionary-term?lang={lang}&q={query}
This endpoint is rate-limited and returns matching terms with their aliases for autocomplete functionality.
SEO Benefits
- Each term has its own SEO-optimized page
- Terms are included in sitemap generation
- Schema.org structured data for definitions
- Internal linking between related terms