Download the PHP package wgerenutti/multisitemetatag without Composer

On this page you can find all versions of the php package wgerenutti/multisitemetatag. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package multisitemetatag

MultiSiteMetaTag

O módulo MultiSiteMetaTag é uma extensão do Magento 2 que adiciona Meta Tags hreflang às páginas CMS compartilhadas entre diferentes store-views em um ambiente de loja multi-site. Essa funcionalidade ajuda a resolver problemas de conteúdo duplicado e melhora o SEO do site.

Instalação

Você pode instalar este módulo usando o Composer. Certifique-se de que o Composer está instalado em seu sistema e execute o seguinte comando na raiz do seu projeto Magento:

composer config repositories.wgerenutti/multisitemetatag vcs [email protected]:wgerenutti/multisitemetatag.git composer require wgerenutti/multisitemetatag:^1

Após a instalação bem-sucedida, execute os comandos de atualização do Magento para habilitar o módulo:

php bin/magento module:enable Wgerenutti_MultiSiteMetaTag php bin/magento setup:upgrade php bin/magento cache:clean

Objetivos do Módulo

O objetivo principal do MultiSiteMetaTag é adicionar Meta Tags hreflang às páginas CMS que são compartilhadas entre diferentes store-views em um ambiente de loja multi-site. Essas Meta Tags ajudam os mecanismos de busca a entender em quais idiomas e regiões o conteúdo está disponível, melhorando assim o SEO e evitando problemas de conteúdo duplicado.


MultiSiteMetaTag

The MultiSiteMetaTag module is a Magento 2 extension that adds hreflang Meta Tags to CMS pages shared between different store-views in a multi-site store environment. This functionality helps to address duplicate content issues and enhances the SEO of the site.

Installation

You can install this module using Composer. Make sure Composer is installed on your system and run the following command in the root of your Magento project:

composer config repositories.wgerenutti/multisitemetatag vcs [email protected]:wgerenutti/multisitemetatag.git composer require wgerenutti/multisitemetatag:^1

After successful installation, run Magento update commands to enable the module:

php bin/magento module:enable Wgerenutti_MultiSiteMetaTag php bin/magento setup:upgrade php bin/magento cache:clean

Module Objectives

The main objective of MultiSiteMetaTag is to add hreflang Meta Tags to CMS pages that are shared between different store-views in a multi-site store environment. These Meta Tags help search engines understand in which languages and regions the content is available, thereby improving SEO and avoiding duplicate content issues.


All versions of multisitemetatag with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0
magento/magento-composer-installer Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package wgerenutti/multisitemetatag contains the following files

Loading the files please wait ....