yslootahrobotics/public/site.webmanifest
Najjar 60d50e15e4
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
feat(seo): robots.txt, richer sitemap, llms.txt, manifest, OG image, JSON-LD
- 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>
2026-07-06 13:45:38 +04:00

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" }
]
}