All Projects → faktiva → Prestashop Seo Tk

faktiva / Prestashop Seo Tk

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

Labels

Projects that are alternatives of or similar to Prestashop Seo Tk

Magento 2 Seo
Magento 2 SEO extension will do perfectly for your better SEO. This is a bundle of outstanding features that are auto-active when you install it from Mageplaza without any code modifications. It is also friendly with your store if you need to insert meta keywords and meta descriptions for your product.
Stars: ✭ 99 (+62.3%)
Mutual labels:  robot, seo
Hugo Handbook
Building static website with hugo - https://jimmysong.io/hugo-handbook
Stars: ✭ 58 (-4.92%)
Mutual labels:  seo
Serp
Google Search SERP Scraper
Stars: ✭ 40 (-34.43%)
Mutual labels:  seo
Wjsp
WEBPACK + JSP 构建多页应用
Stars: ✭ 48 (-21.31%)
Mutual labels:  seo
Href Counter
Golang multi-stage build to count links within a page for SEO
Stars: ✭ 42 (-31.15%)
Mutual labels:  seo
Balancingrobotfullsize
Code for my full size balancing/segway robot
Stars: ✭ 52 (-14.75%)
Mutual labels:  robot
Robond Kinematics Project
Robotic Arm Pick & Place using ROS, RViz, Gazebo, and KUKA KR210
Stars: ✭ 39 (-36.07%)
Mutual labels:  robot
Quadruped 9g
A ROS node that describes a quadruped robot using URDF
Stars: ✭ 61 (+0%)
Mutual labels:  robot
Eva
🐳🐬Eva : 优雅,简约的完整博客项目 [前后端] (Eva: A concise, simple Blog Project. [FD/BD]) 🐋
Stars: ✭ 57 (-6.56%)
Mutual labels:  seo
Xiaolan
xiaolan小蓝——一款语音交互智能家居机器人
Stars: ✭ 48 (-21.31%)
Mutual labels:  robot
Show trajectory
This repository collected 3 ways to show trajectory of robot in ROS
Stars: ✭ 48 (-21.31%)
Mutual labels:  robot
Yoast Seo For Typo3
Yoast SEO plugin for TYPO3
Stars: ✭ 43 (-29.51%)
Mutual labels:  seo
F19n Obtrusive Livetest
A sandboxed, extendable testing chrome extension and framework! It runs pre-defined and custom tests on each page that you visit.
Stars: ✭ 53 (-13.11%)
Mutual labels:  seo
Seodeploy
SEODeploy: Flexible and Modular Python Library for Automating SEO Testing in Deployment Pipelines.
Stars: ✭ 41 (-32.79%)
Mutual labels:  seo
Elderjs
Elder.js is an opinionated static site generator and web framework for Svelte built with SEO in mind.
Stars: ✭ 1,102 (+1706.56%)
Mutual labels:  seo
Robot Software
CVRA monorepo - All software running on our bots lives here
Stars: ✭ 39 (-36.07%)
Mutual labels:  robot
Anki.vector.sdk
Anki Vector .NET SDK
Stars: ✭ 47 (-22.95%)
Mutual labels:  robot
Canvas
Base for Blogger, seo, twitter card, open graph, optimization and performance
Stars: ✭ 51 (-16.39%)
Mutual labels:  seo
Costar stack
Integrated ROS capabilities for planning, predicate inference, gripper control, and perception for use with the KUKA LBR IIWA and Universal Robots.
Stars: ✭ 61 (+0%)
Mutual labels:  robot
Lashop
Simple shop based on Laravel 7.3
Stars: ✭ 60 (-1.64%)
Mutual labels:  seo

SensioLabsInsight 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


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

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"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].