Menu

Data storage

Data Storage lets you import data into EdgeSEO and use it in your SEO strategies. With Data Storage, you can exploit all your data without any constraints.

The video tutorial

How to use the Data Storage application

Data Storage is a powerful application integrated into EdgeSEO, designed to import data and exploit it directly in your SEO strategies. It allows you to fully exploit your SEO content on its own.

Adding data to a new dataset

  1. Log on to EdgeSEO. Go to your EdgeSEO console and select the Data Storage application.
  2. Add a Dataset. Click on the "Add Dataset" button. A dataset is a database where you can add, modify or delete data.
  3. Name your Dataset. Give your Dataset a name, in uppercase letters only, without numbers, spaces or special characters (e.g. NAMEDATASET).
  4. Import your data. Upload a JSON file of up to 10 MB containing your data. You can add several files to your dataset. Make sure your file respects the following structure:
{
    "data": 
	[
        {
            "key": "https://demo-edgeseo.fasterize.com/",
            "value": "{\"title\":\"romain\",\"metadescription\":\"Bienvenue sur notre boutique en ligne de démonstration.\",\"texteseo\":\"Découvrez une large gamme de produits uniques et tendances sur notre boutique en ligne.\"}"
        },
        {
            "key": "https://demo-edgeseo.fasterize.com/2-accueil",
            "value": "{\"title\":\"Accueil - Page 2\",\"metadescription\":\"Bienvenue sur la deuxième page de notre boutique.\",\"texteseo\":\"Explorez encore plus de produits sur la page 2 de notre boutique.\"}"
        }
	 ]
 }

The key field: Identifies the page concerned (unique key).
The value field: Contains SEO data in encoded JSON format.

‍Toadd or modify data in an existing Dataset, follow these steps:

  1. Select the Dataset. Click on the Dataset you wish to modify in the Data Storage application.
  2. Enter edit mode: Click on the "Modify" button.
  3. Upload your new data: Import a JSON file containing your new data to be added and/or your data to be modified. Use the same JSON file import structure.

To delete data from an existing dataset, follow these steps:

  1. Select the Dataset. Click on the Dataset you wish to modify in the Data Storage application.
  2. Access edit mode: Click on the "Delete" button.
  3. Upload your data: Import a JSON file containing only the keys you wish to delete. Make sure your file respects the following structure:
{
    "data": 
	[
        {
            "key": "https://demo-edgeseo.fasterize.com/"
        },
        {
            "key": "https://demo-edgeseo.fasterize.com/2-accueil"
        }
	 ]
 }


Here are some strategies you can deploy with Data Storage:

  1. Deploy your schema.org structured data
  2. Modify your product sheets en masse for an "SEO chestnut".
  3. Deploy a semantic cocoon.
  4. Sky is the limit!

Contact us to help you deploy your data in Data Storage.