---
title: "Geolocation - Product Common Guides"
description: "This set of Smart Tags returns information about the visitor’s physical location. For this Smart Tags work, the Geolocation features must be enable"
url: "https://www.tassos.gr/docs/common/features/smart-tags/geolocation"
date: "2026-05-10T04:14:01+00:00"
language: "en-GB"
---

[ Home ](https://www.tassos.gr/index.php?option=com_content&view=category&layout=blog&id=24&Itemid=1088) / [ Product Common Guides ](https://www.tassos.gr/index.php?option=com_content&view=category&id=89) / [ Features ](https://www.tassos.gr/index.php?option=com_content&view=category&id=96) / [ Smart Tags ](https://www.tassos.gr/index.php?option=com_content&view=category&id=107)

#  Geolocation

This set of Smart Tags returns information about the visitor’s physical location. For this Smart Tags work, the [Geolocation features](https://www.tassos.gr/kb/general/how-to-enable-geolocation-features-in-tassos-gr-extensions) must be enabled.

### [{geo.country}](#country)

Returns the visitor's country name. Eg: Greece.

The value of this Smart Tag supports translations via the NR\_COUNTRY\_\[COUNTRY\_CODE\] language string.

### [{geo.countrycode}](#countrycode)

Returns the visitor's country code. Eg: GR

### [{geo.city}](#city)

Returns the visitor's city name. Eg: Athens

### [{geo.region}](#region)

Returns the visitor's region.

### [{geo.location}](#geo-location)

Return the visitor's geolocation (Country, City, Region).

 Last updated on Jun 20th 2025 09:06

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Home",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Product Common Guides",
            "item": "https://www.tassos.gr/docs/common"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Features",
            "item": "https://www.tassos.gr/docs/common/features"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "Smart Tags",
            "item": "https://www.tassos.gr/docs/common/features/smart-tags"
        },
        {
            "@type": "ListItem",
            "position": 6,
            "name": "Geolocation",
            "item": "https://www.tassos.gr/docs/common/features/smart-tags/geolocation"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/common/features/smart-tags/geolocation"
    },
    "headline": "Geolocation",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Tassos Marinos",
        "url": "https://www.tassos.gr/docs/common/features/smart-tags/geolocation"
    },
    "datePublished": "2025-05-07T09:35:46+03:00",
    "dateCreated": "2025-05-07T09:35:46+03:00",
    "dateModified": "2025-06-20T09:00:45+03:00"
}
```
