Reference

Glossary

Plain-language definitions of the tools, concepts, and acronyms that come up in web development, analytics, SEO, consent compliance, and marketing technology — especially relevant to medical device and healthcare-tech companies.

A

AEO — Answer Engine Optimization SEO
The practice of structuring content so it surfaces in AI-generated answers — in tools like ChatGPT, Perplexity, Google AI Overviews, and Bing Copilot — not just in traditional search result pages. Good AEO means concise question-answer formatting, schema markup, and authoritative factual content. Closely related to but distinct from SEO; a page can rank well in traditional search and still be invisible to AI answer engines.
Analytics (web analytics)
The collection and measurement of user behaviour on a website — page views, sessions, events, conversions, and more. Google Analytics 4 (GA4) is the current standard. Raw analytics data is unreliable without a clean implementation: misconfigured tags, missing filters, and broken cross-domain tracking are common problems that silently distort reporting.
A/B Testing Analytics
A controlled experiment that shows two variants of a page (or element) to split audiences and measures which performs better against a defined goal — click-through rate, form fill, revenue. Also called split testing. Tools include Google Optimize (deprecated), VWO, and Optimizely. Statistical significance matters: calling a winner too early is one of the most common A/B testing mistakes.
ActiveCampaign Martech
A marketing automation and CRM platform built around email, SMS, and lifecycle sequences. Popular with SMB and mid-market B2B companies for its automation depth at lower price points than HubSpot or Salesforce. Website integrations involve embedding ActiveCampaign forms or using their API to sync contacts, trigger automation sequences from GTM events, and pass UTM parameters into contact fields for attribution. Commonly paired with Webflow and WordPress sites.

B

Bounce Rate Analytics
In GA4, a bounce is a session where the user had no engagement events (clicks, scrolls past 90%, or time on site over 10 seconds). Bounce rate is the percentage of such sessions. A high bounce rate on a landing page is often a targeting or relevance problem, not purely a design issue. Compare with engagement rate, GA4's positive counterpart metric.
Brand Guidelines
A document (or design system) defining the visual and tonal rules for a brand — logo usage, colour palette, typography, imagery style, and voice. Strong brand guidelines make web builds faster and ensure consistency across pages, campaigns, and designers. Usually delivered as a Figma file or PDF alongside a design handoff.

C

Canonical URL SEO
A <link rel="canonical"> tag that tells search engines which version of a URL is the authoritative one. Used to prevent duplicate-content penalties when the same page is accessible at multiple addresses (e.g. with and without trailing slashes, or over HTTP and HTTPS).
CMS — Content Management System
Software that lets non-developers edit website content without touching code. Webflow, WordPress, and Contentful are common CMSes. Choosing the right CMS matters: some are better for design control (Webflow), others for plugin ecosystems (WordPress), and others for structured content at scale (headless CMSes like Contentful or Sanity).
Cookiebot / CookieYes Compliance
Consent Management Platforms (CMPs) that surface a cookie banner, collect user preferences, and pass consent signals to tools like Google Tag Manager. Mott Design implements both; the right choice depends on site complexity, budget, and whether you need IAB TCF compliance for ad networks.
Core Web Vitals SEO
Google's three user-experience metrics used as a ranking signal: LCP (Largest Contentful Paint — loading speed), CLS (Cumulative Layout Shift — visual stability), and INP (Interaction to Next Paint — responsiveness). Pages that fail Core Web Vitals thresholds can lose search ranking and flag poorly in Lighthouse audits.
CRM — Customer Relationship Management
A system for tracking contacts, companies, and deals — HubSpot, Salesforce, and Pipedrive are common examples. The website and the CRM need to be wired together: form submissions should create or update contacts, UTM parameters should pass through to the CRM record, and lifecycle stages should update based on behaviour.
CTA — Call to Action
A button, link, or prompt that asks the visitor to do something — "Request a demo", "Download the guide", "Book a call". CTA placement, copy, and contrast are among the highest-leverage items in conversion optimisation.
Conversion Rate (CVR) Analytics
The percentage of visitors (or sessions) that complete a desired action — a form fill, purchase, or demo request. CVR = conversions ÷ sessions × 100. Improving CVR is often higher-ROI than increasing traffic because it multiplies the value of existing spend. Even a 0.5% lift on a high-traffic page can move revenue meaningfully.
CPC — Cost Per Click Analytics
The amount paid each time a user clicks an ad in a pay-per-click (PPC) campaign. CPC = total ad spend ÷ total clicks. Used to evaluate ad efficiency and set bids in Google Ads. Compare with CPM (cost per impression) and CPA (cost per acquisition).
CPM — Cost Per Thousand Impressions Analytics
A pricing model for display and social advertising where you pay per 1,000 impressions (views of your ad), regardless of clicks. CPM campaigns optimise for reach and brand awareness rather than direct response. Common on Meta Ads, LinkedIn, and programmatic networks.
Customer Journey Martech
The sequence of touchpoints a prospect moves through from first awareness to closed deal and beyond. Typically modelled as: Awareness → Consideration → Decision → Retention. A well-instrumented website maps GA4 events and CRM stages to journey phases so you can identify where people drop off and what content moves them forward.

