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__/
BIN
public/images/blog/10-things-checklist-hero.jpg
Normal file
|
After Width: | Height: | Size: 265 KiB |
BIN
public/images/blog/grilles-eyeball.jpg
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
public/images/blog/grilles-fresh-air-types.jpg
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
public/images/blog/grilles-hing-type.jpg
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
public/images/blog/grilles-industrial.jpg
Normal file
|
After Width: | Height: | Size: 140 KiB |
BIN
public/images/blog/grilles-installation.jpg
Normal file
|
After Width: | Height: | Size: 136 KiB |
BIN
public/images/blog/grilles-linear-slot.jpg
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
public/images/blog/grilles-plastic-content.jpg
Normal file
|
After Width: | Height: | Size: 136 KiB |
BIN
public/images/blog/ppr-pipe-hero.jpg
Normal file
|
After Width: | Height: | Size: 166 KiB |
BIN
public/images/blog/ppr-pipes-green.jpg
Normal file
|
After Width: | Height: | Size: 252 KiB |
BIN
public/images/blog/ppr-vs-hdpe-vs-upvc-hero.jpg
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
public/images/blog/ppr-welding-machine.jpg
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
public/images/blog/source/hdpe-cleaned.png
Normal file
|
After Width: | Height: | Size: 264 KiB |
BIN
public/images/blog/source/hdpe-source.png
Normal file
|
After Width: | Height: | Size: 231 KiB |
BIN
public/images/blog/source/ppr-cleaned.png
Normal file
|
After Width: | Height: | Size: 376 KiB |
BIN
public/images/blog/source/ppr-thaippr-source.png
Normal file
|
After Width: | Height: | Size: 354 KiB |
BIN
public/images/blog/source/ppr-tight.png
Normal file
|
After Width: | Height: | Size: 466 KiB |
BIN
public/images/blog/source/ppr-transparent.png
Normal file
|
After Width: | Height: | Size: 864 KiB |
|
After Width: | Height: | Size: 332 KiB |
|
After Width: | Height: | Size: 390 KiB |
|
After Width: | Height: | Size: 166 KiB |
|
After Width: | Height: | Size: 715 KiB |
BIN
public/images/blog/source/upvc-cleaned.png
Normal file
|
After Width: | Height: | Size: 73 KiB |
BIN
public/images/blog/thermobreak-cross-section.jpg
Normal file
|
After Width: | Height: | Size: 133 KiB |
BIN
public/images/blog/thermobreak-foil-detail.jpg
Normal file
|
After Width: | Height: | Size: 343 KiB |
BIN
public/images/blog/thermobreak-hero.jpg
Normal file
|
After Width: | Height: | Size: 619 KiB |
BIN
public/images/blog/thermobreak-installation.jpg
Normal file
|
After Width: | Height: | Size: 790 KiB |
BIN
public/images/blog/thermobreak-series-hero.jpg
Normal file
|
After Width: | Height: | Size: 383 KiB |
BIN
public/images/blog/thermobreak-structure.jpg
Normal file
|
After Width: | Height: | Size: 106 KiB |
BIN
public/images/blog/upvc-pipe-clean.png
Normal file
|
After Width: | Height: | Size: 158 KiB |
BIN
public/images/og/default-og.jpg
Normal file
|
After Width: | Height: | Size: 42 KiB |
41
public/robots.txt
Normal file
@@ -0,0 +1,41 @@
|
||||
# robots.txt — ดีล พลัส เทค
|
||||
# https://dealplustech.com
|
||||
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Disallow: /404
|
||||
|
||||
# AI crawlers — เปิดให้อ่าน (ช่วย GEO)
|
||||
User-agent: GPTBot
|
||||
Allow: /
|
||||
|
||||
User-agent: Google-Extended
|
||||
Allow: /
|
||||
|
||||
User-agent: PerplexityBot
|
||||
Allow: /
|
||||
|
||||
User-agent: anthropic-ai
|
||||
Allow: /
|
||||
|
||||
User-agent: ClaudeBot
|
||||
Allow: /
|
||||
|
||||
User-agent: Claude-Web
|
||||
Allow: /
|
||||
|
||||
# Bad bots — block common scrapers that don't respect crawl-delay
|
||||
User-agent: AhrefsBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: SemrushBot
|
||||
Disallow: /
|
||||
|
||||
User-agent: MJ12bot
|
||||
Disallow: /
|
||||
|
||||
# Host (Yandex/Bing-style, also helps some other crawlers)
|
||||
Host: https://dealplustech.com
|
||||
|
||||
# Sitemap
|
||||
Sitemap: https://dealplustech.com/sitemap.xml
|
||||