SEO: robots.txt, sitemap, Organization & Event schema; dashboard fmtTime fix; frontend updates

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Michilis
2026-02-12 07:55:43 +00:00
parent 95ee5a5dec
commit 18254c566e
31 changed files with 227 additions and 196 deletions

View File

@@ -7,30 +7,16 @@ export default function robots(): MetadataRoute.Robots {
rules: [
{
userAgent: '*',
allow: [
'/',
'/events',
'/events/*',
'/community',
'/contact',
'/faq',
'/legal/*',
'/llms.txt',
],
allow: '/',
disallow: [
'/admin',
'/admin/*',
'/dashboard',
'/dashboard/*',
'/api',
'/api/*',
'/book',
'/book/*',
'/booking',
'/booking/*',
'/admin/',
'/dashboard/',
'/api/',
'/book/',
'/booking/',
'/login',
'/register',
'/auth/*',
'/auth/',
],
},
],