You can install PWA Add-On for Magento 2 Alternate Hreflang Tags by Magefan, using composer or archive installation methods.

Do you want us to install PWA Add-On for Alternate Tags for you? Let our technical engineers do it – check out our installation service.

Note: please make sure you have the Magento 2 Hreflang Tags extension installed before you install the PWA Add-On.

Please navigate to your Magefan Account > My Downloads > Install via Composer to get the composer installation instructions.

Installation using archive and FTP

  1. Download  Alternate Hreflang PWA Add-On ZIP-Archive from magefan.com website (not GitHub or other sources).
  2. Extract files.
  3. Copy app folder from the archive to your Magento 2 folder.
    Install Magento 2 Extension Using FTP
  4. In a command line, using "cd", navigate to your Magento 2 root directory.
  5. Run CLI commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy

Note: if you don't want your website to be down during deployment, try these zero downtime deployment commands for Magento 2.