We are using cookies to give you the best experience on our website. Learn more.
Magento 2 SEO Templates Extension
SEO Templates Extension for Magento 2 helps to generate values for SEO attributes of products and categories using templates. SEO attributes include Meta Title, Meta Description, Meta Keywords. Various product and category attributes, as well as some configuration settings can be used in the design of the template.
IF
, RANDOM
)Templates for generating SEO attribute values for products and categories
SEO Templates Extension for Magento 2 allows you to create Product SEO Templates and Category SEO Templates. These templates are used to generate values for the Meta Title, Meta Description, Meta Keywords attributes.
Generation of SEO attribute values for specific Store View and for the Global Scope
SEO Templates Extension for Magento 2 allows to generate values of Meta Title, Meta Description, Meta Keywords attributes for specific Store View and for Global Scope. Scope can be specified for each Meta Tag Template using the Scope property.
Assigning products to a template
Conditions are used to assign products to the Product SEO Template.
Assigning categories to a template
All categories or only some of them can be assigned to the Category SEO Template.
Variables and expressions in SEO Meta Tag Templates
When building a template, product attributes can be used as variables in Product SEO Templates, and category attributes can be used in Category SEO Templates. In the specified SEO Templates, some configuration settings are also available as variables.
Expressions can also be used when constructing Meta Tag Templates. They can be specified as IF
and RANDOM
. The IF
expression is used to exclude part of the template from the final value if an attribute is used in this part of the template, the value of which is not set. The RANDOM
expression is used to randomly determine a part of a template from a proposed set of parts, which will be used in the final value.
CLI commands for SEO Meta Tag Templates
SEO Templates Extension for Magento 2 adds CLI commands for viewing listing, deleting and applying Meta Tag Templates. Specify template IDs when running the command to delete or apply templates, then the command will be executed for the specified templates, otherwise it will be executed for all templates.
Automatic application of SEO Meta Tag Templates on a schedule
If desired, all or some of the Meta Tag Templates can be applied on a schedule automatically using the cron. To do this, use the Apply by Cron property.
For full SEO customization on your website, use the Magento 2 SEO Extension.