Geo Controller Tags

Geo Controller provides special geo tags that you can insert anywhere within your WordPress installation. These tags also work when placed directly inside your theme’s HTML files.

This functionality allows you to include dynamic geo information inside:

  • Navigation menus
  • Widgets
  • Input fields and forms
  • Meta tags
  • Or anywhere else you want to display or use location-based data

Available Geo Controller Tags

Below is the full list of supported tags. Simply wrap the tag name with %% to use it in raw content (e.g. %%country%%).

Shortcode Value
%%flag%%
%%ip%%
216.73.216.8
%%ip_version%%
4
%%ip_number%%
3628718088
%%ip_dns_host%%
1
%%ip_dns_provider%%
-
%%isp%%
Amazon.com
%%isp_organization%%
Anthropic, PBC
%%isp_as%%
AS16509 Amazon.com, Inc.
%%isp_asname%%
AMAZON-02
%%continent%%
North America
%%continent_code%%
NA
%%country%%
United States
%%country_code%%
US
%%country_code_3%%
USA
%%country_code_numeric%%
840
%%region%%
Ohio
%%region_code%%
OH
%%district%%
-
%%city%%
Columbus
%%postcode%%
43215
%%address%%
Columbus, 43215, Ohio, (OH), United States
%%calling_code%%
1
%%latitude%%
39.9625
%%longitude%%
-83.0061
%%timezone%%
America/New_York
%%timezone_offset%%
-400
%%timezone_abbreviation%%
EDT
%%timestamp%%
1755064884
%%timestamp_readable%%
2025-08-13T02:01:24-04:00
%%current_date%%
August 13, 2025
%%current_time%%
02:01:24
%%currency%%
USD
%%currency_symbol%%
$
%%currency_converter%%
1
%%base_convert%%
USD
%%base_convert_symbol%%
$
%%vat_rate%%
-
%%browser%%
Mozilla
%%browser_version%%
5.0
%%platform%%
undefined
%%is_tor%%
-
Was this page helpful?