Download the PHP package thelia/better-seo-module without Composer

On this page you can find all versions of the php package thelia/better-seo-module. 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 better-seo-module

Better Seo

Add Noindex checkbox and Canonical Url, h1 field and manage mesh links, in the Seo tab in back

For this module to work properly you need to install module, module and module.

Installation

Manually

Composer

Add it in your main thelia composer.json file

Loop

[better_seo_loop]

Input arguments

Argument Description
object_id The id of the object to display, exemple: object_id="12"
object_type The type of the object to display (product, category, brand, folder, content) exemple object_type="brand"
lang_id The id of the language
### Output arguments
Variable Description
$ID the id in seo_noindex table
$OBJECT_ID the id of the object
$OBJECT_TYPE the type of the object
$NOINDEX if the page of the object is index or not (value 0 or 1)
$NOFOLLOW if the page of the object is follow or not (value 0 or 1)
$CANONICAL Canonical Url
$H1 H1
$MESH_TEXT_1 mesh text 1
$MESH_URL_1 mesh url 1
$MESH_TEXT_2 mesh text 2
$MESH_URL_2 mesh url 2
$MESH_TEXT_3 mesh text 3
$MESH_URL_3 mesh url 3
$MESH_TEXT_4 mesh text 4
$MESH_URL_4 mesh url 4
$MESH_TEXT_5 mesh text 5
$MESH_URL_5 mesh url 5
$MESH_1 mesh 1
$MESH_2 mesh 2
$MESH_3 mesh 3
$MESH_4 mesh 4
$MESH_5 mesh 5
$JSON_DATA JSON data for ld json

Exemple

{loop type="better_seo_loop" name="exemple.loop" object_id="42" object_type="category" lang_id="1"}

To use ld json you need to add this part to the head of your pages (product, category, brand, folder, content)

{loop name="loop-name" type="better_seo_loop" object_id=$object_id object_type=$object_type lang_id=$langId}
    <script type="application/ld+json">
            {$JSON_DATA nofilter}
    </script>
{/loop}

All versions of better-seo-module with dependencies

PHP Build Version
Package Version
Requires thelia/installer Version ~1.1
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 thelia/better-seo-module contains the following files

Loading the files please wait ....