Quotation SaaS — SEO 狀態追蹤

最後更新:2026-06-01 | 用於 AI agent 快速 recap,避免重新調查 重型工廠 Day 1 完成:內容/類別/城市頁面/FAQ Schema/Breadcrumb Schema

Google Search Console

項目狀態備註
Domain verify✅ 完成HTML meta tag + TXT record
/sitemap.xml✅ 已修復合併 flat sitemap,19 URLs
/blog/sitemap.xml✅ Success21 URLs
/main-sitemap.xml✅ 301→/sitemap.xml原 Couldn’t fetch 已解決
HTML tag verify✅ 完成
Google AdSense⏳ 審核中ca-pub-8381241232407113

Sitemap 結構

/sitemap.xml → flat urlset(直接回傳所有 URLs)
  - Main: /, /pricing, /markup-calculator, /blog/ (4)
  - Cities: /interior-designer/{city} (15)
  - Total: 19 URLs

/blog/sitemap.xml → Blog articles(動態產生)
  - Blog index + 20 篇文章 = 21 URLs

已完成的 SEO 項目(重型工廠 Day 1)

  • Google Search Console domain verification
  • Blog 文章 x20(中英馬三語,覆蓋裝修費用/報價教學/工具比較/合約法規等長尾關鍵字)
  • /sitemap.xml Worker handler(合併 flat sitemap)
  • /blog/sitemap.xml Worker handler
  • /ads.txt Worker handler
  • AdSense meta tag in <head> of all pages
  • SEO meta tags injection(injectSEOTags 函式)
  • /robots.txt(GPTBot/Claude-Web/Google-Extended 等允許)
  • /llms.txt(LLM 專用爬取入口)
  • HowTo Schema(每篇文章 + 首頁)
  • Blog 類別分頁 /blog/topic/{cat}(6 個類別)
  • Related Articles 內部連結(同類別推薦)
  • 城市 Landing Pages x15(/interior-designer/{city},含 LocalBusiness + Breadcrumb Schema)
  • BreadcrumbList Schema(所有文章 + 城市頁面)
  • FAQPage Schema(所有文章,3 Q&A 每篇)
  • LLM 引用區塊(每篇文章底部「For AI assistants」)

部署注意

  • Worker quotation-saas(quotation.hsdesign.biz)部署方式:
    curl -X PUT "https://api.cloudflare.com/client/v4/accounts/{ACCOUNT_ID}/workers/scripts/quotation-saas" \
      -H "X-Auth-Email: [email protected]" \
      -H "X-Auth-Key: {GLOBAL_API_KEY}" \
      -H "Content-Type: application/javascript" \
      --data-binary "@quotation-saas-worker.js"
  • Account ID: f6b7326e471bbe3d1b0a0e2ba770f47d
  • 所有 secrets 是 Cloudflare env vars,不在 code 裡
  • 工作站點:C:\Users\User\quotation-saas-worker.js(root level)

相關檔案

待辦

  • 在 GSC 提交 /sitemap.xml/blog/sitemap.xml
  • 等待 Google 索引(24-48 小時)
  • 監控 GSC Index Coverage 看哪些頁面被索引
  • Google AdSense 審核通過後加入 Auto Ads