feat: mejorar el sitemap añadiendo rutas legales y asegurando la correcta codificación XML
This commit is contained in:
@@ -8,12 +8,17 @@ export default function robots(): MetadataRoute.Robots {
|
||||
allow: "/",
|
||||
disallow: [
|
||||
"/admin/",
|
||||
"/dashboard/",
|
||||
"/my-appointments/",
|
||||
"/offer-appointments/",
|
||||
"/user/",
|
||||
"/messenger/",
|
||||
"/landing/dashboard/",
|
||||
"/landing/my-appointments/",
|
||||
"/landing/current-plan/",
|
||||
"/landing/upgrade-plan/",
|
||||
"/landing/pending-ratings/",
|
||||
"/landing/subscription/",
|
||||
"/landing/recover-account/",
|
||||
],
|
||||
},
|
||||
sitemap: `${baseUrl}/sitemap.xml`,
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user