If you’ve ever been blinded by the technical jargon coming from your web developer, hosting provider, SEO consultant or just THE INTERNET, use our technical jargon glossary as a reference to understand what everything means.
| Abbreviation | Full Term | Meaning | ||
|---|---|---|---|---|
| AI | Artificial Intelligence | Technology that enables computers to perform tasks requiring human intelligence. In web development, used for chatbots, content generation, personalization, and automated testing. | ||
| AJAX | Asynchronous JavaScript And XML | A technique for loading content dynamically using JavaScript without refreshing the entire page, creating smoother user experiences. | ||
| AMP | Accelerated Mobile Pages | Google's framework for building fast-loading mobile pages (note: less emphasized in 2026 as Core Web Vitals became more important). | ||
| API | Application Program Interface | A protocol allowing different software systems to communicate and share data securely using authentication keys. Examples: PayPal integration, Google Maps, social media feeds. | ||
| AR | Augmented Reality | Technology that overlays digital content onto the real world, increasingly used in e-commerce for product visualization and interactive web experiences. | ||
| ASO | App Store Optimization | The process of optimizing mobile apps to rank higher in app store search results and increase visibility. | ||
| B2B | Business to Business | Commercial transactions or marketing between businesses rather than between a business and individual consumers. | ||
| B2C | Business to Consumer | Commercial transactions or marketing directly between a business and individual consumers. | ||
| BOFU | Bottom of Funnel | This is the decision stage. The person is close to buying and is looking for the right supplier or service. Their searches are much more commercial. BOFU pages are usually service pages, package pages, local landing pages, booking pages, and contact-focused pages. | ||
| Backlinks | — | Links from other websites pointing to your site. High-quality backlinks are crucial for SEO rankings and domain authority. | ||
| Blockchain | — | Decentralized digital ledger technology, relevant for web3, cryptocurrency transactions, NFTs, and decentralized hosting. | ||
| Cache | — | A temporary storage location for website data that enables faster loading by serving stored copies instead of requesting fresh data from the server each time. | ||
| CDN | Content Delivery Network | A network of globally distributed servers that store cached copies of your website, delivering content from the server closest to each visitor for faster load times and better traffic handling. | ||
| ChatGPT | Chat Generative Pre-trained Transformer | OpenAI's conversational AI used for content creation, customer support automation, and various web applications. | ||
| Child Theme | — | A WordPress theme that inherits functionality and styling from a parent theme while allowing customizations that won't be lost during parent theme updates. | ||
| CLS | Cumulative Layout Shift | A Core Web Vital metric measuring visual stability - how much page content shifts during loading. Lower scores are better for UX and SEO. | ||
| CMS | Content Management System | A platform for managing website content without coding, using a user-friendly interface. Examples: WordPress, Contentful, Sanity, Webflow. | ||
| Core Web Vitals | — | Google's essential metrics for measuring page experience: LCP (loading), FID/INP (interactivity), and CLS (visual stability). Critical for SEO rankings. | ||
| CRM | Customer Relationship Management | A platform for managing customer interactions, contact details, leads, sales pipeline, and relationship tracking. Examples: Salesforce, HubSpot. | ||
| CRO | Conversion Rate Optimization | The process of improving your website to increase the percentage of visitors who complete desired actions (purchases, sign-ups, etc.). | ||
| CSRF | Cross-Site Request Forgery | A security vulnerability where attackers trick users into executing unwanted actions on authenticated websites. Important consideration in web security. | ||
| CSS | Cascading Style Sheets | The code language that defines the visual styling and layout of HTML elements on web pages (colors, fonts, spacing, responsive design). | ||
| CTR | Click-Through Rate | The percentage of people who click on a link, ad, or call-to-action compared to those who view it. Key metric for digital marketing effectiveness. | ||
| CWV | Core Web Vitals | See Core Web Vitals. | ||
| DAO | Decentralized Autonomous Organization | An organization represented by rules encoded as computer programs, controlled by members rather than central authority. Emerging in web3. | ||
| Dark Mode | — | A UI display setting using dark backgrounds with light text, reducing eye strain and battery usage. Increasingly expected in modern web design. | ||
| DNS | Domain Name System | The system that translates human-readable domain names (example.com) into IP addresses that computers use to identify each other. | ||
| DOM | Document Object Model | The programming interface for HTML documents that represents the structure of a web page, allowing JavaScript to manipulate content dynamically. | ||
| E-E-A-T | Experience, Expertise, Authoritativeness, Trustworthiness | Google's quality evaluation framework for content. In 2026, "Experience" was added to emphasize first-hand expertise. | ||
| Edge Computing | — | Processing data closer to where it's generated (at the "edge" of the network) rather than in centralized data centers, improving speed and reducing latency. | ||
| FCP | First Contentful Paint | A performance metric measuring how long it takes for the first content element to appear on screen. Important for perceived load speed. | ||
| FID | First Input Delay | A Core Web Vital measuring the time from when a user first interacts with your page to when the browser can respond. Being replaced by INP. | ||
| Framework | — | A pre-built structure providing foundation code for building applications. Examples: React, Vue, Next.js, Svelte, Astro. | ||
| GA4 | Google Analytics 4 | The latest version of Google Analytics (replaced Universal Analytics in 2023), featuring event-based tracking and AI-powered insights. | ||
| GDPR | General Data Protection Regulation | EU regulation governing data privacy and protection, requiring consent for data collection and giving users control over their personal data. | ||
| GraphQL | — | A query language for APIs that allows clients to request exactly the data they need, making APIs more efficient and flexible than traditional REST. | ||
| GSC | Google Search Console | Google's free tool for monitoring, maintaining, and troubleshooting your website's presence in Google Search results. | ||
| Hashtag (#) | — | A word or phrase preceded by # used on social media to categorize content and make it discoverable in searches. | ||
| Headless CMS | — | A content management system that separates content (backend) from presentation (frontend), allowing content to be delivered to any platform via APIs. | ||
| .htaccess | Hypertext Access File | A configuration file on Apache servers controlling redirects, security, and access permissions. Handle with care as errors can break your site. | ||
| HTML | Hypertext Markup Language | The standard markup language for creating the structure and content of web pages. | ||
| HTTPS | Hypertext Transfer Protocol Secure | The secure version of HTTP, encrypting data between the browser and server. Essential for SEO and user trust (indicated by padlock icon). | ||
| Hreflang | — | HTML attribute telling search engines which language/region version of a page to show to users in different locations. Important for international SEO. | ||
| IAM | Identity and Access Management | Systems for managing digital identities and controlling access to resources. Important for website security and user authentication. | ||
| iframe | Inline Frame | An HTML element that embeds one webpage inside another, commonly used for embedding videos, maps, or third-party content. | ||
| IMAP | Internet Message Access Protocol | Email protocol that stores all your messages and folders on the email server, allowing access from multiple devices while keeping everything synchronized. | ||
| INP | Interaction to Next Paint | A Core Web Vital replacing FID in 2024, measuring overall page responsiveness to user interactions throughout the entire page lifecycle. | ||
| IoT | Internet of Things | Network of physical devices connected to the internet, increasingly integrated with web applications for smart home controls and data collection. | ||
| ISR | Incremental Static Regeneration | A Next.js feature allowing static pages to be updated incrementally without rebuilding the entire site, balancing performance with fresh content. | ||
| JAMstack | JavaScript, APIs, and Markup | Modern web architecture decoupling frontend from backend, using pre-built markup and APIs for better performance, security, and scalability. | ||
| JS | JavaScript | The programming language that adds interactivity and dynamic behavior to websites (animations, form validation, content updates without page reload). | ||
| JSON | JavaScript Object Notation | A lightweight data-interchange format that's easy for humans to read and machines to parse, widely used for APIs and data exchange. | ||
| JSON-LD | JSON for Linking Data | A format for implementing structured data/schema markup, helping search engines understand your content for rich snippets. | ||
| JWT | JSON Web Token | A compact, secure method for transmitting information between parties as a JSON object, commonly used for user authentication. | ||
| KPI | Key Performance Indicator | Measurable values demonstrating how effectively you're achieving business objectives (traffic, conversions, engagement, revenue). | ||
| Keyword | — | Words or phrases people use when searching online. Targeting relevant keywords is fundamental to SEO strategy. Long-tail keywords are longer, more specific phrases. | ||
| LCP | Largest Contentful Paint | A Core Web Vital measuring loading performance - specifically how long it takes for the largest visible content element to load. Target: under 2.5 seconds. | ||
| LLM | Large Language Model | AI models trained on vast text data to generate human-like text. Examples: GPT-4, Claude, Gemini. Used for content creation, chatbots, and automation. | ||
| LSI | Latent Semantic Indexing | Related keywords and phrases that help search engines understand content context and relevance (e.g., "apple" with "iPhone" vs "apple" with "fruit"). | ||
| Machine Learning | — | AI subset enabling systems to learn and improve from experience without explicit programming. Used in personalization, recommendations, and analytics. | ||
| Meta Description | — | HTML attribute providing a brief summary of a webpage, displayed in search results. Influences click-through rates but not rankings directly. | ||
| Metadata | — | Data that describes other data. In web development: information about a webpage (title, description, author, publication date) used by search engines and browsers. | ||
| Microservices | — | Architectural approach where applications are built as collections of small independent services rather than one monolithic application. | ||
| ML | Machine Learning | See Machine Learning. | ||
| MOFU | Middle of Funnel | This is the consideration stage. The person knows what their problem is and is now comparing options, approaches, platforms, or providers. It often includes comparisons, pricing guidance, service breakdowns, FAQs, case studies, or “what’s right for you” pages. | ||
| MPA | Multi-Page Application | Traditional website architecture where each page requires a full page reload from the server. Contrast with SPA. | ||
| NFT | Non-Fungible Token | Unique digital assets verified using blockchain technology, creating scarcity and ownership for digital items. Relevant for web3 integration. | ||
| NLP | Natural Language Processing | AI technology enabling computers to understand, interpret, and generate human language. Used in chatbots, content analysis, and voice search optimization. | ||
| Noindex | — | An HTML tag or HTTP header instructing search engines NOT to index a page, keeping it out of search results while still allowing crawling. | ||
| OAuth | Open Authorization | An open standard for access delegation, allowing users to grant websites/apps access to their information on other services without sharing passwords. | ||
| OG Tags | Open Graph Tags | Meta tags that control how URLs are displayed when shared on social media platforms like Facebook, LinkedIn, and Twitter/X. | ||
| PageRank | — | Google's algorithm for ranking web pages based on the quality and quantity of links pointing to them. Named after Larry Page, Google's co-founder. | ||
| PHP | PHP: Hypertext Preprocessor | A server-side scripting language widely used for web development, powering platforms like WordPress. | ||
| Plugin | — | Add-on software that extends the functionality of an application (especially WordPress). Think of them as "apps" for your website. | ||
| POP3 | Post Office Protocol 3 | Email protocol that downloads messages to your device and typically deletes them from the server. Less common now than IMAP. | ||
| PPC | Pay Per Click | Digital advertising model where advertisers pay each time someone clicks their ad. Examples: Google Ads, Facebook Ads, LinkedIn Ads. | ||
| Progressive Web App (PWA) | — | Websites that function like native apps with offline capabilities, push notifications, and home screen installation, without app store distribution. | ||
| QR Code | Quick Response Code | Two-dimensional barcode scannable by smartphones, linking to websites, content, or information. Resurgence in usage post-2020. | ||
| React | — | Popular JavaScript library (by Meta/Facebook) for building user interfaces, especially single-page applications with reusable components. | ||
| Responsive Design | — | Web design approach ensuring websites adapt and display properly across all device sizes (desktop | tablet | mobile). Essential in 2026. |
| REST API | Representational State Transfer API | An architectural style for APIs that uses HTTP requests to access and manipulate data (GET, POST, PUT, DELETE). | ||
| Robots.txt | — | A text file in your website's root directory telling search engine crawlers which pages or sections they can or cannot access. | ||
| ROI | Return On Investment | The profitability measure of an investment: (Gain from Investment - Cost of Investment) / Cost of Investment. Includes monetary and time costs. | ||
| RSS | Really Simple Syndication / Rich Site Summary | A web feed format for publishing frequently updated content (blogs | news). Less commonly used in 2026 but still supported. | |
| SaaS | Software as a Service | Software delivery model where applications are hosted in the cloud and accessed via subscription. Examples: Shopify, Mailchimp, Salesforce. | ||
| Schema Markup | — | Structured data code added to websites helping search engines understand content context for enhanced search results (rich snippets | knowledge panels). | |
| SDK | Software Development Kit | A collection of tools, code samples, and documentation enabling developers to build applications for specific platforms or frameworks. | ||
| SEO | Search Engine Optimization | The practice of improving website visibility in organic (unpaid) search engine results through technical optimization, content quality, and authority building. | ||
| SERP | Search Engine Results Page | The page displayed by search engines in response to a user's query, containing organic results, ads, featured snippets, and other features. | ||
| Server-Side Rendering (SSR) | — | Generating HTML on the server for each request rather than in the browser, improving initial load time and SEO. Used in Next.js, Nuxt.js. | ||
| Sitemap (XML) | — | An XML file listing all important pages on your website, helping search engines discover and crawl your content more efficiently. | ||
| SPA | Single-Page Application | Web application that loads a single HTML page and dynamically updates content without full page reloads. Examples: Gmail, Facebook. | ||
| SQL | Structured Query Language | A programming language for managing and querying relational databases, used to store and retrieve website data. | ||
| SSL/TLS Certificate | Secure Sockets Layer / Transport Layer Security Certificate | Digital certificates enabling encrypted HTTPS connections between browsers and servers, essential for security and SEO. | ||
| SSG | Static Site Generation | Building all pages at build time rather than on-demand, creating fast, secure websites. Popular with frameworks like Next.js, Gatsby, Astro. | ||
| SSR | Server-Side Rendering | See Server-Side Rendering. | ||
| TOFU | Top of Funnel | This is the awareness stage. People are not usually ready to buy yet - they’re learning, researching, or trying to understand a problem. TOFU content is usually blog posts, guides, explainers, and checklists. | ||
| TLS | Transport Layer Security | The successor to SSL, providing encrypted communication over networks. Often used interchangeably with SSL. | ||
| TTFB | Time to First Byte | Performance metric measuring how long it takes for the browser to receive the first byte of data from the server after making a request. | ||
| TypeScript | — | A programming language built on JavaScript adding static type definitions, making code more reliable and easier to maintain. Widely adopted in 2026. | ||
| UI | User Interface | The visual elements users interact with on a website or app (buttons, menus, forms, layout). | ||
| URL | Uniform Resource Locator | The web address that specifies the location of a resource on the internet (e.g., https://www.example.com/page). | ||
| UTM Parameters | Urchin Tracking Module Parameters | Tags added to URLs for tracking campaign performance in analytics tools (utm_source, utm_medium, utm_campaign). | ||
| UX | User Experience | The overall experience a person has when interacting with your website, encompassing usability, accessibility, performance, and satisfaction. | ||
| VPN | Virtual Private Network | Technology creating secure, encrypted connections over the internet, often used for privacy and accessing region-restricted content. | ||
| Vue.js | — | Progressive JavaScript framework for building user interfaces, known for being approachable and versatile. | ||
| WAF | Web Application Firewall | Security system monitoring and filtering HTTP traffic between web applications and the internet, protecting against attacks. | ||
| WCAG | Web Content Accessibility Guidelines | International standards for making web content accessible to people with disabilities. Increasingly important for legal compliance and inclusivity. | ||
| Web3 | Web 3.0 | The vision of a decentralized internet built on blockchain technology, emphasizing user ownership and reduced reliance on big tech companies. | ||
| Webmail | — | Email accessed through a web browser rather than a dedicated email client, accessible from any device with internet access. | ||
| WebP | — | Modern image format providing superior compression and quality compared to JPEG/PNG, resulting in faster-loading websites. | ||
| Webhook | — | Automated messages sent from apps when specific events occur, enabling real-time data sharing between systems without constant polling. | ||
| Widget | — | Small, reusable interface elements providing specific functionality (search bars, recent posts, social feeds). In WordPress, placed in sidebars and footers. | ||
| WordPress | — | The world's most popular CMS, powering over 40% of websites. Open-source platform known for flexibility, large plugin ecosystem, and user-friendliness. | ||
| XML | eXtensible Markup Language | A markup language for encoding documents in a format readable by both humans and machines. Used for sitemaps, RSS feeds, and data exchange. | ||
| XSS | Cross-Site Scripting | A security vulnerability allowing attackers to inject malicious scripts into web pages viewed by other users. Critical to prevent. | ||
| Zero-Click Search | — | Search results where the answer is displayed directly in the SERP without requiring a click to a website. Increasing trend requiring new SEO strategies. | ||
| Zero-Party Data | — | Information that customers intentionally and proactively share with brands (preferences, intentions), more valuable than inferred data in privacy-conscious era. |

