在尋找適合的視訊會議室解決方案!?02-25528000
魏贊科技 會議室設計 Wejun-AV網站
功能 如 XTEN-AV
後台 需有 魏贊科技 代理的品牌產品+專案產品資料庫
💡 最快速的解法:建議您直接複製文末的 「優化指令 (Prompt)」 貼回給 Manus,讓 AI 自動幫您修復大部分問題。
Manus 生成的網站預設是單頁應用 (SPA),這意味著網站原始碼可能只是一個空的 <div>,搜尋引擎(Google)和社群分享(LINE/Facebook)會抓不到標題和縮圖。
建議操作:進入專案設定 (Settings),尋找 "SEO" 或 "Prerendering" (預渲染) 功能並開啟。
社群優化:請 AI 補上 Open Graph (OG) Tags,這樣您將連結貼到 LINE 或 Facebook 時,才能正確顯示預覽圖和標題。
AI 為了讓版面豐富,經常會生成「看起來很真,但實際無效」的連結。
必查項目:
頁尾連結:檢查 Privacy Policy(隱私權)、Terms of Service(服務條款)是否真的有頁面,還是只連結到 #。
社交圖示:FB、IG、Twitter 圖示通常是空的,請換成您自己的真實連結,或請 AI 移除未使用的圖示。
聯絡表單:如果有表單,請測試是否真的能寄出信件。
AI 為了美觀,常會直接引入 Unsplash 的 4K 高解析度原圖,導致手機載入極慢。
優化建議:
要求將所有圖片轉換為 WebP 格式。
為所有非首屏(第一眼看不到)的圖片加上 loading="lazy" 屬性。
設定明確的 width 與 height,防止圖片載入時發生版面跳動 (CLS)。
AI 寫網頁有時會過度依賴 <div> 標籤,這對 SEO 結構分數不利。
檢查:
導覽列應使用 <nav>。
主要內容應包在 <main> 裡。
頁尾應使用 <footer>。
標題層級應由 <h1> 到 <h2> 依序排列,而非全部用粗體字代替。
目前的 manus.space 網址僅供測試,不具備正式營運的穩定性。
資安建議:如果網站有「聯絡我們」表單,請務必加上 reCAPTCHA 或類似驗證機制,否則上線後很容易被機器人灌爆垃圾信。
部署建議:若要正式使用,建議使用 Manus 的 Code Export 功能導出程式碼,並部署到 Vercel 或 Netlify,綁定您的正式網域(Custom Domain)。
您可以直接複製以下指令給 Manus,讓它一次性解決上述技術問題:
"Please perform a technical audit and optimization on this project:
SEO & Metadata: Update the <title> and <meta description> to reflect the brand accurately. Add Open Graph (og:image, og:title) tags for social media sharing.
Performance: Convert all images to WebP format if possible, and add loading="lazy" attributes to images below the fold.
Semantic Structure: Refactor the HTML to use semantic tags (<nav>, <main>, <footer>, <article>) instead of generic divs. Ensure heading hierarchy (h1 -> h2) is correct.
Content Check: Remove any broken links in the footer (like dummy Privacy Policy links) and ensure all social media icons point to real URLs or are removed.
Mobile Fixes: Check for any horizontal overflow issues on mobile screens and ensure touch targets (buttons) are at least 44px wide."
優化後,建議您使用 Chrome 瀏覽器:
按下 F12 開啟開發者工具。
選擇 "Lighthouse" 分頁。
點擊 "Analyze page load"。 目標是讓 Performance 與 SEO 分數都達到 90 分以上 (綠燈)。