D

dataLayer Analytics
A JavaScript array that acts as a message bus between your website and Google Tag Manager. Code on the page pushes structured data — events, user attributes, ecommerce data — into the dataLayer, and GTM picks it up and routes it to GA4 or other tools. A well-designed dataLayer is the foundation of reliable measurement.
DNS — Domain Name System
The internet's address book: it translates human-readable domain names (mottdesign.com) into IP addresses. DNS changes — pointing a domain to a new host, adding verification records, or setting up subdomains — are required during migrations and often have propagation delays of minutes to 48 hours.
Domain Authority (DA) SEO
A third-party metric (Moz) that scores a domain's likely ranking strength on a 1–100 scale, based primarily on the quality and quantity of inbound links. Not a Google signal — Google uses its own link-quality algorithms — but useful as a relative benchmark when comparing sites in the same niche. Similar metrics: Ahrefs Domain Rating (DR), SEMrush Authority Score.
Drip Campaign Martech
An automated email sequence that sends messages at timed intervals after a trigger event — typically a form fill or list sign-up. The goal is to educate, nurture, or convert a lead without manual follow-up. Common in HubSpot, Klaviyo, and Mailchimp. Effectiveness depends on the trigger logic, list segmentation, and the relevance of each message to where the recipient is in the funnel.

E

E-E-A-T — Experience, Expertise, Authoritativeness, Trustworthiness SEO
Google's quality framework for evaluating content. Originally E-A-T; "Experience" was added in 2022. For healthcare and medical device companies, E-E-A-T is especially important because content that could affect health decisions is held to a higher bar by Google's quality raters. Author credentials, citations, and accurate structured data all contribute.
Elementor
A visual page-builder plugin for WordPress. It allows design-level control over WordPress without custom theme development. Useful for teams that want WordPress's plugin ecosystem but need non-developer editing. Can introduce performance overhead if not managed carefully.
Event Tracking Analytics
In GA4, nearly everything is an event — page views, clicks, form submissions, video plays, scroll depth. Custom events (e.g. "demo_request_submitted") are configured via GTM to track specific interactions that matter to your business goals. Unlike Universal Analytics, GA4 has no goals — conversions are just events marked as key events.

F

Figma
A browser-based UI design and prototyping tool that has become the industry standard for web and product design. Supports real-time collaboration, component libraries, and auto-layout. Design handoffs from Figma to Webflow or custom development are a core part of the Mott Design workflow — components designed in Figma translate directly into the build, reducing back-and-forth.
First-Party Data Analytics
Data collected directly from your own audience — form fills, CRM records, email open rates, and on-site behaviour tracked with your own GA4 property. As third-party cookies are phased out and privacy regulations tighten, first-party data is increasingly the most reliable and legally sound basis for measurement and personalisation.
Funnel Martech
A model of the stages users pass through before converting — awareness, consideration, decision — with progressively fewer people at each stage. Top-of-funnel (ToFu) content attracts visitors; middle-of-funnel (MoFu) nurtures interest; bottom-of-funnel (BoFu) converts. Funnel analysis in GA4 shows where users drop off and which pages or flows have the biggest impact on conversion.

G

GA4 — Google Analytics 4 Analytics
Google's current analytics platform, which replaced Universal Analytics in July 2023. GA4 is event-based rather than session-based, uses a different data model, and has a native connection to BigQuery for raw data export. Many GA4 implementations inherited from UA migrations are incomplete: missing conversions, broken cross-domain tracking, and unconfigured filters are common.
GDPR — General Data Protection Regulation Compliance
EU data privacy law that requires informed consent before collecting personal data. Applies to any website with EU visitors, regardless of where the company is based. For analytics: all GA4 and ad tracking tags must be blocked by default and only fire after explicit opt-in. Consent Mode v2 is Google's mechanism for this.
GTM — Google Tag Manager Analytics
A tag management system that lets you deploy and update tracking code (tags) without editing the website directly. GTM is the recommended way to implement GA4, ad pixels, and custom event tracking. It uses triggers (when to fire) and variables (data to pass) to route information from the dataLayer to your analytics and advertising tools.

