Table meta tags products description
From Zen Cart(tm) Wiki
Contents |
Database Version
- 1.3.6
Description
- Stores all the meta tags for the product pages.
Table Details
Primary Key
Indexed Fields
- None.
Columns
products_id 
- A unique, auto incremented value, to identify each product id record.
Type: int(11) Null: No Default:
language_id 
- The language of the given record.
Type: int(11) Null: No Default: 1
metatags_title
- The meta title for the given product.
Type: varchar(255) Null: No Default:
metatags_keywords
- The meta keywords for the given product.
Type: text Null: Yes Default: NULL
metatags_description
- The meta description for the given product.
Type: text Null: Yes Default: NULL
Default Entries
- None.