In the table “product_keyword_new” (created by scipio), it would be helpful to add a “locale” column. As it is now, it is great for product searches but not useful for generating relevant SEO meta tags for a particular page. Another possibility is to use the “status_id” column, which seems to be not used.
ofbiz=# \d product_keyword_new
Table "public.product_keyword_new"
Column | Type | Modifiers
-----------------------±-------------------------±----------
product_id | character varying(255) | not null
keyword | character varying(60) | not null
keyword_type_id | character varying(255) | not null
relevancy_weight | numeric(20,0) |
status_id | character varying(255) |
locale ------------------------------ NEW -----------------
last_updated_stamp | timestamp with time zone |
last_updated_tx_stamp | timestamp with time zone |
created_stamp | timestamp with time zone |
created_tx_stamp | timestamp with time zone |