H

Headless CMS
A content management system that stores content separately from the front-end presentation layer, delivering it via an API. Examples include Contentful, Sanity, and Storyblok. Useful for multi-channel publishing (website, app, email) but adds complexity compared to traditional CMSes like WordPress or Webflow.
HubSpot Martech
A CRM, marketing automation, and sales platform. Website integrations typically involve embedding HubSpot forms that create or update contacts, mapping UTM parameters to CRM fields, and triggering workflow automations based on form submissions or lifecycle stage changes. HubSpot's tracking code also enables behavioural contact scoring if enabled.
Heatmap Analytics
A visual overlay on a page that shows aggregated user behaviour — where people click (click map), how far they scroll (scroll map), or where their mouse moves (move map). Tools: Hotjar, Microsoft Clarity, PostHog. Heatmaps are qualitative data — they show what users do but not why — making them most useful when paired with session recordings and conversion data.

I

ICP — Ideal Customer Profile Martech
A description of the company (for B2B) or individual (for B2C) that gets the most value from your product and is most likely to close, retain, and expand. Defines firmographics (company size, industry, tech stack) and behavioural signals. ICPs shape website messaging, ad targeting, landing page copy, and lead qualification criteria in the CRM.

J

JSON-LD — Structured Data SEO
A format for embedding schema.org structured data in a page's <head> as a JSON script block. Search engines and AI answer engines use structured data to understand content — marking up your business type, services, FAQs, and articles. JSON-LD is Google's recommended format and is invisible to users but readable by crawlers.

K

Keyword Research SEO
The process of identifying the search terms your target audience uses and assessing their volume, competition, and commercial intent. Tools include SEMrush, Ahrefs, and Google Search Console. Good keyword research informs site architecture, page titles, headings, and content strategy. Search intent matters more than volume: a low-volume, high-intent keyword often drives more revenue than a high-volume informational one.

L

Landing Page
A standalone page designed for a single conversion goal — a form fill, demo request, or content download — with no competing navigation. Distinct from a homepage or general marketing page. Effective landing pages have one CTA, minimal distractions, and tracking configured to attribute conversions back to the campaign that drove the visit.
Lifecycle Email / Email Automation Martech
Sequences of automated emails triggered by user behaviour — form submissions, lead stage changes, or elapsed time. Common sequences include post-inquiry nurture, onboarding, and re-engagement. Tools used: HubSpot, Klaviyo, Mailchimp, and Customer.io. The trigger logic lives in the CRM or ESP; the website needs to pass the right data to fire the correct sequences.
LCP — Largest Contentful Paint SEO
One of Google's Core Web Vitals — the time it takes for the largest visible element on the page (usually a hero image or heading) to finish loading. Good LCP is under 2.5 seconds. Common causes of poor LCP: unoptimised images, render-blocking scripts, and slow server response times. LCP directly affects both user experience and search ranking.
LTV — Lifetime Value Martech
The total revenue expected from a customer over their entire relationship with a business. LTV is used to set acquisition cost targets (LTV:CAC ratio) and to prioritise which customer segments to focus marketing spend on. For website analytics, LTV modelling requires linking GA4 or ad data back to CRM revenue records.

M

MQL — Marketing Qualified Lead Martech
A contact who has engaged enough with marketing content to be worth passing to sales. The definition varies by company, but typically involves a form fill, a content download, or a behaviour score threshold in the CRM. Website tracking is what enables MQL scoring: without form-to-CRM plumbing and UTM attribution, you can't reliably identify or route MQLs.
Meta Pixel (Facebook Pixel) Analytics
A piece of JavaScript placed on a website that tracks visitor actions and sends them to Meta (Facebook/Instagram) Ads Manager. Used to measure conversions from Meta ads, build custom audiences for retargeting, and power Meta's ad optimisation algorithm. Since iOS 14, browser-based tracking accuracy has declined — Meta's Conversions API (CAPI) is now recommended alongside the pixel for more reliable server-side event matching.
Mobile-First Index SEO
Google's default crawling and indexing mode, which uses the mobile version of a page as the primary signal for ranking — even for desktop searches. Sites that are not mobile-responsive, or that show different content on mobile vs desktop, can suffer ranking penalties. All new Webflow and WordPress builds should be designed mobile-first.
MTA — Multi-Touch Attribution Analytics
An attribution model that assigns conversion credit across multiple touchpoints in a customer journey, rather than to the first or last interaction alone. Common models: linear (equal credit), time decay (more credit to recent touches), data-driven (algorithmic). GA4's data-driven attribution is the current default and requires sufficient conversion data to produce reliable results.

