All terms
AI landing page
An AI landing page is a single-purpose webpage generated by an AI system from a brief prompt, typically optimized for a paid-traffic conversion goal.
AI website builder
An AI website builder is a software product that generates a complete, deployable website from a natural-language prompt — usually without requiring code.
Alt text
Alt text (alternative text) is the descriptive text attached to an image via the HTML alt attribute — used by screen readers, search engines, and as fallback when the image fails to load.
Anchor Text
Anchor text is the clickable text of a hyperlink. Google uses anchor text as a signal for what the linked page is about — relevant anchor text helps the linked page rank for that topic.
ARIA
ARIA (Accessible Rich Internet Applications) is a W3C specification that lets web developers add accessibility metadata to HTML elements that wouldn't otherwise communicate their role or state to assistive technology.
Backlink
A backlink is a hyperlink from one website pointing to another. Backlinks are one of Google's top three ranking signals — pages with more high-quality backlinks tend to rank higher.
Bounce Rate
Bounce rate is the percentage of single-page sessions on a website. A 'bounce' is a session where the visitor lands on a page and leaves without triggering any further event.
Canonical URL
A canonical URL is the preferred URL for a piece of content, declared via the rel='canonical' tag — used to prevent duplicate-content issues when the same content is accessible at multiple URLs.
CCPA
CCPA (California Consumer Privacy Act, 2018) is a state law giving California residents specific rights over their personal data, including the right to know, delete, and opt out of sale.
CDN (Content Delivery Network)
A CDN is a globally distributed network of servers that cache static content close to end users. CDNs reduce latency and offload traffic from origin servers — essential for fast page loads.
CLS (Cumulative Layout Shift)
CLS measures how much the visible content of a page shifts unexpectedly during load. It's one of Google's three Core Web Vitals.
Content cluster
A content cluster is a group of related pages organized around a central pillar page — using internal links to signal topical authority to search engines.
Conversion rate
Conversion rate is the percentage of visitors to a page (or step in a funnel) who complete a desired action — typically signup, purchase, or form submission.
Core Web Vitals
Core Web Vitals are Google's three user-experience metrics — Largest Contentful Paint, Interaction to Next Paint, and Cumulative Layout Shift — used as a ranking signal in search.
Custom domain
A custom domain is a domain name (yourbrand.com) you own and point at a hosted product, instead of relying on the host's default subdomain.
DOM (Document Object Model)
The DOM is the browser's in-memory representation of a webpage — a tree of nodes (elements, text, attributes) that JavaScript and CSS act on. A smaller, simpler DOM renders faster and ranks better.
Domain Authority
Domain Authority (DA) is a 0–100 score, developed by Moz, that predicts how likely a website is to rank in search results. Higher DA correlates with stronger search visibility.
Dwell Time
Dwell time is the duration a visitor stays on a page after clicking from search results, before returning to the SERP. Long dwell time is a positive signal; short dwell time (a 'pogo-stick') is negative.
E-E-A-T
E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness) is Google's quality framework used by human raters to evaluate page quality. It guides — but does not directly score — search rankings.
Favicon
A favicon is the small icon a browser displays in the tab, bookmarks bar, and tab-history list to identify a website.
FCP (First Contentful Paint)
First Contentful Paint is the time it takes for the first text, image, or canvas element to render in the browser. It marks the transition from blank screen to visible content.
GDPR (General Data Protection Regulation)
GDPR is the EU's data-protection regulation governing how personal data of EU residents is collected, processed, stored, and transferred — with global reach and significant fines for non-compliance.
H1 Heading
The H1 is the main heading of a webpage — the visual and semantic top-level title. Every page should have exactly one H1, ideally containing the primary target keyword.
Headless CMS
A headless CMS is a content management system that delivers content via API without dictating how it's rendered. Frontends are built separately, typically with React, Vue, or other modern frameworks.
Helpful Content Update
Google's Helpful Content Update (first released August 2022, ongoing) is a sitewide ranking signal that demotes pages and sites producing content primarily to rank in search rather than to genuinely help users.
hreflang
hreflang is an HTML attribute and HTTP header that tells search engines which language and regional version of a page to serve to a given user. Essential for international SEO.
INP (Interaction to Next Paint)
INP is the time between a user interaction (click, tap, keypress) and the next visual update. It replaced FID as a Core Web Vital in March 2024.
Internal linking
Internal linking is the practice of linking from one page on a website to another page on the same site — used to distribute link equity, signal page importance, and help users (and crawlers) discover content.
ISO 27001
ISO 27001 is an international standard for information security management systems (ISMS). Certification signals that a company follows recognized security practices and is audited annually.
ISR (Incremental Static Regeneration)
ISR is a Next.js rendering strategy that pre-renders pages at build time and regenerates them on a schedule or on-demand. Combines the speed of static with the freshness of dynamic.
JAMstack
JAMstack is an architecture pattern for building websites using JavaScript, APIs, and pre-rendered Markup — serving from a CDN with no traditional web server in the request path.
JSON-LD
JSON-LD (JSON for Linked Data) is the recommended format for adding schema.org structured data to web pages. It's a JSON object inside a `<script type='application/ld+json'>` tag.
Keyword Difficulty
Keyword Difficulty (KD) is a 0–100 score from SEO tools (Ahrefs, Moz, SEMrush) estimating how hard it is to rank in the top 10 for a given keyword. Higher means harder.
LCP (Largest Contentful Paint)
LCP is the time it takes for the largest visible element on a webpage to render. It's one of Google's three Core Web Vitals.
Lighthouse
Lighthouse is an open-source auditing tool by Google that grades web pages on performance, accessibility, best practices, SEO, and progressive web app support. Built into Chrome DevTools.
llms.txt
llms.txt is a proposed convention for a plain-text manifest at /llms.txt describing a website's structure for AI search systems and language models.
Low-code
Low-code refers to development platforms that use visual interfaces and reduced scripting to build applications faster than full custom coding, while still allowing custom code where needed.
Meta description
The meta description is a short HTML tag (typically 150–160 characters) summarizing a webpage's content — displayed as the snippet text in Google search results.
Microdata
Microdata is an HTML5 spec for embedding structured data inline with markup using `itemscope`, `itemtype`, and `itemprop` attributes. Largely deprecated in favor of JSON-LD.
No-code
No-code refers to software-development approaches that let non-engineers build software products through visual interfaces, prompts, or templates — without writing code.
Open Graph
Open Graph (OG) is a metadata protocol that defines how a webpage previews when shared on social media — title, description, image.
Page Authority
Page Authority (PA) is a 0–100 score from Moz that predicts the ranking strength of a specific page (rather than a whole domain). High PA pages can outrank low-PA pages on the same site.
Page Experience
Page Experience is a Google ranking signal that bundles Core Web Vitals, mobile-friendliness, HTTPS security, and lack of intrusive interstitials. Pages with good page experience get a ranking boost.
Page speed
Page speed is the time it takes for a webpage to render and become interactive, measured by metrics like LCP, INP, and TTFB.
Pillar page
A pillar page is a long-form, comprehensive page on a broad topic — typically 2,000–5,000+ words — that serves as the central hub for a content cluster of related pages.
Programmatic SEO
Programmatic SEO is the practice of generating large numbers of search-targeted pages from structured data and templates — typically dozens to thousands of pages targeting long-tail variations of the same query shape.
RDFa
RDFa (Resource Description Framework in Attributes) is a W3C spec for embedding metadata in HTML attributes. Supported by schema.org and Google but rarely used in modern web SEO.
Referring Domain
A referring domain is a unique website that links to yours. Counting referring domains is a more accurate measure of backlink strength than counting individual backlinks.
robots.txt
robots.txt is a plain-text file at the root of a website that tells web crawlers which URLs they can and cannot access.
Schema markup (JSON-LD)
Schema markup is structured data — usually JSON-LD — embedded in a webpage to tell search engines and AI systems exactly what the page is about.
Search Intent
Search intent is what the user actually wants when they type a query — informational, navigational, commercial, or transactional. Matching content to intent is the foundation of modern SEO.
Semantic HTML
Semantic HTML uses tags that describe the meaning of content (header, nav, article, aside, footer) rather than generic divs and spans — improving accessibility, SEO, and AI parsing.
Sitemap (sitemap.xml)
A sitemap is an XML file listing every important URL on a website, used by search engines to discover and prioritize content for crawling.
SOC 2
SOC 2 is an auditing standard for service organizations that report on how they handle customer data — across five Trust Services Criteria: security, availability, processing integrity, confidentiality, and privacy.
SSL certificate
An SSL certificate (more accurately TLS certificate) is the cryptographic credential that lets a website serve traffic over HTTPS instead of unencrypted HTTP.
SSR vs SSG
Server-Side Rendering (SSR) generates HTML per-request; Static Site Generation (SSG) generates HTML once at build time. Both render server-side but at different moments.
Static site generator
A static site generator is a tool that pre-builds every page of a website at build time into static HTML/CSS/JS files, served directly from a CDN.
Title tag
The title tag is the HTML <title> element — the page title displayed in browser tabs, bookmarks, and as the clickable headline in search-engine results.
TTFB (Time to First Byte)
TTFB is the time between the browser sending an HTTP request and receiving the first byte of the response. It measures server / network responsiveness, separately from rendering.
WCAG (Web Content Accessibility Guidelines)
WCAG is the international standard for web accessibility, defining how to make websites usable by people with disabilities — across four principles: perceivable, operable, understandable, robust.