Core Web Vitals तीन specific performance metrics हैं जो Google ने 2020 में introduce किए और 2021 से ranking signals के रूप में उपयोग कर रहा है। ये metrics यह measure करते हैं कि users के लिए आपका page कितना fast, responsive और visually stable है। तीन core metrics हैं: - Largest Contentful Paint (LCP): Page का main content कितनी जल्दी load होता है। Good score 2.5 seconds से कम होना चाहिए। यह सबसे बड़े visible element का loading time measure करता है। - First Input Delay (FID) या अब Interaction to Next Paint (INP): User जब page पर click या interact करता है तो response में कितनी देरी होती है। FID के लिए 100ms से कम और INP के लिए 200ms से कम good माना जाता है। March 2024 से Google ने FID की जगह INP को official metric बना दिया। - Cumulative Layout Shift (CLS): Page load होते समय unexpected layout shifts कितने होते हैं। Good score 0.1 से कम होना चाहिए। यह तब होता है जब images या ads बिना proper dimensions के load होते हैं। Google Search Console में आप अपनी site की Core Web Vitals report देख सकते हैं जो real user data (field data) दिखाती है। PageSpeed Insights और Lighthouse tools भी lab testing के लिए उपलब्ध हैं। Ottawa SEO में हम देखते हैं कि Canadian sites के लिए hosting location matter करती है। Toronto या Montreal based servers North American users के लिए better LCP देते हैं। Image optimization सबसे बड़ा factor है—WebP format और proper compression से typically 40-60% improvement मिलती है। JavaScript को defer या async करने से FID/INP में significant gains होते हैं। यह ध्यान रखें कि Core Web Vitals सिर्फ एक ranking factor है। Content quality, relevance और backlinks अभी भी ज्यादा important हैं, लेकिन competitive niches में यह tie-breaker बन सकता है।