https://github.com/faktiva/prestashop-seo-tk
Prestashop module. Handles a few SEO-related improvements, such as "hreflang", "canonical" and "noindex".
https://github.com/faktiva/prestashop-seo-tk
freeware hreflang noindex php prestashop prestashop-free-module prestashop-module robot seo
Last synced: 9 months ago
JSON representation
Prestashop module. Handles a few SEO-related improvements, such as "hreflang", "canonical" and "noindex".
- Host: GitHub
- URL: https://github.com/faktiva/prestashop-seo-tk
- Owner: faktiva
- License: mit
- Archived: true
- Created: 2015-03-27T13:43:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T14:56:22.000Z (over 3 years ago)
- Last Synced: 2025-01-13T23:16:12.225Z (over 1 year ago)
- Topics: freeware, hreflang, noindex, php, prestashop, prestashop-free-module, prestashop-module, robot, seo
- Language: PHP
- Homepage:
- Size: 1.41 MB
- Stars: 60
- Watchers: 22
- Forks: 25
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[PrestaShop module "Faktiva SEO ToolKit"](https://github.com/faktiva/prestashop-seo-tk)
===
[](https://github.com/faktiva/prestashop-seo-tk/releases/latest)
[](http://opensource.box.com/badges)
[](http://isitmaintained.com/project/faktiva/prestashop-seo-tk "Percentage of issues still open")
[](http://isitmaintained.com/project/faktiva/prestashop-seo-tk "Average time to resolve an issue")
[](https://packagist.org/packages/faktiva/prestashop-seo-tk)
[](https://libraries.io/github/faktiva/prestashop-seo-tk)
[](https://tldrlegal.com/license/mit-license)
[](https://gitter.im/faktiva/prestashop-seo-tk)
[](https://twitter.com/intent/tweet?text=Fantastic+@PrestaShop+module+"%23Faktiva+SEO+ToolKit"&url=https://github.com/faktiva/prestashop-clean-urls)
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=YF3R37RLY85CU&lc=IT&item_name=faktiva&item_number=GitHub%2dprestashop%2dseo%2dtk¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
____
> **Warning**: This SW is unmaintained
Handles a few basic SEO related improvements such as:
* "hreflang"
* "canonical"
* "noindex"
>
> For production use the **latest stable [release](https://github.com/faktiva/prestashop-seo-tk/releases/latest)**
>
> 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 `` 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 `` 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](http://www.rebelytics.com/hreflang-canonical/)

## NoIndex
Automatically assure a `` 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"