Technical Jargon Guide

Technical Jargon Glossary[ 1 min read ]


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.

AbbreviationFull TermMeaning
AIArtificial IntelligenceTechnology that enables computers to perform tasks requiring human intelligence. In web development, used for chatbots, content generation, personalization, and automated testing.
AJAXAsynchronous JavaScript And XMLA technique for loading content dynamically using JavaScript without refreshing the entire page, creating smoother user experiences.
AMPAccelerated Mobile PagesGoogle's framework for building fast-loading mobile pages (note: less emphasized in 2026 as Core Web Vitals became more important).
APIApplication Program InterfaceA protocol allowing different software systems to communicate and share data securely using authentication keys. Examples: PayPal integration, Google Maps, social media feeds.
ARAugmented RealityTechnology that overlays digital content onto the real world, increasingly used in e-commerce for product visualization and interactive web experiences.
ASOApp Store OptimizationThe process of optimizing mobile apps to rank higher in app store search results and increase visibility.
B2BBusiness to BusinessCommercial transactions or marketing between businesses rather than between a business and individual consumers.
B2CBusiness to ConsumerCommercial transactions or marketing directly between a business and individual consumers.
BacklinksLinks from other websites pointing to your site. High-quality backlinks are crucial for SEO rankings and domain authority.
BlockchainDecentralized digital ledger technology, relevant for web3, cryptocurrency transactions, NFTs, and decentralized hosting.
CacheA temporary storage location for website data that enables faster loading by serving stored copies instead of requesting fresh data from the server each time.
CDNContent Delivery NetworkA 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.
ChatGPTChat Generative Pre-trained TransformerOpenAI's conversational AI used for content creation, customer support automation, and various web applications.
Child ThemeA WordPress theme that inherits functionality and styling from a parent theme while allowing customizations that won't be lost during parent theme updates.
CLSCumulative Layout ShiftA Core Web Vital metric measuring visual stability - how much page content shifts during loading. Lower scores are better for UX and SEO.
CMSContent Management SystemA platform for managing website content without coding, using a user-friendly interface. Examples: WordPress, Contentful, Sanity, Webflow.
Core Web VitalsGoogle's essential metrics for measuring page experience: LCP (loading), FID/INP (interactivity), and CLS (visual stability). Critical for SEO rankings.
CRMCustomer Relationship ManagementA platform for managing customer interactions, contact details, leads, sales pipeline, and relationship tracking. Examples: Salesforce, HubSpot.
CROConversion Rate OptimizationThe process of improving your website to increase the percentage of visitors who complete desired actions (purchases, sign-ups, etc.).
CSRFCross-Site Request ForgeryA security vulnerability where attackers trick users into executing unwanted actions on authenticated websites. Important consideration in web security.
CSSCascading Style SheetsThe code language that defines the visual styling and layout of HTML elements on web pages (colors, fonts, spacing, responsive design).
CTRClick-Through RateThe 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.
CWVCore Web VitalsSee Core Web Vitals.
DAODecentralized Autonomous OrganizationAn organization represented by rules encoded as computer programs, controlled by members rather than central authority. Emerging in web3.
Dark ModeA UI display setting using dark backgrounds with light text, reducing eye strain and battery usage. Increasingly expected in modern web design.
DNSDomain Name SystemThe system that translates human-readable domain names (example.com) into IP addresses that computers use to identify each other.
DOMDocument Object ModelThe programming interface for HTML documents that represents the structure of a web page, allowing JavaScript to manipulate content dynamically.
E-E-A-TExperience, Expertise, Authoritativeness, TrustworthinessGoogle's quality evaluation framework for content. In 2026, "Experience" was added to emphasize first-hand expertise.
Edge ComputingProcessing data closer to where it's generated (at the "edge" of the network) rather than in centralized data centers, improving speed and reducing latency.
FCPFirst Contentful PaintA performance metric measuring how long it takes for the first content element to appear on screen. Important for perceived load speed.
FIDFirst Input DelayA 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.
FrameworkA pre-built structure providing foundation code for building applications. Examples: React, Vue, Next.js, Svelte, Astro.
GA4Google Analytics 4The latest version of Google Analytics (replaced Universal Analytics in 2023), featuring event-based tracking and AI-powered insights.
GDPRGeneral Data Protection RegulationEU regulation governing data privacy and protection, requiring consent for data collection and giving users control over their personal data.
GraphQLA query language for APIs that allows clients to request exactly the data they need, making APIs more efficient and flexible than traditional REST.
GSCGoogle Search ConsoleGoogle'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 CMSA content management system that separates content (backend) from presentation (frontend), allowing content to be delivered to any platform via APIs.
.htaccessHypertext Access FileA configuration file on Apache servers controlling redirects, security, and access permissions. Handle with care as errors can break your site.
HTMLHypertext Markup LanguageThe standard markup language for creating the structure and content of web pages.
HTTPSHypertext Transfer Protocol SecureThe secure version of HTTP, encrypting data between the browser and server. Essential for SEO and user trust (indicated by padlock icon).
HreflangHTML attribute telling search engines which language/region version of a page to show to users in different locations. Important for international SEO.
IAMIdentity and Access ManagementSystems for managing digital identities and controlling access to resources. Important for website security and user authentication.
iframeInline FrameAn HTML element that embeds one webpage inside another, commonly used for embedding videos, maps, or third-party content.
IMAPInternet Message Access ProtocolEmail protocol that stores all your messages and folders on the email server, allowing access from multiple devices while keeping everything synchronized.
INPInteraction to Next PaintA Core Web Vital replacing FID in 2024, measuring overall page responsiveness to user interactions throughout the entire page lifecycle.
IoTInternet of ThingsNetwork of physical devices connected to the internet, increasingly integrated with web applications for smart home controls and data collection.
ISRIncremental Static RegenerationA Next.js feature allowing static pages to be updated incrementally without rebuilding the entire site, balancing performance with fresh content.
JAMstackJavaScript, APIs, and MarkupModern web architecture decoupling frontend from backend, using pre-built markup and APIs for better performance, security, and scalability.
JSJavaScriptThe programming language that adds interactivity and dynamic behavior to websites (animations, form validation, content updates without page reload).
JSONJavaScript Object NotationA lightweight data-interchange format that's easy for humans to read and machines to parse, widely used for APIs and data exchange.
JSON-LDJSON for Linking DataA format for implementing structured data/schema markup, helping search engines understand your content for rich snippets.
JWTJSON Web TokenA compact, secure method for transmitting information between parties as a JSON object, commonly used for user authentication.
KPIKey Performance IndicatorMeasurable values demonstrating how effectively you're achieving business objectives (traffic, conversions, engagement, revenue).
KeywordWords or phrases people use when searching online. Targeting relevant keywords is fundamental to SEO strategy. Long-tail keywords are longer, more specific phrases.
LCPLargest Contentful PaintA Core Web Vital measuring loading performance - specifically how long it takes for the largest visible content element to load. Target: under 2.5 seconds.
LLMLarge Language ModelAI models trained on vast text data to generate human-like text. Examples: GPT-4, Claude, Gemini. Used for content creation, chatbots, and automation.
LSILatent Semantic IndexingRelated keywords and phrases that help search engines understand content context and relevance (e.g., "apple" with "iPhone" vs "apple" with "fruit").
Machine LearningAI subset enabling systems to learn and improve from experience without explicit programming. Used in personalization, recommendations, and analytics.
Meta DescriptionHTML attribute providing a brief summary of a webpage, displayed in search results. Influences click-through rates but not rankings directly.
MetadataData that describes other data. In web development: information about a webpage (title, description, author, publication date) used by search engines and browsers.
MicroservicesArchitectural approach where applications are built as collections of small independent services rather than one monolithic application.
MLMachine LearningSee Machine Learning.
MPAMulti-Page ApplicationTraditional website architecture where each page requires a full page reload from the server. Contrast with SPA.
NFTNon-Fungible TokenUnique digital assets verified using blockchain technology, creating scarcity and ownership for digital items. Relevant for web3 integration.
NLPNatural Language ProcessingAI technology enabling computers to understand, interpret, and generate human language. Used in chatbots, content analysis, and voice search optimization.
NoindexAn HTML tag or HTTP header instructing search engines NOT to index a page, keeping it out of search results while still allowing crawling.
OAuthOpen AuthorizationAn open standard for access delegation, allowing users to grant websites/apps access to their information on other services without sharing passwords.
OG TagsOpen Graph TagsMeta tags that control how URLs are displayed when shared on social media platforms like Facebook, LinkedIn, and Twitter/X.
PageRankGoogle'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.
PHPPHP: Hypertext PreprocessorA server-side scripting language widely used for web development, powering platforms like WordPress.
PluginAdd-on software that extends the functionality of an application (especially WordPress). Think of them as "apps" for your website.
POP3Post Office Protocol 3Email protocol that downloads messages to your device and typically deletes them from the server. Less common now than IMAP.
PPCPay Per ClickDigital 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 CodeQuick Response CodeTwo-dimensional barcode scannable by smartphones, linking to websites, content, or information. Resurgence in usage post-2020.
ReactPopular JavaScript library (by Meta/Facebook) for building user interfaces, especially single-page applications with reusable components.
Responsive DesignWeb design approach ensuring websites adapt and display properly across all device sizes (desktop tablet mobile). Essential in 2026.
REST APIRepresentational State Transfer APIAn architectural style for APIs that uses HTTP requests to access and manipulate data (GET, POST, PUT, DELETE).
Robots.txtA text file in your website's root directory telling search engine crawlers which pages or sections they can or cannot access.
ROIReturn On InvestmentThe profitability measure of an investment: (Gain from Investment - Cost of Investment) / Cost of Investment. Includes monetary and time costs.
RSSReally Simple Syndication / Rich Site SummaryA web feed format for publishing frequently updated content (blogs news). Less commonly used in 2026 but still supported.
SaaSSoftware as a ServiceSoftware delivery model where applications are hosted in the cloud and accessed via subscription. Examples: Shopify, Mailchimp, Salesforce.
Schema MarkupStructured data code added to websites helping search engines understand content context for enhanced search results (rich snippets knowledge panels).
SDKSoftware Development KitA collection of tools, code samples, and documentation enabling developers to build applications for specific platforms or frameworks.
SEOSearch Engine OptimizationThe practice of improving website visibility in organic (unpaid) search engine results through technical optimization, content quality, and authority building.
SERPSearch Engine Results PageThe 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.
SPASingle-Page ApplicationWeb application that loads a single HTML page and dynamically updates content without full page reloads. Examples: Gmail, Facebook.
SQLStructured Query LanguageA programming language for managing and querying relational databases, used to store and retrieve website data.
SSL/TLS CertificateSecure Sockets Layer / Transport Layer Security CertificateDigital certificates enabling encrypted HTTPS connections between browsers and servers, essential for security and SEO.
SSGStatic Site GenerationBuilding all pages at build time rather than on-demand, creating fast, secure websites. Popular with frameworks like Next.js, Gatsby, Astro.
SSRServer-Side RenderingSee Server-Side Rendering.
TLSTransport Layer SecurityThe successor to SSL, providing encrypted communication over networks. Often used interchangeably with SSL.
TTFBTime to First BytePerformance metric measuring how long it takes for the browser to receive the first byte of data from the server after making a request.
TypeScriptA programming language built on JavaScript adding static type definitions, making code more reliable and easier to maintain. Widely adopted in 2026.
UIUser InterfaceThe visual elements users interact with on a website or app (buttons, menus, forms, layout).
URLUniform Resource LocatorThe web address that specifies the location of a resource on the internet (e.g., https://www.example.com/page).
UTM ParametersUrchin Tracking Module ParametersTags added to URLs for tracking campaign performance in analytics tools (utm_source, utm_medium, utm_campaign).
UXUser ExperienceThe overall experience a person has when interacting with your website, encompassing usability, accessibility, performance, and satisfaction.
VPNVirtual Private NetworkTechnology creating secure, encrypted connections over the internet, often used for privacy and accessing region-restricted content.
Vue.jsProgressive JavaScript framework for building user interfaces, known for being approachable and versatile.
WAFWeb Application FirewallSecurity system monitoring and filtering HTTP traffic between web applications and the internet, protecting against attacks.
WCAGWeb Content Accessibility GuidelinesInternational standards for making web content accessible to people with disabilities. Increasingly important for legal compliance and inclusivity.
Web3Web 3.0The vision of a decentralized internet built on blockchain technology, emphasizing user ownership and reduced reliance on big tech companies.
WebmailEmail accessed through a web browser rather than a dedicated email client, accessible from any device with internet access.
WebPModern image format providing superior compression and quality compared to JPEG/PNG, resulting in faster-loading websites.
WebhookAutomated messages sent from apps when specific events occur, enabling real-time data sharing between systems without constant polling.
WidgetSmall, reusable interface elements providing specific functionality (search bars, recent posts, social feeds). In WordPress, placed in sidebars and footers.
WordPressThe world's most popular CMS, powering over 40% of websites. Open-source platform known for flexibility, large plugin ecosystem, and user-friendliness.
XMLeXtensible Markup LanguageA markup language for encoding documents in a format readable by both humans and machines. Used for sitemaps, RSS feeds, and data exchange.
XSSCross-Site ScriptingA security vulnerability allowing attackers to inject malicious scripts into web pages viewed by other users. Critical to prevent.
Zero-Click SearchSearch 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 DataInformation that customers intentionally and proactively share with brands (preferences, intentions), more valuable than inferred data in privacy-conscious era.
Suzi Brown
Suzi Smart Bear

I'm Suzi - the owner of The Smart Bear.

The Smart Bear Websites and Digital
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible.

Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful. Read our full Privacy Policy