---
title: "4 Steps to Add Social Media Links of your Joomla site to Google Results"
description: "Google Structured Data is Google's way of enriching search results by applying a different appearance to certain parts of a search result. In this pos"
url: "https://www.tassos.gr/blog/4-steps-to-add-social-media-links-of-your-joomla-site-to-google-results"
date: "2026-05-02T12:23:21+00:00"
language: "en-GB"
---

#  4 Steps to Add Social Media Links of your Joomla site to Google Results

 ![Sotiris Katsaniotis](https://www.gravatar.com/avatar/1fbc34bb4ccf7b8618a6950402e3d1ef?s=48)  Sotiris Katsaniotis  <a class="text-success authorURL" href="" target="_blank">Follow</a>

 Published in [Blog](https://www.tassos.gr/blog)

 Nov 2 2016

 1 min read

 Last updated may 14 2024

 ![4 Steps to Add Social Media Links of your Joomla site to Google Results](https://www.tassos.gr/media/k2/items/src/1fc372946c0b98fb8d7f87d4c38ea83a.jpg)Google Structured Data is Google's way of enriching search results by applying a different appearance to certain parts of a search result. In this post we will have a look at a specific part of a search result, the social profiles of your business! For this small process we need you to have a working Joomla! website accessible from the web and our essential extension which handles all the hard work, [Google Structured Data Markup](http://www.tassos.gr/joomla-extensions/google-structured-data-markup).

## 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": "Blog",
            "item": "https://www.tassos.gr/blog"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "4 Steps to Add Social Media Links of your Joomla site to Google Results",
            "item": "https://www.tassos.gr/blog/4-steps-to-add-social-media-links-of-your-joomla-site-to-google-results"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "BlogPosting",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/blog/4-steps-to-add-social-media-links-of-your-joomla-site-to-google-results"
    },
    "headline": "4 Steps to Add Social Media Links of your Joomla site to Google Results",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/media/k2/items/src/1fc372946c0b98fb8d7f87d4c38ea83a.jpg"
    },
    "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": "Sotiris Katsaniotis",
        "url": "https://www.tassos.gr/blog/4-steps-to-add-social-media-links-of-your-joomla-site-to-google-results"
    },
    "datePublished": "2016-11-02T20:16:06+02:00",
    "dateCreated": "2016-11-02T20:16:06+02:00",
    "dateModified": "2024-05-14T10:40:38+03:00"
}
```
