SEO - Page Title and Metadata CSV Importer for Magento 2

First installation using Composer

1. In your customer area at store.bird.eu you will find a “My licenses” tab where you will be able to manage multiples business licenses for our extensions. Add the SEO - Page Title and Metadata CSV Importer extension to a newly created license or the one you are already using for the website you intend to install the extension on.

2. If necessary, add the Blackbird repository to your composer repositories list in your Magento 2 root directory:

composer config repositories.blackbird '{"type": "composer","url": "https://repo.bird.eu/"}'


3. If necessary, create or update the auth.json file in your Magento 2 root directory to add the key pair corresponding to the license created during step 1.:

composer config -a http-basic.repo.bird.eu {username} {password}


4. Add and download the extension:

composer require blackbird/metadataimporter


5. Run the following command:

bin/magento setup:upgrade