N

NoFollow / DoFollow SEO
HTML link attributes that tell search engines whether to pass link equity ("link juice") to the destination URL. A rel="nofollow" link signals that the linking page does not endorse the destination. rel="sponsored" and rel="ugc" are Google-specific variants. Most editorial links are dofollow by default. Paid links, affiliate links, and user-generated content should use appropriate rel attributes.

O

Open Graph SEO
A set of meta tags (og:title, og:description, og:image) that control how a page appears when shared on social platforms — LinkedIn, Facebook, Slack, iMessage. Without Open Graph tags, social shares pull arbitrary text and images. Every page should have a unique og:image at a minimum; a 1200×630px image is the standard size for reliable rendering across platforms.

P

Page Speed SEO
How quickly a web page loads and becomes interactive for the user. Measured by Core Web Vitals (LCP, CLS, INP), Lighthouse scores, and Time to First Byte (TTFB). Page speed affects both SEO ranking and conversion rate — even a one-second delay in load time has been shown to reduce conversions. Key optimisations: image compression, lazy loading, CDN, and eliminating render-blocking resources.
PostHog Analytics
An open-source product analytics platform that combines event tracking, session recording, feature flags, A/B testing, and heatmaps in a single tool. Can be self-hosted or cloud-hosted. Particularly well-suited to SaaS and product teams that want full data ownership and a developer-friendly API. An alternative to Mixpanel or Amplitude that doesn't require sending data to a third-party cloud.
PLG — Product-Led Growth Martech
A go-to-market strategy where the product itself drives acquisition, conversion, and expansion — through free trials, freemium tiers, or viral in-product sharing. Website implications: PLG sites typically have low-friction sign-up flows, prominent free tier offers, and in-product onboarding that reduces time-to-value. Analytics focus shifts from lead forms to activation and retention events.

R

Redirect (301 / 302) SEO
A 301 redirect permanently forwards one URL to another, passing the majority of link equity. A 302 is temporary and passes less equity. During a site migration, a full redirect map is essential: every old URL needs a corresponding 301 to preserve search rankings and prevent broken links. Missing redirects are one of the most common causes of post-migration ranking drops.
Retargeting / Remarketing Analytics
Serving ads to users who have previously visited your website or taken a specific action — viewed a product, started a checkout, or visited a pricing page. Enabled by placing a tracking pixel (Meta Pixel, Google Ads tag, LinkedIn Insight Tag) that builds a cookie-based or matched audience. Retargeting typically has higher conversion rates than cold prospecting because the audience already has brand familiarity.
ROI — Return on Investment Martech
The ratio of net profit to investment cost. In marketing: (revenue attributed to campaign − campaign cost) ÷ campaign cost × 100. Requires reliable attribution — connecting website conversions to revenue in the CRM — to calculate accurately. Without UTM tracking, form-to-CRM plumbing, and closed-loop reporting, marketing ROI is a guess.

S

