SERP 模擬設定

SEO 標題檢測 等待輸入... ⚠️ 將被截斷 ⚠️ 超出建議字數 ✅ 長度安全
SEO 字元 (全形佔2): {{ getSeoLength(title) }} / {{ titleLimit.chars }} (上限約30全形字) 像素: {{ titleResult.diagnostics ? Math.round(titleResult.diagnostics.totalWidth) : 0 }} / {{ titleLimit.pixels }} px
SEO 摘要檢測 等待輸入... ⚠️ 說明將被截斷 ⚠️ 超出建議字數 (未截斷) ✅ 理想 SEO 長度
SEO 字元 {{ features.date ? '含日期' : '全形佔2' }}: {{ getSeoLength(fullDescription) }} / {{ descLimit.chars }} 總像素: {{ descResult.diagnostics ? Math.round(descResult.diagnostics.totalWidth) : 0 }} / {{ descLimit.pixels }} px

💡 提示:發布日期 會增加字數;在行動版中,右側縮圖與影片 會縮窄可用寬度導致提早截斷,桌機版則完美容納不影響文字寬度。

強制切斷 (Strict): 到達寬度極限時直接切斷。若最後一個字是英文,可能會從中斷開(例如將 Apple 切成 App...)。

智慧防斷詞 (Smart): 到達寬度極限時,會自動往前尋找最近的空白或標點符號再切斷,確保英文單字或詞彙的完整性,更貼近真實的 Google 截斷行為。

排版設定檔 (Render Profile)

SERP 視覺預覽

📱 行動基準寬度: {{ currentProfile.container_width }}px
🌐
{{ siteName || '網站名稱' }} {{ formattedUrl }}

10:30
5.0
★★★★★
(34)
5.0
★★★★★
(34) · {{ serpLanguage === 'zh-TW' ? '庫存狀態:有貨' : 'In stock' }}
{{ serpLanguage === 'zh-TW' ? '產品與服務介紹' : 'Products & Services' }} 我們提供高品質的專業服務與產品選擇,讓您安心選購。
{{ serpLanguage === 'zh-TW' ? '客戶服務中心' : 'Customer Support' }} 如有任何問題,歡迎隨時與我們的專業客服團隊聯繫。
{{ serpLanguage === 'zh-TW' ? displayDomain + ' 的其他相關資訊 »' : 'More results from ' + displayDomain + ' »' }}
{{ serpLanguage === 'zh-TW' ? '上旺農家樂在哪裡' : 'Location' }} {{ serpLanguage === 'zh-TW' ? '上旺農家樂環境介紹' : 'Environment' }} {{ serpLanguage === 'zh-TW' ? '上旺農家樂美食評論' : 'Reviews' }} {{ serpLanguage === 'zh-TW' ? '上旺農家樂附近景點' : 'Nearby Attractions' }}
{{ serpLanguage === 'zh-TW' ? '這個產品提供免費試用嗎?' : 'Do you offer a free trial?' }}
{{ serpLanguage === 'zh-TW' ? '支援哪些付款方式與金流管道?' : 'What payment methods are supported?' }}

💡 SEO 分析建議

  • {{ tip.type === 'error' ? '❌' : (tip.type === 'warning' ? '⚠️' : (tip.type === 'success' ? '✅' : 'ℹ️')) }} {{ tip.text }}

工程診斷面板 (Diagnostics Panel)

[ 排版設定檔 ] {{ currentProfile?.name }}

[ 容器寬度 ] {{ currentProfile?.container_width }}px

--- 標題量測結果 ---

原始無限制總寬度: {{ titleResult.diagnostics.totalWidth.toFixed(2) }}px

是否已截斷: {{ titleResult.diagnostics.isTruncated ? '是 (Yes)' : '否 (No)' }}

--- 摘要量測結果 ---

原始無限制總寬度: {{ descResult.diagnostics.totalWidth.toFixed(2) }}px

動態可用寬度 (受側邊縮圖影響): {{ descResult.diagnostics.availableWidth }}px

是否已截斷: {{ descResult.diagnostics.isTruncated ? '是 (Yes)' : '否 (No)' }}