Allow Googlebot access to static assets
This commit is contained in:
parent
1b89c72c2e
commit
0cffa2cfb1
@ -1,3 +1,12 @@
|
||||
User-agent: Googlebot
|
||||
Allow: /
|
||||
Allow: /_next/static/
|
||||
Allow: /_next/image
|
||||
Disallow: /admin/
|
||||
Disallow: /api/
|
||||
Disallow: /internal/
|
||||
Disallow: /_next/
|
||||
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user