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%%
18.97.14.83
%%ip_version%%
4
%%ip_number%%
308350547
%%ip_dns_host%%
1
%%ip_dns_provider%%
18-97-14-83.crawl.commoncrawl.org
%%isp%%
Amazon.com, Inc.
%%isp_organization%%
AWS EC2 (us-east-1)
%%isp_as%%
AS14618 Amazon.com, Inc.
%%isp_asname%%
AMAZON-AES
%%continent%%
North America
%%continent_code%%
NA
%%country%%
United States
%%country_code%%
US
%%country_code_3%%
USA
%%country_code_numeric%%
840
%%region%%
Virginia
%%region_code%%
VA
%%district%%
-
%%city%%
Ashburn
%%postcode%%
20149
%%address%%
Ashburn, 20149, Virginia, (VA), United States
%%calling_code%%
1
%%latitude%%
39.0438
%%longitude%%
-77.4874
%%timezone%%
America/New_York
%%timezone_offset%%
-500
%%timezone_abbreviation%%
EST
%%timestamp%%
1768532423
%%timestamp_readable%%
2026-01-15T22:00:23-05:00
%%current_date%%
January 15, 2026
%%current_time%%
22:00:23
%%currency%%
USD
%%currency_symbol%%
$
%%currency_converter%%
1
%%base_convert%%
USD
%%base_convert_symbol%%
$
%%vat_rate%%
-
%%browser%%
unknown
%%browser_version%%
unknown
%%platform%%
undefined
%%is_tor%%
-
Was this page helpful?