Schema Markup SEO
Structured data added to a page (usually as JSON-LD) that tells search engines and AI tools what the content means — not just what it says. Common types include FAQPage, LocalBusiness, Service, Person, and Article. Well-implemented schema can trigger rich results in search (star ratings, FAQ dropdowns) and improve AI answer engine visibility.
SEO — Search Engine Optimization SEO
The practice of improving a website's visibility in organic search results. Technical SEO covers indexing, crawlability, site speed, and structured data. On-page SEO covers content, headings, internal links, and keyword alignment. Off-page SEO covers backlinks and authority signals. For B2B healthcare companies, technical SEO and E-E-A-T compliance tend to have the highest ROI.
Server-side Tagging Analytics
Running GTM on your own server rather than the user's browser, so tracking code is not exposed to browser-based ad blockers. Data is collected server-side and forwarded to GA4, ad platforms, and other tools. Improves data accuracy in environments where client-side tag blocking is common, and can reduce page load time.
Sitemap (XML Sitemap) SEO
An XML file that lists all the pages on a website you want search engines to index. Submitted to Google Search Console to help Googlebot discover pages efficiently. Important after a migration or whenever new pages are added. A sitemap doesn't guarantee indexing — it's a suggestion, not a command.
Session Recording Analytics
Video-like playback of individual user sessions on a website, showing mouse movements, clicks, scrolls, and rage-clicks. Tools: Hotjar, Microsoft Clarity, PostHog. Session recordings are invaluable for diagnosing UX problems — broken layouts, confusing navigation, forms users abandon. Always check your privacy policy and cookie consent before enabling session recording as it captures behavioural data that may require explicit consent under GDPR.
SQL — Sales Qualified Lead Martech
A lead that the sales team has vetted and determined is ready for a direct sales conversation. The handoff point between marketing (MQL) and sales (SQL) is where most B2B revenue leaks happen. Clear definitions, CRM stage automation, and feedback loops between sales and marketing teams are needed to keep MQL→SQL conversion rates meaningful.
Salesforce Martech
The dominant enterprise CRM. Website integrations typically push form submissions into Salesforce as Leads or Contacts via Web-to-Lead, the API, or middleware like Zapier. For attribution, UTM parameters are mapped to custom Lead fields and Salesforce Campaigns track marketing source through to closed revenue. Often paired with Marketing Cloud Account Engagement (formerly Pardot) for marketing automation on the same platform.

T

Technical SEO SEO
The subset of SEO focused on how well a website can be crawled, indexed, and rendered by search engines — independent of content quality. Covers: XML sitemaps, robots.txt, canonical tags, hreflang, structured data, Core Web Vitals, HTTPS, redirect chains, and crawl budget. Technical SEO issues can silently prevent well-written pages from ranking, making it the first thing to audit before investing in content.

U

UTM Parameters Analytics
Tags appended to URLs to track the source of traffic in GA4 and the CRM. The five standard parameters: utm_source (e.g. google), utm_medium (e.g. cpc), utm_campaign (e.g. brand-q4), utm_content, and utm_term. Consistent UTM tagging is required for accurate campaign attribution — without it, paid traffic often appears as direct or organic in reports.
UX / UI — User Experience / User Interface
UX (User Experience) is the overall quality of a person's interaction with a product — how intuitive, efficient, and satisfying it feels. UI (User Interface) is the visual and interactive surface: buttons, typography, layout, colour. UX is the strategy; UI is the execution. A site can look beautiful (good UI) and still be confusing to use (poor UX). Effective web design addresses both.

V

Viewport
The visible area of a web page within the browser window. Viewport size varies by device — desktop monitors, tablets, and phones all have different viewport widths. CSS media queries use viewport width breakpoints to apply responsive styles. In Webflow, the viewport breakpoint system (Desktop, Tablet, Mobile Landscape, Mobile Portrait) maps directly to these responsive design targets.

W

Webflow
A visual web development platform that generates clean, production-quality HTML, CSS, and JavaScript from a design interface. It includes a visual CMS, hosting, and e-commerce. Webflow is particularly well-suited to marketing sites that need design flexibility with a non-developer editing experience. Migrations from Squarespace, Wix, or older WordPress sites to Webflow are common.
WordPress
The most widely-used CMS, powering roughly 40% of the web. An open-source platform with a large plugin ecosystem. Good for sites that need custom functionality, complex integrations, or a large volume of content. Requires more maintenance than Webflow (updates, security, hosting), but offers more flexibility at scale.
Wireframe
A low-fidelity layout sketch that defines the structure and hierarchy of a page before visual design begins. Wireframes focus on content placement, navigation flow, and user journey — not colours or typography. In Figma, wireframes are typically created as greyscale components. They serve as the blueprint for client alignment before investing time in high-fidelity design.

Z

Zoho CRM Martech
A full-featured CRM and business suite that sits between HubSpot and Salesforce in terms of price and complexity. Popular with SMB and mid-market B2B teams. Website integrations involve Zoho Forms or Web-to-Lead embeds, API-based contact sync from form submissions, and UTM field mapping for campaign attribution. Zoho CRM is often chosen by companies that need robust CRM functionality without the cost of Salesforce or the platform lock-in of HubSpot.

Have a question not covered here?

Tell me about the project and I'll respond within one business day.

Get in touch