fix(seo): fix hardcoded dealplustech.co.th URLs in JSON-LD

The JSON-LD Product schema in 6 product pages had hardcoded
URLs to dealplustech.co.th, but astro.config.mjs configures the
site as dealplustech.com. When this project replaces the old
site, those URLs would 404.

Changes:
- Replace `https://dealplustech.co.th/images/...` with relative
  `/images/...` paths (resolved by Astro at build time)
- Replace `https://dealplustech.co.th/<page>` with
  `https://dealplustech.com/<page>` (canonical domain)
- Special case: vineman schema `image` referenced an .svg that
  doesn't exist locally — switch to the .jpg version that does
  (also used by the page body) at
  /images/products-raw/vineman/ระบบรั้วไวน์แมน-Vineman-e1613286324569-1024x880.jpg

Files changed:
- realflex.astro
- วาล์ว-valve.astro
- water-treatment.astro
- เครื่องเชื่อม-hdpe.astro
- ระบบรั้วไวน์แมน.astro
- เทอร์โมเบรค-thermobreak.astro
This commit is contained in:
Kunthawat Greethong
2026-06-04 19:07:20 +07:00
parent ff4e5ae346
commit 9ed0abb5d4
6 changed files with 12 additions and 12 deletions

View File

@@ -11,10 +11,10 @@ import StickyBottomCTA from '@/components/common/StickyBottomCTA.astro';
"@type": "Product", "@type": "Product",
"name": "Realflex | สายอ่อนสแตนเลส", "name": "Realflex | สายอ่อนสแตนเลส",
"description": "จำหน่ายRealflex สายอ่อนสแตนเลสคุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล", "description": "จำหน่ายRealflex สายอ่อนสแตนเลสคุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล",
"image": "https://dealplustech.co.th/images/products-cropped/realflex_000C.jpg", "image": "/images/products-cropped/realflex_000C.jpg",
"offers": { "offers": {
"@type": "Offer", "@type": "Offer",
"url": "https://dealplustech.co.th/realflex", "url": "https://dealplustech.com/realflex",
"priceCurrency": "THB", "priceCurrency": "THB",
"availability": "https://schema.org/InStock" "availability": "https://schema.org/InStock"
} }

View File

@@ -11,10 +11,10 @@ import StickyBottomCTA from '@/components/common/StickyBottomCTA.astro';
"@type": "Product", "@type": "Product",
"name": "ระบบกรองน้ำ Water Treatment", "name": "ระบบกรองน้ำ Water Treatment",
"description": "จำหน่ายระบบกรองน้ำดี (Water Treatment) คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล", "description": "จำหน่ายระบบกรองน้ำดี (Water Treatment) คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล",
"image": "https://dealplustech.co.th/images/products-cropped/water-treatment_000C.jpg", "image": "/images/products-cropped/water-treatment_000C.jpg",
"offers": { "offers": {
"@type": "Offer", "@type": "Offer",
"url": "https://dealplustech.co.th/water-treatment", "url": "https://dealplustech.com/water-treatment",
"priceCurrency": "THB", "priceCurrency": "THB",
"availability": "https://schema.org/InStock" "availability": "https://schema.org/InStock"
} }

View File

@@ -11,10 +11,10 @@ import StickyBottomCTA from '@/components/common/StickyBottomCTA.astro';
"@type": "Product", "@type": "Product",
"name": "ระบบรั้วไวน์แมน Vineman รั้วตาข่าย ลวดหนาม", "name": "ระบบรั้วไวน์แมน Vineman รั้วตาข่าย ลวดหนาม",
"description": "จำหน่ายระบบรั้วไวน์แมน Vineman รั้วตาข่าย ลวดหนามคุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล", "description": "จำหน่ายระบบรั้วไวน์แมน Vineman รั้วตาข่าย ลวดหนามคุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล",
"image": "https://dealplustech.co.th/images/products-raw/vineman/ระบบรั้วไวน์แมน-Vineman-e1613286324569-1024x880.svg", "image": "/images/products-raw/vineman/ระบบรั้วไวน์แมน-Vineman-e1613286324569-1024x880.jpg",
"offers": { "offers": {
"@type": "Offer", "@type": "Offer",
"url": "https://dealplustech.co.th/ระบบรั้วไวน์แมน-vineman-2", "url": "https://dealplustech.com/ระบบรั้วไวน์แมน-vineman-2",
"priceCurrency": "THB", "priceCurrency": "THB",
"availability": "https://schema.org/InStock" "availability": "https://schema.org/InStock"
} }

