# ============================================================ # robots.txt – Goalia.blog # ============================================================ User-agent: * # ── Allow public pages ────────────────────────────────────── Allow: / Allow: /news Allow: /news/ Allow: /matches Allow: /about Allow: /contact Allow: /uploads/ # ── Disallow private / internal directories ───────────────── Disallow: /admin/ Disallow: /config/ Disallow: /core/ Disallow: /includes/ Disallow: /sql/ Disallow: /ajax/ # ── Disallow parameterised & filter URLs ──────────────────── # (these create duplicate content – use canonical instead) Disallow: /news?*player=* Disallow: /news?*league=* Disallow: /news?*team=* Disallow: /news?search= # ── Disallow utility / maintenance pages ──────────────────── Disallow: /maintenance Disallow: /maintenance.php # ── Sitemap reference ──────────────────────────────────────── Sitemap: https://goalia.blog/sitemap.xml