
गगन मलिक द्वारा
Release 1.20.20 tightens how search engines and answer engines read this site across English, Hindi, Arabic, and Spanish. JSON-LD URLs now follow the same locale prefix as each page’s canonical URL, so Article, Person, WebPage, and service markup no longer default to English paths on non-English pages. The newsroom and case study detail pages also emit BreadcrumbList schema that matches the visible trail.
Next.js metadata gains `alternates.languages` (with `x-default` to English) on the home, about, pricing, stories, newsroom, legal, docs, Ask, media kit, print brochure, site map, Rolex landing, and internal preview routes, alongside the root layout default. The edge proxy sets an `x-gm-locale` hint from the first path segment; the root layout reads it so the initial HTML `lang` and `dir` (including RTL for Arabic) align with the URL before client hydration. Case study pages now include Open Graph and Twitter card metadata with a hero image when available. The About page meta description is trimmed for SERP display. The stories carousel defers scroll-edge state updates with `queueMicrotask` to satisfy the React hooks linter.