GitPedia

Prestashop seo tk

Prestashop module. Handles a few SEO-related improvements, such as "hreflang", "canonical" and "noindex".

From faktiva·Updated August 6, 2025·View on GitHub·
·Archived

[PrestaShop module "Faktiva SEO ToolKit"](https://github.com/faktiva/prestashop-seo-tk) === The project is written primarily in PHP, distributed under the MIT License license, first published in 2015. Key topics include: freeware, hreflang, noindex, php, prestashop.

Latest release: 1.4.4Release 1.4.4
March 6, 2017View Changelog →

PrestaShop module "Faktiva SEO ToolKit"

GitHub release
Project Status
Percentage of issues still open
Average time to resolve an issue
composer.lock
Dependencies Status
License

Join the chat at https://gitter.im/faktiva/prestashop-seo-tk
Twitter
Donate


Warning: This SW is unmaintained

Handles a few basic SEO related improvements such as:

  • "hreflang"
  • "canonical"
  • "noindex"

For production use the latest stable release

It has been reported to work on PS >= 1.6.0.9 but it should work on PS 1.6.x.x too and could work on PS >= 1.5.0.1 too.
If you succesfully use this module on some older version please report

Canonical URLs

Insert the <meta rel="canonical"> html tag to avoid content duplication

Query string is removed only when needed, pagination is retained and handled (an existing "prev/next" mechanism is needed, newer PS already does it)

HrefLang

Handle multilingual sites.
Insert the <meta rel="hreflang"> html tag, a default lang is handled too.

hreflang meta is only added on canonical pages, as explained in the following image and explained by Eoghan Henn

<img src="./hreflang-canonical-image.jpg">

NoIndex

Automatically assure a <meta robots="noindex"> tag is added to every PS controller that should not been indexed by search engines.
This allows for big "robots.txt" cleanup .. and a better SEO

The phylosophy is "Don't use robots.txt to tell robots to do not index a page, it should be used to block them .. it's different"

Contributors

Showing top 4 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from faktiva/prestashop-seo-tk via the GitHub API.Last fetched: 6/29/2026