- Add app/robots.ts (allow crawl, disallow admin/api, sitemap URL) - Expand sitemap to industries/[slug], accessories/[slug] and more static routes - Add public/llms.txt (AI summary), site.webmanifest, 1200x630 og.jpg - Layout: default OG/Twitter image, manifest, robots meta, Organization + WebSite JSON-LD - Robot pages: canonical, OG image, Product + BreadcrumbList JSON-LD; home canonical Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
17 lines
736 B
JSON
17 lines
736 B
JSON
{
|
|
"name": "YS Lootah Robotics",
|
|
"short_name": "Lootah Robotics",
|
|
"description": "The UAE destination for selected Unitree and Pudu robotics. Explore, configure and book a demo in Dubai.",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0b0b0b",
|
|
"theme_color": "#0b0b0b",
|
|
"lang": "en",
|
|
"icons": [
|
|
{ "src": "/icon-192.webp", "sizes": "192x192", "type": "image/webp", "purpose": "any" },
|
|
{ "src": "/icon-512.webp", "sizes": "512x512", "type": "image/webp", "purpose": "any" },
|
|
{ "src": "/icon-192-maskable.webp", "sizes": "192x192", "type": "image/webp", "purpose": "maskable" },
|
|
{ "src": "/icon-512-maskable.webp", "sizes": "512x512", "type": "image/webp", "purpose": "maskable" }
|
|
]
|
|
}
|