---
title: "Site - Product Common Guides"
description: "Here, you will find a list of Smart Tags that return information about the site. {site.email} Returns the site's email address as set in the Joomla"
url: "https://www.tassos.gr/docs/common/features/smart-tags/site"
date: "2026-04-08T21:22:31+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)

#  Site

Here, you will find a list of Smart Tags that return information about the site.

### [{site.email}](#site-email)

Returns the site's email address as set in the Joomla Global Configuration page.

### [{site.name}](#site-name)

Returns the site's name as set in the Joomla Global Configuration page.

### [{site.url}](#site-url)

Returns the site's base URL. An example of a base URL would be http://www.tassos.gr

 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": "Site",
            "item": "https://www.tassos.gr/docs/common/features/smart-tags/site"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/common/features/smart-tags/site"
    },
    "headline": "Site",
    "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/site"
    },
    "datePublished": "2025-05-07T09:42:39+03:00",
    "dateCreated": "2025-05-07T09:42:39+03:00",
    "dateModified": "2025-06-20T09:00:45+03:00"
}
```