View File

@@ -8,10 +8,10 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
"@type": "Product", "@type": "Product",
"name": "วาล์ว (Valve) - วาล์วน้ำทุกประเภท", "name": "วาล์ว (Valve) - วาล์วน้ำทุกประเภท",
"description": "จำหน่ายวาล์ว (Valve) - วาล์วน้ำทุกประเภทคุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล", "description": "จำหน่ายวาล์ว (Valve) - วาล์วน้ำทุกประเภทคุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล",
"image": "https://dealplustech.co.th/images/products-cropped/valve_000C.jpg", "image": "/images/products-cropped/valve_000C.jpg",
"offers": { "offers": {
"@type": "Offer", "@type": "Offer",
"url": "https://dealplustech.co.th/วาล์ว-valve", "url": "https://dealplustech.com/วาล์ว-valve",
"priceCurrency": "THB", "priceCurrency": "THB",
"availability": "https://schema.org/InStock" "availability": "https://schema.org/InStock"
} }

View File

@@ -8,10 +8,10 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
"@type": "Product", "@type": "Product",
"name": "เครื่องเชื่อม HDPE", "name": "เครื่องเชื่อม HDPE",
"description": "เครื่องเชื่อมท่อ HDPE คุณภาพสูง เหมาะสำหรับงานเชื่อมท่อ HDPE ระบบประปา ระบบน้ำ งานอุตสาหกรรม ราคาพิเศษ ส่งฟรี", "description": "เครื่องเชื่อมท่อ HDPE คุณภาพสูง เหมาะสำหรับงานเชื่อมท่อ HDPE ระบบประปา ระบบน้ำ งานอุตสาหกรรม ราคาพิเศษ ส่งฟรี",
"image": "https://dealplustech.co.th/images/HDPE-welding-crop.jpg", "image": "/images/HDPE-welding-crop.jpg",
"offers": { "offers": {
"@type": "Offer", "@type": "Offer",
"url": "https://dealplustech.co.th/เครื่องเชื่อม-hdpe", "url": "https://dealplustech.com/เครื่องเชื่อม-hdpe",
"priceCurrency": "THB", "priceCurrency": "THB",
"availability": "https://schema.org/InStock" "availability": "https://schema.org/InStock"
} }

View File

@@ -11,10 +11,10 @@ import StickyBottomCTA from '@/components/common/StickyBottomCTA.astro';
"@type": "Product", "@type": "Product",
"name": "ฉนวนหุ้มท่อแอร์ ฉนวนหุ้มท่อน้ำ เทอร์โมเบรค (Thermobreak)", "name": "ฉนวนหุ้มท่อแอร์ ฉนวนหุ้มท่อน้ำ เทอร์โมเบรค (Thermobreak)",
"description": "จำหน่ายฉนวนหุ้มท่อแอร์ ฉนวนหุ้มท่อน้ำ เทอร์โมเบรค (Thermobreak)คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล", "description": "จำหน่ายฉนวนหุ้มท่อแอร์ ฉนวนหุ้มท่อน้ำ เทอร์โมเบรค (Thermobreak)คุณภาพสูง ราคาโรงงาน ส่งฟรี กทม. ปริมณฑล",
"image": "https://dealplustech.co.th/images/thermobreak/thermobreak-solarblock.png", "image": "/images/thermobreak/thermobreak-solarblock.png",
"offers": { "offers": {
"@type": "Offer", "@type": "Offer",
"url": "https://dealplustech.co.th/เทอร์โมเบรค-thermobreak", "url": "https://dealplustech.com/เทอร์โมเบรค-thermobreak",
"priceCurrency": "THB", "priceCurrency": "THB",
"availability": "https://schema.org/InStock" "availability": "https://schema.org/InStock"
} }