-
- Troubleshoot Structured Data not Identified by the Google Rich Results Tool
- Troubleshoot Structured Data not Added to the Page
- Preview button not showing on Structured Data Testing Tool
- I am seeing the "is not a known valid target type for the identifier property" error
- Fixing Error decoding JSON data in Joomla Articles
- Fix missing Google Structured Data tab in the Article Editing Page
- Troubleshoot Structured Data not Showing in Search Results
-
- How to Export and Import Google Structured Data Items
- HTML to Markdown Conversion
- Adding Facebook Open Graph Meta Data
- Site Representation Settings
- Use Structured Data for Google Merchant
- Create Multilingual Structured Data Items
- Use the Custom Code Content Type
- Prepare Content option
- Using the Schema Cleaner
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
Before exporting, create a full backup of the database you're exporting your GSD items from, and follow the steps:
- Open your database manager (such as PhpMyAdmin).
- Select your Joomla database.
- Open tables
#__gsd, and#__gsd_configand export them in SQL format.
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:
- Open your database manager (such as PhpMyAdmin).
- Select your Joomla database.
- If source and target sites use different Joomla table prefixes, edit the SQL file table names before importing.
- Replace
#__with your target site's table prefix. - Delete tables
#__gsd, and#__gsd_config. - Import the exported
#__gsdSQL file. - Import the exported
#__gsd_configSQL file. - In Joomla Administrator, go to Components > Google Structured Data and confirm your items were imported.
Troubleshooting
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
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