- Notifications
You must be signed in to change notification settings - Fork5
Opencart custom meta tags with template for opencart 2/3
License
Freeocart/fo-auto-meta
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Create custom meta title/description with templates!
Module uses just a simple interpolation forproduct andcategory pages - use{{ name }}
, module will replace these tokens toproduct_info
orcategory_info
value.
Product related variables:
variable | description |
---|---|
name | Product name |
description | Product description (html) |
meta_title | Meta title |
meta_description | Meta description |
meta_keyword | Meta keyword |
tag | Product tags |
model, sku, upc, ean, jan, isbn, mpn | Relevant product fields |
location | Location field value |
quantity | Quantity |
stock_status | Stock status |
manufacturer | Manufacturer |
price | Product price |
special | Product special price (if not set - empty) |
weight, length, width, height | Relevant product fields |
rating | Product rating |
reviews | Product reviews count |
viewed | Product views count |
Category related variables:
variable | description |
---|---|
name | Category name |
description | Category description |
meta_title | Category meta title |
meta_description | Category meta description |
meta_keyword | Category meta keywords |
By default, module do not replace meta fields, if they were filled before, but every template has an option to force replace meta value. So if you want to use only templated meta - use these checkboxes.
With this module you also can change title/description of some default opencart pages, such as contacts, voucher, sitemap, shop rating, product special.
Also module can change title/description for faq pages, produced byFAQ module
About
Opencart custom meta tags with template for opencart 2/3