---
title: "How to Export and Import Google Structured Data Items - Google Structured Data"
description: "Use this guide to move your Google Structured Data Items from one Joomla site to another. How to Export Google Structured Data Items Before exportin"
url: "https://www.tassos.gr/docs/google-structured-data/functionality/export-import-google-structured-data-items"
date: "2026-05-21T00:47:21+00:00"
language: "en-GB"
---

[ Home ](https://www.tassos.gr/index.php?option=com_content&view=category&layout=blog&id=24&Itemid=1088) / [ Google Structured Data ](https://www.tassos.gr/index.php?option=com_content&view=category&id=42) / [ Functionality ](https://www.tassos.gr/index.php?option=com_content&view=category&id=83)

#  How to Export and Import Google Structured Data Items

Use this guide to move your Google Structured Data Items from one Joomla site to another.

## [How to Export Google Structured Data Items](#how-to-export-google-structured-data-items)

Before exporting, create a full backup of the database you're exporting your GSD items from, and follow the steps:

1. Open your database manager (such as PhpMyAdmin).
2. Select your Joomla database.
3. Open tables `#__gsd`, and `#__gsd_config` and export them in SQL format.

## [How to Import Google Structured Data Items](#how-to-import-google-structured-data-items)

Before importing, create a full backup of the database you're importing your GSD items to, and follow the steps:

1. Open your database manager (such as PhpMyAdmin).
2. Select your Joomla database.
3. If source and target sites use different Joomla table prefixes, edit the SQL file table names before importing.
4. Replace `#__` with your target site's table prefix.

5. Delete tables `#__gsd`, and `#__gsd_config`.

6. Import the exported `#__gsd` SQL file.

7. Import the exported `#__gsd_config` SQL file.

8. In Joomla Administrator, go to **Components &gt; Google Structured Data** and confirm your items were imported.

## [Troubleshooting](#troubleshooting)

### [Custom field mapping needs reconfiguration](#custom-field-mapping-needs-reconfiguration)

If a GSD item property is mapped to a custom field, and that custom field does not exist on the new site, reconfigure the GSD item.

### [Publishing Rules need reconfiguration](#publishing-rules-need-reconfiguration)

If Publishing Rules target specific pages, those pages usually do not exist on the new site with the same IDs, so you need to reconfigure those rules.

 Last updated on May 20th 2026 12:05

## 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": "Google Structured Data",
            "item": "https://www.tassos.gr/docs/google-structured-data"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Functionality",
            "item": "https://www.tassos.gr/docs/google-structured-data/functionality"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "How to Export and Import Google Structured Data Items",
            "item": "https://www.tassos.gr/docs/google-structured-data/functionality/export-import-google-structured-data-items"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/google-structured-data/functionality/export-import-google-structured-data-items"
    },
    "headline": "How to Export and Import Google Structured Data Items",
    "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": "Stergos Zamagias",
        "url": "https://www.tassos.gr/docs/google-structured-data/functionality/export-import-google-structured-data-items"
    },
    "datePublished": "2026-05-20T12:51:47+03:00",
    "dateCreated": "2026-05-20T12:51:47+03:00",
    "dateModified": "2026-05-20T12:53:00+03:00"
}
```
