Website Growth Glossary
Plain-English definitions of the terms behind every Webmatik audit — SEO, GEO, performance, conversion, UX, accessibility, retention, and security.
SEO
- SEO (Search Engine Optimization)
- SEO is the practice of improving a website so it ranks higher in organic search results on engines like Google. SEO covers technical setup, on-page content, and off-page signals such as backlinks. Learn more →
- Meta Description
- A meta description is an HTML tag that summarizes a page's content in roughly 120–155 characters. The meta description often appears under the title in search results and influences click-through rate, though it is not a direct ranking factor. Learn more →
- Title Tag
- A title tag is the HTML element that defines a page's title, shown as the clickable headline in search results and in the browser tab. An effective title tag is 30–60 characters and includes the page's primary keyword. Learn more →
- Canonical Tag
- A canonical tag is an HTML link element that tells search engines which URL is the preferred version of a page when duplicate or similar content exists. The canonical tag consolidates ranking signals onto one URL and prevents duplicate-content dilution.
- Structured Data
- Structured data is standardized markup (usually JSON-LD using schema.org vocabulary) that describes a page's content to search engines. Structured data enables rich results such as star ratings, FAQs, and breadcrumbs. Learn more →
- Robots.txt
- Robots.txt is a text file at the root of a domain that tells search-engine crawlers which URLs they may or may not request. Robots.txt controls crawling but does not reliably prevent indexing — use a noindex tag for that.
- XML Sitemap
- An XML sitemap is a file that lists a site's important URLs to help search engines discover and crawl them efficiently. An XML sitemap is especially useful for large sites or pages with few internal links.
- Backlink
- A backlink is a hyperlink from one website to another. Backlinks act as endorsements: high-quality, relevant backlinks are one of the strongest off-page ranking signals in SEO.
- Keyword Intent
- Keyword intent is the goal behind a search query, typically classified as informational, navigational, commercial, or transactional. Matching content to keyword intent is essential for ranking and conversion. Learn more →
- Internal Linking
- Internal linking is the practice of connecting pages within the same website using hyperlinks. Internal linking distributes ranking authority, helps crawlers discover pages, and guides users to related content.
- Alt Text
- Alt text is the descriptive HTML attribute on an image that screen readers announce and search engines read. Alt text improves accessibility and helps images rank in image search.
- Hreflang
- Hreflang is an HTML attribute that tells search engines which language and region a page targets. Hreflang prevents duplicate-content issues across localized versions and serves the right page to the right audience.
GEO
- GEO (Generative Engine Optimization)
- GEO (Generative Engine Optimization) is the practice of optimizing content so it is cited and recommended by AI answer engines like ChatGPT, Perplexity, and Google AI Overviews. GEO focuses on clear, factual, well-structured content that large language models can extract and attribute. Learn more →
- AI Search Visibility
- AI search visibility measures how often and how prominently a brand or website is mentioned and cited in AI-generated answers. AI search visibility is becoming a distinct channel from traditional organic rankings. Learn more →
- llms.txt
- llms.txt is a proposed plain-text file at a site's root that gives AI systems a curated, machine-readable summary of the site's most important content. llms.txt helps language models understand and cite a site accurately.
- AI Citation
- An AI citation is a reference or link to a source that an AI answer engine includes when generating a response. Earning AI citations requires authoritative, factual, well-structured content that models can attribute.
- Entity (SEO/GEO)
- An entity is a distinct, well-defined thing — a brand, person, product, or concept — that search and AI systems recognize and connect in a knowledge graph. Clear entity definitions and consistent references improve both SEO and GEO.
Performance
- Core Web Vitals
- Core Web Vitals are a set of Google metrics measuring real-world user experience: Largest Contentful Paint (loading), Interaction to Next Paint (responsiveness), and Cumulative Layout Shift (visual stability). Core Web Vitals are a confirmed Google ranking signal. Learn more →
- Largest Contentful Paint (LCP)
- Largest Contentful Paint (LCP) measures how long it takes for the largest visible element to render after a page starts loading. A good LCP is 2.5 seconds or faster. Learn more →
- Cumulative Layout Shift (CLS)
- Cumulative Layout Shift (CLS) measures how much a page's content unexpectedly moves while loading. A good CLS score is 0.1 or lower. Learn more →
- Interaction to Next Paint (INP)
- Interaction to Next Paint (INP) measures a page's overall responsiveness to user interactions like clicks and taps. A good INP is 200 milliseconds or faster. Learn more →
- Time to First Byte (TTFB)
- Time to First Byte (TTFB) measures how long a browser waits before receiving the first byte of a response from the server. A high TTFB usually points to slow hosting, backend processing, or missing caching.
- Render-Blocking Resources
- Render-blocking resources are CSS and JavaScript files that the browser must download and process before it can display a page. Reducing or deferring render-blocking resources speeds up first paint.
- Lazy Loading
- Lazy loading is a technique that defers loading of off-screen resources — typically images and iframes — until the user scrolls near them. Lazy loading reduces initial page weight and speeds up loading.
- CDN (Content Delivery Network)
- A CDN (Content Delivery Network) is a network of geographically distributed servers that cache and serve a site's static assets from a location near each visitor. A CDN reduces latency and offloads traffic from the origin server.
CRO
- Conversion Rate Optimization (CRO)
- Conversion Rate Optimization (CRO) is the systematic practice of increasing the percentage of visitors who complete a desired action, such as a purchase or sign-up. CRO combines analytics, user research, and testing. Learn more →
- Call to Action (CTA)
- A call to action (CTA) is a prompt — usually a button or link — that tells visitors the next step to take, such as "Start free trial." A clear, visible CTA above the fold is one of the highest-impact conversion elements. Learn more →
- Value Proposition
- A value proposition is a concise statement of the unique benefit a product or service delivers and why it is better than alternatives. A strong value proposition above the fold quickly tells visitors why they should stay.
- Above the Fold
- Above the fold refers to the portion of a web page visible without scrolling. Placing the value proposition and primary CTA above the fold ensures most visitors see them.
- Lead Magnet
- A lead magnet is a free, valuable resource — such as a guide, template, or checklist — offered in exchange for a visitor's contact information. A lead magnet grows an email list and captures otherwise-lost visitors.
UX
- Responsive Design
- Responsive design is an approach where a website's layout adapts fluidly to any screen size, from phones to desktops. Responsive design is essential because most web traffic is mobile and Google uses mobile-first indexing.
- Mobile-First Indexing
- Mobile-first indexing means Google predominantly uses the mobile version of a site for crawling, indexing, and ranking. Sites must ensure their mobile version contains the same content and structured data as desktop.
- Visual Hierarchy
- Visual hierarchy is the arrangement of design elements to signal their order of importance using size, color, contrast, and spacing. Clear visual hierarchy guides attention to key content and actions.
- WCAG
- WCAG (Web Content Accessibility Guidelines) is the international standard for making web content accessible to people with disabilities. WCAG defines levels A, AA, and AAA; most organizations target AA conformance.
- Color Contrast Ratio
- Color contrast ratio measures the difference in luminance between text and its background. WCAG AA requires a ratio of at least 4.5:1 for normal text and 3:1 for large text.
- ARIA Landmark
- An ARIA landmark is a role (such as navigation, main, or contentinfo) that defines regions of a page for assistive technologies. ARIA landmarks let screen-reader users jump directly to key sections.
- Tap Target
- A tap target is any interactive element — button or link — sized for finger taps on touchscreens. Accessible tap targets are at least 44×44 pixels with adequate spacing to prevent mis-taps.
Retention
- Email Capture
- Email capture is the practice of collecting visitor email addresses through forms, pop-ups, or newsletter sign-ups. Email capture turns one-time visitors into an audience a business can re-engage over time.
- Bounce Rate
- Bounce rate is the percentage of visitors who leave a site after viewing only one page without interacting further. A high bounce rate can indicate poor relevance, slow loading, or weak engagement.
- Content Cadence
- Content cadence is the frequency and consistency with which a site publishes new content. A steady content cadence builds returning audiences and signals freshness to search engines.
- Pillar Page
- A pillar page is a comprehensive page covering a broad topic that links out to and from related, more specific articles (a topic cluster). Pillar pages build topical authority and improve internal linking.
Security
- HTTPS
- HTTPS is the encrypted version of HTTP, securing data between a browser and a server using TLS. HTTPS is required for trust, is a lightweight Google ranking signal, and is mandatory for many modern browser features.
- HSTS
- HSTS (HTTP Strict Transport Security) is a response header that forces browsers to connect to a site only over HTTPS. HSTS protects against protocol-downgrade and cookie-hijacking attacks.
- Content Security Policy (CSP)
- A Content Security Policy (CSP) is an HTTP header that restricts which sources of scripts, styles, and other resources a page may load. A well-configured CSP is a strong defense against cross-site scripting (XSS).
- Cross-Site Scripting (XSS)
- Cross-site scripting (XSS) is an attack where malicious scripts are injected into a trusted website and executed in visitors' browsers. XSS can steal sessions and data; escaping output and a strong CSP are the main defenses.
- Mixed Content
- Mixed content occurs when an HTTPS page loads resources (images, scripts, styles) over insecure HTTP. Mixed content triggers browser warnings and can break functionality or expose users.
- X-Frame-Options
- X-Frame-Options is an HTTP header that controls whether a page may be embedded in a frame or iframe. X-Frame-Options (or CSP frame-ancestors) prevents clickjacking attacks.
General
- Growth Score
- A Growth Score is Webmatik's single 0–100 metric summarizing a website's health across eight weighted categories: conversion, retention, performance, UI/UX, SEO, GEO, accessibility, and security. The Growth Score is weighted by site type so the rating reflects what matters for that kind of business.
- Website Audit
- A website audit is a systematic evaluation of a site's performance, SEO, design, conversion, and security to identify issues and opportunities. An AI website audit automates this analysis and produces a prioritized action plan.
- Time on Page
- Time on page is the average amount of time visitors spend on a single page before navigating away. Higher time on page often signals engaging, relevant content.
See these factors scored on your own site.
Run a free audit