SEO
SEO (Search Engine Optimization) is the practice of improving a website's structure, content, and technical performance so it ranks higher in search engine results and attracts more organic (non-paid) traffic.
15 resources across 3 libraries
Glossary Terms(8)
HTML
HTML (HyperText Markup Language) is the standard markup language for structuring content on the web. It uses a system of nested elements and tags to define tex…
Web Accessibility (a11y)
Web accessibility (often abbreviated a11y) is the practice of designing and building websites so people with disabilities — including visual, auditory, motor,…
SEO
SEO (Search Engine Optimization) is the practice of improving a website's structure, content, and technical performance so it ranks higher in search engine res…
Core Web Vitals
Core Web Vitals are a set of standardized metrics defined by Google that measure real-world user experience on a webpage — specifically loading performance, in…
Lighthouse
Lighthouse is an open-source, automated auditing tool built by Google that analyzes a webpage and generates scored reports covering performance, accessibility,…
Web Analytics
Web analytics is the practice of collecting, measuring, and analyzing data about visitor behavior on a website to understand traffic, engagement, and conversio…
Google Analytics
Google Analytics is Google's free web and app analytics platform that tracks visitor traffic, behavior, and conversions using an embedded tracking tag, with th…
Google Search Console
Google Search Console is a free tool from Google that lets website owners monitor, maintain, and troubleshoot how their site appears and performs in Google Sea…
Study Notes(2)
Metadata and SEO in Next.js
Learn how to manage titles, descriptions, Open Graph tags, and structured metadata using the App Router's metadata object and generateMetadata, plus sitemap an…
Meta Tags and SEO Basics
Understand how meta tags in the <head> influence search engine ranking, social sharing, and page behavior.
Interview Questions(5)
Server-Side vs Client-Side Rendering
Server-side rendering (SSR) builds the full HTML for a page on the server and sends it ready to display, while client-side rendering (CSR) sends a near-empty H…
What is a Single-Page Application?
A single-page application (SPA) loads one HTML shell up front and then rewrites the page in the browser with JavaScript, fetching only data — not full new page…
What is Progressive Enhancement?
Progressive enhancement is a design strategy that starts with a basic, functional HTML experience for every user and browser, then layers on CSS and JavaScript…
Why Does Semantic HTML Matter?
Semantic HTML means using elements according to their intended meaning — <nav>, <button>, <article>, <header> — instead of generic <div>s and <span>s for every…
How Do Lighthouse Audits Work and What Do They Measure?
Lighthouse is an automated auditing tool that loads a page in a controlled, throttled environment and scores it across Performance, Accessibility, Best Practic…