chore: add more disallow paths for robots
This commit is contained in:
parent
d1359b91a3
commit
80fe789b9d
@ -6,7 +6,7 @@ export default function robots(): MetadataRoute.Robots {
|
||||
rules: {
|
||||
userAgent: '*',
|
||||
allow: '/',
|
||||
disallow: ['/api/'],
|
||||
disallow: ['/api/*', '/_next/*', '/settings/*', '/dashboard/*'],
|
||||
},
|
||||
sitemap: `${getBaseUrl()}/sitemap.xml`,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user