24 lines
438 B
Plaintext
24 lines
438 B
Plaintext
# Allow search engines to crawl the site
|
|
User-agent: Googlebot
|
|
Allow: /
|
|
Allow: /_next/static/
|
|
Allow: /_next/image
|
|
Disallow: /admin/
|
|
Disallow: /api/
|
|
Disallow: /internal/
|
|
Disallow: /panel/
|
|
Disallow: /_next/data/
|
|
|
|
User-agent: *
|
|
Allow: /
|
|
Allow: /_next/static/
|
|
Allow: /_next/image
|
|
Disallow: /admin/
|
|
Disallow: /api/
|
|
Disallow: /internal/
|
|
Disallow: /panel/
|
|
Disallow: /_next/data/
|
|
|
|
# Sitemap location
|
|
Sitemap: https://console.svc.plus/sitemap.xml
|