# =========================================
# phpBB SEO Friendly robots.txt
# 適用於所有搜尋引擎 (Google, Bing, DuckDuckGo...)
# =========================================
# -------------------------------
# 允許搜尋引擎抓取的主要內容
# -------------------------------
User-agent: *
Allow: /viewtopic.php
Allow: /viewforum.php
# -------------------------------
# 不希望被抓取的頁面 (重複 / 隱私 / 低價值)
# -------------------------------
Disallow: /search.php
Disallow: /memberlist.php
Disallow: /ucp.php
Disallow: /mcp.php
Disallow: /login.php
Disallow: /register.php
Disallow: /privmsg.php
Disallow: /posting.php
# -------------------------------
# 阻擋已知的惡意爬蟲或垃圾爬蟲
# -------------------------------
User-agent: Alexibot
Disallow: /
User-agent: EmailCollector
Disallow: /
User-agent: WebCopier
Disallow: /
User-agent: Wget
Disallow: /
User-agent: HTTrack
Disallow: /
User-agent: SpankBot
Disallow: /
User-agent: Zeus
Disallow: /
# -------------------------------
# Sitemap 指向 (必須替換成你論壇的真實網址)
# -------------------------------
#Sitemap: https://你的論壇網址/sitemap.xml
robots.txt