The Basic plan of the Magento 2 Hreflang Tags gives you a chance to add hreflang tags to various pages, for instance, CMS, category, product or blog pages. At the same time, you might also need this extension to have the GraphQL endpoints. To get this option, you'll need to upgrade your plan to Plus.

In today's guide, you'll learn how to upgrade your Hreflang Tags plan. 

Note: if you've already purchased a Basic plan, contact our team for a custom discount.

Upgrade using composer

Firstly, remove the extension you currently use:

composer remove magefan/module-alternate-hreflang*

Then you can proceed with installing an upgraded version. To do that, go to My Account > My Downloads and click on the Install via Composer button to get the installation instructions.

Upgrade using archive

If you previously installed Hreflang Tags via archive, you need to upgrade it the same way. Just go to your Magefan account, download the extension archive and extract it.

We recommend creating a backup copy of the extension folder on your server before moving to the next step.

After that, copy the app folder from the archive to your Magento 2 directory. The new extension files will merge with the existing ones.

Update Magento 2 extension via FTP

After you copy the files to your Magento root directory, run the following commands:

php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Once you upgrade your plan, you can still refer to the Hreflang Tags user guide to manage the extension more efficiently.