Purchase Now

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

  1. Go to Admin Panel > Content > Dictionary
  2. View all terms with search and filter options
  3. 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

  1. Go to Admin Panel > Content > Dictionary
  2. Click Create
  3. Enter the Term (e.g., "Gas Fee")
  4. The Alias will auto-generate (e.g., "gas-fee")
  5. Select the Language
  6. Write the Definition using the rich text editor
  7. Click Save

Add Translations (Optional)

To add the same term in other languages:

  1. Create a new term entry
  2. Use the same alias but select a different language
  3. 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