feat(blog): Phase 5 SEO/GEO content with 5 new blog posts
Add 5 long-form Thai blog posts (1,200-2,500 words each) with SEO + GEO optimization for the dealplustech water-systems site. Each post targets a specific audience (contractors, engineers, project managers) and follows a content-quality workflow: source real product specs, verify Thai text, dedupe images, link back to product pages. ## New blog posts (src/content/blog/) - thermobreak-guide.md (Thermobreak closed-cell insulation overview) - plastic-grilles-guide.md (ABS plastic grilles for HVAC) - ppr-pipe-guide.md (PPR pipe properties + heat-fusion welding) - ppr-vs-hdpe-vs-upvc.md (3-way pipe comparison with PE80/PE100) - thermobreak-series-guide.md (Thermobreak LS vs Solar series) - 10-things-checklist-pipe-ordering.md (10-point pre-order checklist) ## Removed legacy posts - pipe-knowledge.md, valve-guide.md, welcome-post.md (orphans) ## Hero images (public/images/blog/) ~20 product photos sourced from manufacturers (Thermobreak, Thai PPR, thaiconsupply) plus Nano Banana Pro infographics. All resized to 3:2 aspect ratio per user preference. Source folder preserved for re-derivation. ## Astro layout/SEO work - src/components/seo/SEO.astro, JsonLd.astro (new SEO components) - src/layouts/BaseLayout.astro, Layout.astro (OG/Twitter/JSON-LD wiring) - src/pages/404.astro - Product pages (8): added #pricelist anchors + schema work - src/styles/global.css: scroll-padding for sticky-header anchors ## Automation scripts (scripts/) - build_og_image.py (OG image builder) - inject_faq_schema.py, inject_product_schema.py (JSON-LD injection) ## Misc - public/robots.txt, public/images/og/default-og.jpg - .gitignore: exclude scripts/__pycache__/
This commit is contained in:
@@ -101,6 +101,91 @@ import BaseLayout from '@/layouts/BaseLayout.astro';
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Why choose us -->
|
||||
<section class="py-16 bg-white">
|
||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<h2 class="text-2xl font-bold text-primary-700 mb-8 text-center">ทำไมต้องเลือกระบบน้ำจากเรา?</h2>
|
||||
<div class="grid md:grid-cols-3 gap-8">
|
||||
<div class="text-center">
|
||||
<div class="w-16 h-16 bg-primary-100 rounded-full flex items-center justify-center mx-auto mb-4">
|
||||
<svg class="w-8 h-8 text-primary-700" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z" />
|
||||
</svg>
|
||||
</div>
|
||||
<h3 class="text-lg font-bold text-neutral-800 mb-2">สินค้าคุณภาพมาตรฐาน</h3>
|
||||
<p class="text-neutral-600">วาล์ว ปั๊มน้ำ และระบบกรองน้ำทุกชิ้นผ่านมาตรฐาน มอก./ISO นำเข้าจากผู้ผลิตชั้นนำ</p>
|
||||
</div>
|
||||
<div class="text-center">
|
||||
<div class="w-16 h-16 bg-primary-100 rounded-full flex items-center justify-center mx-auto mb-4">
|
||||
<svg class="w-8 h-8 text-primary-700" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
|
||||
</svg>
|
||||
</div>
|
||||
<h3 class="text-lg font-bold text-neutral-800 mb-2">ราคาโรงงาน</h3>
|
||||
<p class="text-neutral-600">ราคาขายส่งตรงจากโรงงาน พร้อมส่งฟรีในเขตกรุงเทพมหานครและปริมณฑล</p>
|
||||
</div>
|
||||
<div class="text-center">
|
||||
<div class="w-16 h-16 bg-primary-100 rounded-full flex items-center justify-center mx-auto mb-4">
|
||||
<svg class="w-8 h-8 text-primary-700" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M18.364 5.636l-3.536 3.536m0 5.656l3.536 3.536M9.172 9.172L5.636 5.636m3.536 9.192l-3.536 3.536M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-5 0a4 4 0 11-8 0 4 4 0 018 0z" />
|
||||
</svg>
|
||||
</div>
|
||||
<h3 class="text-lg font-bold text-neutral-800 mb-2">บริการครบวงจร</h3>
|
||||
<p class="text-neutral-600">ให้คำปรึกษาเลือกสินค้า ออกแบบระบบ และบริการหลังการขายโดยทีมช่างผู้เชี่ยวชาญ</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Categories overview -->
|
||||
<section class="py-16 bg-neutral-50">
|
||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<h2 class="text-2xl font-bold text-primary-700 mb-8 text-center">หมวดหมู่สินค้าในระบบน้ำ</h2>
|
||||
<div class="grid md:grid-cols-3 gap-6">
|
||||
<div class="bg-white p-6 rounded-2xl border border-neutral-200">
|
||||
<h3 class="text-xl font-bold text-primary-700 mb-3">วาล์วน้ำ</h3>
|
||||
<p class="text-neutral-600 mb-4">วาล์วทองเหลือง วาล์วสแตนเลส วาล์ว PVC/UPVC สำหรับงานน้ำดื่ม น้ำร้อน น้ำเย็น และงานอุตสาหกรรม</p>
|
||||
<a href="/วาล์ว-valve" class="text-primary-600 hover:text-primary-700 font-semibold text-sm">ดูสินค้าวาล์ว →</a>
|
||||
</div>
|
||||
<div class="bg-white p-6 rounded-2xl border border-neutral-200">
|
||||
<h3 class="text-xl font-bold text-primary-700 mb-3">ปั๊มน้ำ</h3>
|
||||
<p class="text-neutral-600 mb-4">ปั๊มหอยโข่ง ปั๊มเจ็ท ปั๊มจุ่ม ปั๊มอัตโนมัติ ปั๊มแรงดันสูง เหมาะกับบ้าน อาคาร โรงงาน เกษตรกรรม</p>
|
||||
<a href="/water-pump" class="text-primary-600 hover:text-primary-700 font-semibold text-sm">ดูสินค้าปั๊มน้ำ →</a>
|
||||
</div>
|
||||
<div class="bg-white p-6 rounded-2xl border border-neutral-200">
|
||||
<h3 class="text-xl font-bold text-primary-700 mb-3">ระบบกรองน้ำ</h3>
|
||||
<p class="text-neutral-600 mb-4">ระบบกรองน้ำบริสุทธิ์ ระบบ RO ระบบ Softener ระบบ UV สำหรับโรงงาน อาคาร บ้านเรือน ครบวงจร</p>
|
||||
<a href="/water-treatment" class="text-primary-600 hover:text-primary-700 font-semibold text-sm">ดูระบบกรองน้ำ →</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- FAQ -->
|
||||
<section class="py-16 bg-white">
|
||||
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<h2 class="text-2xl font-bold text-primary-700 mb-8 text-center">คำถามที่พบบ่อยเกี่ยวกับระบบน้ำ</h2>
|
||||
<div class="space-y-4">
|
||||
<div class="bg-neutral-50 rounded-lg p-4">
|
||||
<h3 class="font-semibold text-neutral-800 mb-2">Q: เลือกปั๊มน้ำอย่างไรให้เหมาะกับบ้าน?</h3>
|
||||
<p class="text-neutral-700">พิจารณา 3 ปัจจัยหลัก ได้แก่ ความสูงยก (Head) อัตราการไหล (Flow Rate) และแหล่งน้ำ บ้านทั่วไปใช้ปั๊มหอยโข่งหรือปั๊มอัตโนมัติขนาด 0.5-1 HP</p>
|
||||
</div>
|
||||
<div class="bg-neutral-50 rounded-lg p-4">
|
||||
<h3 class="font-semibold text-neutral-800 mb-2">Q: วาล์วชนิดไหนเหมาะกับน้ำร้อน?</h3>
|
||||
<p class="text-neutral-700">วาล์วทองเหลืองหรือสแตนเลสทนความร้อนได้สูงกว่า 100°C เหมาะกับงานน้ำร้อน ส่วนวาล์ว PVC เหมาะกับน้ำเย็นเท่านั้น</p>
|
||||
</div>
|
||||
<div class="bg-neutral-50 rounded-lg p-4">
|
||||
<h3 class="font-semibold text-neutral-800 mb-2">Q: ระบบกรองน้ำแบบไหนเหมาะกับโรงงาน?</h3>
|
||||
<p class="text-neutral-700">โรงงานควรใช้ระบบ RO ร่วมกับ Pre-filter และ UV Sterilizer เพื่อให้ได้น้ำที่บริสุทธิ์ปราศจากเชื้อโรคและสารเคมี</p>
|
||||
</div>
|
||||
<div class="bg-neutral-50 rounded-lg p-4">
|
||||
<h3 class="font-semibold text-neutral-800 mb-2">Q: มีบริการติดตั้งหรือไม่?</h3>
|
||||
<p class="text-neutral-700">มีครับ ทีมช่างของเราพร้อมให้บริการติดตั้งและบำรุงรักษาระบบน้ำครบวงจร ในเขตกรุงเทพมหานครและปริมณฑล</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Contact CTA -->
|
||||
<section class="py-16 bg-gradient-to-br from-primary-700 to-primary-600 text-white relative overflow-hidden">
|
||||
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
||||
|
||||
Reference in New Issue
Block a user