SeoProductMetatagGeneration (optional)

https://github.com/magesuite/seo-product-metatag-generation

This module generates "Meta Title" and "Meta Description" for product pages from given patterns unless the relevant fields in the products are filled in.

 

Installation

This module is optional

composer require "creativestyle/magesuite-seo-product-metatag-generation" ^1.0.0

 

User Manual

https://creativestyle.atlassian.net/wiki/spaces/MGS/pages/1994260671

Admin settings

Admin settings can be found in Stores -> Configuration -> MageSuite -> SEO in Product Metatag generation tab.

Name

Value

Note

Name

Value

Note

Is Enabled

Yes/No 

Default value is No

By enabling this option, product "Meta Title" and "Meta Description" will be generated from given patterns unless the relevant fields in the products are filled in.

Meta Title

 

Please provide a pattern which will be used to generate Meta Title if this field in product is empty. You can use directives:
{{product_name}} - returns product name
{{product_color}} - returns product color
{{product_brand}} - returns product attribute selected as brand

Meta Description

 

Please provide a pattern which will be used to generate Meta Description if this field in product is empty. You can use directives:
{{product_name}} - returns product name
{{product_color}} - returns product color
{{product_brand}} - returns product attribute selected as brand
{{product_short_description}} - returns product short description

Brand

Dropdown

Please define which attribute will be used for {{product_brand}} directive.

Backend

The following directives are available in the module:

  • Brand

  • Color

  • Name

  • ShortDescription

  • Frontend

Custom directives can be added in child projects.

 

Frontend

Meta tag patterns examples:

Purchase your {{product_name}} in {{product_color}}"

{{product_color}} {{product_name}} starting from {{product_price}} - buy now!.

{{product_name}} online kaufen | iPet.ch"