ivoba-oxid / better-seo
Better Seo module for OXID eShop 6.
Installs: 256
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:oxideshop-module
Requires
- oxid-esales/oxideshop-ce: ^v6.0
This package is auto-updated.
Last update: 2024-10-27 19:22:44 UTC
README
This module will enable better SEO titles and Meta descriptions for your OXID eshop.
By default it will add the category to the default title to avoid double or too short titles.
You can define the structure of the default title in the backend.
By default its: %Prefix %ArticleName %in %Category %TitleSuffix %PageSuffix
Also for the default Meta description, default is here: %ArticleName %in %Category - %MetaDescription
In addition you can add a custom title in the article, category, manufacturer or CMS page.
When this custom SEO title field is enabled and filled it will be used instead od the default title.
Installation
-
via composer:
composer require ivoba-oxid/better-seo
-
create migration in your shop
vendor/bin/oe-eshop-db_migrate migrations:generate PR
-
copy up & down methods to the new migration
-
run migrations
vendor/bin/oe-eshop-db_migrate migrations:migrate
-
regenerate views
-
clear cache
Credits
Inspired by: