Skip to main content
Hit enter to search or ESC to close
Close Search
Verbolia
Menu
  • Products
    • Vpage
      • Vpage logoProgrammatic platform for SEO, GEO, and SEACreate high-performance pages at scale for every way your customers search.
    • Vlink
      • Logo VlinkAutomated internal linkingImplement your linking strategy at scale on your e-commerce or classifieds website with our flexible internal linking solution.
    • Vrender
      • Vrender logoDynamic renderingMake every page discoverable by every bot. Vrender ensures your content is crawlable — whether by Googlebot, ChatGPT or PerplexityBot.
  • Pricing
  • Clients
  • Partners
  • Resources
    • –
      • BlogDiscover latest industry trends and insights
      • EbooksGain a competitive edge with our expert ebooks
    • –
      • Keyword cannibalization identifierFind highly similar keywords in a keyword list
      • Traffic opportunity toolDiscover our innovative method to drive website traffic
    • Product information
      • Product documentationFind answers to all your questions
      • Product updatesRead latest features enhancements
  • About Verbolia
    • About usWho is Verbolia?
    • CareersJoin our team!
  • Sign in
  • Request a demo
Verbolia

Vpage

19
  • Getting started
    • Statement of Work for Verbolia Setup and Onboarding
    • How to use Verbolia at its best!
  • Product feed
    • How to integrate your offer (products, ads,..) in the most convenient way into the Verbolia solution?
  • Reverse proxy routing
    • Reverse proxy fundamentals
    • How to setup the reverse proxy to use Vpages?
  • Internal linking configuration
    • Why and how to link the Verbolia pages to your existing web pages?
  • Vpages basics
    • How does Verbolia match products to keywords?
    • Using labels to organize your workflow
    • Setting up FAQ sections on your Vpages
    • How does Verbolia handle index/follow directives?
    • Integrating Verbolia Vpages into a native mobile App
    • How to ensure search engines index your Vpages
  • Theme management
    • Master instance
    • Advanced theme manager
    • Managing header and footer in your Verbolia theme
  • Dashboard
    • Managing GA4 authorization
    • Setting up GA4 tracking for Verbolia
    • Tracking Googlebot visits on Vpages
    • Analyzing performance with labels in the dashboard

Vmax

3
  • Getting started
    • Vmax – Integration Guide
    • Vmax – FAQ
  • Vanalytics
    • GTM Template Documentation for Vanalytics

Vlink

3
  • Vlink – Integration Guide
  • Vlink – Monitoring
  • Vlink – FAQ

Vrender

2
  • Vrender Integration Guide
  • Crawlers reference 
  • Home
  • Help Center
  • Vpage
  • Reverse proxy routing
  • Reverse proxy fundamentals
View Categories

Reverse proxy fundamentals

What is a reverse proxy #

A reverse proxy is a server that acts as an intermediary, sitting in front of one or more web servers to intercept user requests before they reach their intended destination. It then routes these requests to the appropriate backend server and returns the server’s response to the user.

A reverse proxy configuration is a required step for working with Vpage.

Why a reverse proxy matters for Vpage #

A reverse proxy is a crucial technical component for Vpage, as it allows pages to appear on your domain name. This is essential for two key reasons:

  1. Trust and authority: By keeping the user on your trusted domain, you benefit from its established authority and brand recognition. This can improve user confidence and potentially boost your search engine ranking.
  2. Seamless user experience: The user’s journey is uninterrupted, as they stay on a familiar URL, creating a smoother and more professional experience.

Basic reverse proxy principle for Verbolia #

A URL pattern must be defined to identify which requests should be routed to Verbolia.

Example:

  • Requests matching: https://www.client.com/path_to_verbolia/* are forwarded to: https://client.backend.verbolia.com/path_to_verbolia/*

All requests matching this pattern are handled by Verbolia, while the rest of the website continues to be served normally by the customer’s infrastructure.

Request flow overview #

A typical request follows this flow:

End user → Customer reverse proxy → Verbolia backend → Correct instance response

  1. A user requests a URL on the customer’s domain (e.g. https://www.client.com/path_to_verbolia/keyword).
  2. The reverse proxy detects that the request matches a predefined path or rule.
  3. The reverse proxy forwards the request to a Verbolia backend URL.
  4. Verbolia processes the request and serves the page corresponding to the correct instance (language, country, subdirectory).

The response is returned to the user under the customer’s domain.

Key concepts to understand #

  • Domain : The public domain used by the customer (e.g. www.client.com).
  • Path : The URL path used to expose Verbolia pages, typically including language, country, or subdirectory elements (e.g. /en/us/v/).
  • Backend URL : The Verbolia backend endpoint to which traffic is forwarded (e.g. client-enus.backend.verbolia.com (standalone backend URL) or client.backend.verbolia.com (master backend URL)).
  • HTTP headers : Additional information forwarded by the reverse proxy to Verbolia. Some headers (such as X-Forwarded-Host) are required in the setup and are detailed later in this documentation.

Standalone backend vs. master backend #

When configuring a reverse proxy for Verbolia, there are two possible backend routing models: standalone backend and master backend. 

Standalone backend 

Backend URL structure: client-enus.backend.verbolia.com (where enus represents the language and country and varies per instance)

The reverse proxy routes traffic directly to each instance’s backend URL. When using a standalone backend, the reverse proxy must be configured for each instance separately.

This means:

  • For every new instance, the customer must set up a new reverse proxy.
  • Each reverse proxy points to the specific backend URL (one per instance).
  • Any new instance requires a new reverse proxy configuration.

Master backend (recommended)

Backend URL structure: client.backend.verbolia.com

The reverse proxy routes traffic to one master backend URL. The master backend then automatically forwards each request to the correct instance backend.

This means:

  • If all websites share the same infrastructure (Cloudflare, CloudFront, Akamai, etc.), the reverse proxy setup can be shared for all websites.
  • It might simplify the process of adding new websites later. 
Updated on February 3, 2026
Table of Contents
  • What is a reverse proxy
  • Why a reverse proxy matters for Vpage
  • Basic reverse proxy principle for Verbolia
  • Request flow overview
  • Key concepts to understand
  • Standalone backend vs. master backend

© 2026 Verbolia. All rights reserved.

Close Menu
  • Products
    • Vpage
      • Vpage logoProgrammatic platform for SEO, GEO, and SEACreate high-performance pages at scale for every way your customers search.
    • Vlink
      • Logo VlinkAutomated internal linkingImplement your linking strategy at scale on your e-commerce or classifieds website with our flexible internal linking solution.
    • Vrender
      • Vrender logoDynamic renderingMake every page discoverable by every bot. Vrender ensures your content is crawlable — whether by Googlebot, ChatGPT or PerplexityBot.
  • Pricing
  • Clients
  • Partners
  • Resources
    • –
      • BlogDiscover latest industry trends and insights
      • EbooksGain a competitive edge with our expert ebooks
    • –
      • Keyword cannibalization identifierFind highly similar keywords in a keyword list
      • Traffic opportunity toolDiscover our innovative method to drive website traffic
    • Product information
      • Product documentationFind answers to all your questions
      • Product updatesRead latest features enhancements
  • About Verbolia
    • About usWho is Verbolia?
    • CareersJoin our team!
  • Sign in
  • Request a demo