Download the PHP package wdb/wdb-remcanlink without Composer

On this page you can find all versions of the php package wdb/wdb-remcanlink. 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 wdb-remcanlink

TYPO3 Extension "Remove Canonical Link"

This extension adds a switch in page-properties to avoid that the canonical link is shown on the page in the frontend. The setting is page-based without any inheritance.

Prerequisite:

On existing websites it's advised to have database access with a tool like phpMyAdmin.

Requirements:

Installation:

Download from github:

In Admin Tools on the page Maintenance click on the button Analyze database and asure that the field show_canonical is added to the table pages.

There is no configuration required or possible.
The extension just works as long as it's installed.

Important:

The default setting for the new field show_canonical has the value 1 in the database. If this extension is used on existing websites all records have to be updated to have the value 1 in the new field:

Afterwards the setting can be changed on individual pages.

On new pages the value for the new field show_canonical will be automatically 1 in the database and has to be adjusted if the canonical linke never shall be shown.

How it's working?

The extension extends the class \TYPO3\CMS\Seo\Canonical\CanonicalGenerator of the extension seo and is changing only the method generate. If the value show_canonical is 0 then an empty string for the canonical link is returned, else the orginial method of the parent class is called and everything works like defined in the seo-extension itself.

Translation

The one phrase that is shown in backend is translated by google-translate to all languages that are usually shown in the translation-tool. It's likely that there are faults or improvable expressions. If you remark something like that, please file a corresponding issue on https://github.com/DavidBruchmann/wdb_remcanlink/issues .


All versions of wdb-remcanlink with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version >=10.4.10 <11.0
typo3/cms-seo Version >=10.4.10 <11.0
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 wdb/wdb-remcanlink contains the following files

Loading the files please wait ....