HollaEx®
⚙️ DashboardStart →
  • HollaEx® — The Crypto Exchange Solution
  • ☁️Cloud Operators
    • Launching the Exchange
    • Setting Domain for Cloud Exchanges
    • Easy SMTP for Cloud Exchanges
    • SEO Settings for Cloud Exchanges
      • SEO Advanced Settings
  • ⚙️Operating Your Exchange
    • Operator Control Panel
      • General
      • Users
      • User Profile
      • Assets
      • Markets
      • Stakes
      • Sessions
      • Plugins Apps
      • Trading Fees & Account Tiers
      • Roles
      • Chat
      • Billing
    • Customize Exchange
      • Browser Tools
        • Enter Edit Mode
        • Operator Controls (Visuals)
        • Console
      • Plugins
      • Forked Repo
    • Fiat Controls
      • Initial Setup
      • Setting Up Fiat On/ Off Ramp
      • Editing Deposit & Withdrawal Fees
      • Users Making Fiat Deposit
      • Users Trading With Fiat
      • User Making Fiat Withdrawal
    • Staking
    • OTC Broker
    • P2P
      • P2P Overview
      • P2P Setup
      • P2P Troubleshooting
      • P2P Vendor Flow
    • Smart Chain Trading
    • Assets & Trading Pairs
      • Add New Assets & Trading Pairs
      • Configure Pair Parameters
    • Set up the SMTP Email
      • Set up SMTP with AWS SES
      • Set up SMTP with Mailgun
      • Set up SMTP with SendGrid
      • Test the SMTP with Gmail
    • Enabling reCAPTCHA
    • Email Customization & Audit
    • DeFi Asset Staking Process
  • 🧩Plugins
    • HollaEx Plugins
      • Announcements
      • Bank
      • AWS SNS (Text Messages - SMS)
      • KYC
      • Automatic KYC
      • Messente
      • Advanced Referral
      • CoinMarketCap
      • Guardarian
    • Install Plugins
    • Developing Plugins
      • Development Walkthrough: Hello-Plugin
        • Initialization
        • Configuration
        • Scripting
        • Web View
        • The Final Product & Installation
      • Advanced
        • Initialization
        • Config
        • Server Script
        • Plugin Libraries
        • Web View
        • Final Plugin Product
        • Advanced Tutorial: Using the user meta field
        • Advanced Tutorial: Adding a new database table column
        • Advanced Tutorial: Creating a new database table
      • Simple Wallet Example
      • Web View Development
        • Overview
        • External dependencies
        • Getting started
        • Basic Tutorial: Hello Exchange Plugin web view
        • Advanced Tutorial: KYC Plugin web views
    • Bank Integration
      • Handling Deposits
      • Handling Withdrawals
  • 👷Developers
    • API Guide
      • API Example Scripts
    • Run Dev Mode
    • Build a New Front-end Interface
  • 🧰On-Premise Operators (Advanced Only)
    • On-Premise Exchange Setup
      • Getting Started — Requirements
      • Installation
      • Server Setup
      • Web Setup
      • Production
    • CLI How-Tos
      • Start Exchange
      • Stop Exchange
      • Upgrade Exchange
        • Build and Apply the Code Changes
      • Get Exchange Logs
      • Get a Backup and Restore
      • Exchange Migration
      • Command List
    • Run Exchange on Kubernetes
    • Troubleshooting Guide
  • 🚀Advanced
    • SEO Optimization
    • Nginx
    • Rate Limits
    • Database
      • Upgrade Database
    • Dependencies
    • Contents Delivery Network
      • Cloudflare CDN for HollaEx
      • CloudFront CDN for HollaEx
    • Load Balancer
      • AWS ELB
      • DigitalOcean LB
    • Customize Kubenretes Ingress
    • Exchange Keys
      • Exchange API Keys Troubleshoot
    • HollaEx on non-Linux
      • HollaEx on Windows
      • HollaEx on macOS
    • The Network Tool Library
      • Accessing the Network Tool Library
      • Functions
        • WebSocket
      • Simple Example: Creating a User and Wallet
      • Getting More Interesting: Orders with the Tools
        • Setup: Using the transferAsset function
        • Creating and Monitoring a Sell Order
        • Settling Fees
      • Private HollaEx Network
    • Docker Content Trust (DCT)
    • Revenue Sharing
  • 📦Releases
    • Release Notes
    • Side Notes
  • ➡️External Links
  • Blogs
  • Forum
  • Videos
  • Twitter X
  • Telegram
  • Interactive Demo
  • Discord Community
  • API Documentation
  • Tools Library Documentation
  • Node Library Documentation
  • Plugins Documentation
Powered by GitBook
On this page
  • Cloud Operators
  • On-Premise Operators
  • A Note On Code Injection
  • Additional Resources
  1. Advanced

SEO Optimization

Getting the most out of search engines is no easy task, here is provided a very quick guide on where more exhaustive resoures can be found, as well as some genral tips and tricks usable in HollaEx

PreviousTroubleshooting GuideNextNginx

Last updated 1 year ago

Understanding effective SEO is quite a task. For what on the surface seems a fairly simple matter, in reality, there is a lot of content to go through. For example, on Udemy, an online course provider, searching for SEO results in a multitude of several hours-long courses.

On this page, we look at how to alter the exchange's SEO settings, and then on the next page look at some resources that can be used.

Cloud Operators

Cloud operators have access to the simplest and most effective method of altering their SEO settings discussed on the following page:

On-Premise Operators

Whilst logged in as the admin on the exchange, access to the blue admin panel will be available. From here click the Console tab, this will open the code editor.

What this editor will allow is adding snippets of HTML code inside both the <head> and <body> tags of the overall website's HTML.

For our SEO settings, we want to alter the inside of the <head> tag. Things in this <head>, give an overview of what the website is about, and so is where search engines will be looking to find the relevant terms.

What We Can Add

The three main elements of our SEO settings or as follows:

  • Title Tag - This is the title as will be seen on search engine pages (the large clickable link), as well as in posts shared to social media.

  • Meta Description - The meta description is the text underneath the title on the search engine page.

  • Keywords - This is the vital part. Keywords are the vital aspects that search engine crawlers use to match up users' searches to useful results, these are not viewable to the user when they come across your site on search engines.

Here's an example of how we could inject the above into our exchange through the console:

<title>My Exchange</title>
<meta name="description" content="Trade Crypto Easily!"/>
<meta name="keywords" content="crypto,trade,exchange,bitcoin"/>

And here it is in action using the exchange's console:

A Note On Code Injection

This method of adding meta-data to the exchange differs a little from how conventional code works. The console injects this HTML code at the point of loading the exchange (as opposed to this being permanent code within the exchange). This means that this data is less likely to be picked up by web crawlers used by search engines.

Additional Resources

Compared to the(where the SEO code is now part of the exchange itself), this console method will not be as effective.

: This set of docs comes straight from the source, explaining how Google's algorithms work and how you can best take advantage of them. shows how you can assist Google in displaying your listing exactly as desired.

: This checklist is a nice general selection of tips, and they do offer a keyword research tool, but other similar bits of software do exist.

: There really is a Reddit for everything, and this fairly active Reddit will let you dive in with the newest news, or more useful general news when looking at the .

🚀
Cloud exchange method
Google Search Central (Formerly Webmasters)
One particularly useful section
Semrush
Reddit r/SEO
top of all time
SEO Settings for Cloud Exchanges
This little guy at the bottom of your exchanges