83,583 products · Thai + English descriptions · Updated 2026-02-24
| Issue | Severity | Status | Details |
|---|---|---|---|
| 60% descriptions are generic template | HIGH | FEEDBACK SENT | 50,315 products use identical placeholder text |
| Brand extraction broken (~480 products) | MEDIUM | FEEDBACK SENT | Wrong brand names in description headers |
| No barcode research | MEDIUM | FEEDBACK SENT | Descriptions lack specific product details |
| Thai descriptions translated | MEDIUM | IN REVIEW | Not natural Thai writing |
Download source data, enhance descriptions, upload back:
| Field | Description | Example |
|---|---|---|
meta_title | Page title (max 70 chars) | WAKOU Ramen Noodles - Premium Japanese Noodles | Villa Market |
meta_description | Meta description (max 160 chars) | Enjoy these authentic Japanese ramen noodles from WAKOU... |
meta_description_th | Thai meta description | ลิ้มรสเส้นราเมนแท้จากญี่ปุ่น... |
meta_keywords | Comma-separated keywords | ramen, noodles, japanese, wakou, villa market |
og_title | Open Graph title | WAKOU Ramen Noodles |
og_description | Open Graph description | Same as meta_description |
schema_jsonld | Schema.org Product JSON-LD | { "@type": "Product", ... } |
<title>{{meta_title}}</title>
<meta name="description" content="{{meta_description}}">
<meta name="keywords" content="{{meta_keywords}}">
<meta property="og:title" content="{{og_title}}">
<meta property="og:description" content="{{og_description}}">
<meta property="og:type" content="product">
<meta property="og:site_name" content="Villa Market">
<script type="application/ld+json">
{{schema_jsonld}}
</script>