SEO & Web Glossary

99 terms explained simply

Web, SEO and digital marketing vocabulary decoded by Lueur Externe.

A

A/B Testing

Marketing

Method comparing two versions of a web page to determine which performs better in terms of conversions.

Above the fold

UX/Design

Visible part of a web page without scrolling. Strategic area for priority content and CTAs.

Accessibility

UX/Design

Design practice making websites usable by everyone, including people with disabilities. WCAG standard.

Algorithm (Google)

SEO

Set of rules used by Google to rank web pages in search results. Regularly updated.

Alt text

SEO

Alternative text describing an image for search engines and screen readers. Essential for SEO and accessibility.

Anchor text

SEO

Clickable text of a hyperlink. Should be descriptive and relevant for SEO.

API

Development

Application Programming Interface allowing two applications to communicate. REST and GraphQL are the most common.

AWS (Amazon Web Services)

Cloud

Amazon's cloud platform offering 200+ services: hosting, databases, AI, serverless, CDN and more.

B

Backlink

SEO

Incoming link from another website to yours. Quality backlinks are a major SEO ranking factor.

Black hat SEO

SEO

SEO techniques violating Google's guidelines: cloaking, keyword stuffing, artificial links. Risk of penalty.

Bounce rate

Marketing

Percentage of visitors leaving a site after viewing only one page. High rate may indicate UX or content issues.

Breadcrumb

SEO

Secondary navigation showing the hierarchical path of the current page. Improves UX and SEO (BreadcrumbList schema).

Brotli

Performance

Compression algorithm by Google, more efficient than Gzip. Reduces CSS, JS and HTML file sizes.

C

Cache

Performance

Temporary data storage to speed up subsequent loads. Browser cache, CDN and server cache.

Canonical tag

SEO

HTML tag telling search engines the preferred version of a page in case of duplicate content.

CDN (Content Delivery Network)

Performance

Geographically distributed server network serving content closer to users. Reduces latency.

CI/CD

Development

Continuous Integration and Continuous Deployment. Automated pipeline to test, build and deploy code to production.

CLS (Cumulative Layout Shift)

Performance

Core Web Vitals metric measuring visual stability of a page. Ideal score: below 0.1.

CMS

Development

Content Management System for creating and managing websites without coding. WordPress, Prestashop, Drupal.

Content marketing

Marketing

Strategy of creating and distributing valuable content to attract and retain a target audience.

Conversion

Marketing

Desired action performed by a visitor: purchase, signup, quote request, download.

Core Web Vitals

Performance

Three Google web performance metrics: LCP (loading), INP (interactivity) and CLS (visual stability). Ranking factor.

Crawl

SEO

Process by which search engine bots browse web pages to index them.

Crawl budget

SEO

Number of pages a search engine is willing to crawl on a site within a given time.

CTA (Call to Action)

Marketing

Visual element prompting the user to take action: button, link, form. Essential for conversion.

CTR (Click-Through Rate)

SEO

Ratio between clicks and impressions. Key indicator in SEO and paid search.

D

DNS

Cloud

Domain Name System translating domain names into IP addresses. Impacts TTFB.

Docker

Cloud

Containerization platform packaging an application and its dependencies into a portable container.

Domain authority

SEO

Score estimating a domain's ability to rank in search results. Based on backlinks and trust.

E

E-commerce

E-commerce

Online commerce. Selling products or services via a website. Prestashop, WooCommerce, Shopify are main platforms.

E-E-A-T

SEO

Experience, Expertise, Authoritativeness, Trustworthiness. Google's quality criteria for evaluating content credibility.

F

Featured snippet

SEO

Optimized excerpt displayed at position zero in Google. Directly answers the user's question.

G

Generative AI

AI

Artificial intelligence capable of creating content: text, images, code. GPT-4, Claude, Midjourney, Stable Diffusion.

GEO (Generative Engine Optimization)

SEO

Content optimization to appear in AI-generated answers: ChatGPT, Perplexity, Google AI Overview.

Google Analytics

Marketing

Free Google tool for measuring traffic, visitor behavior and website conversions.

Google My Business

SEO

Google business listing for appearing in Google Maps and local pack. Essential for local SEO.

Google Search Console

SEO

Free Google tool for monitoring indexation, search performance and technical errors of a site.

H

H1 tag

SEO

Main heading of a web page. Each page should have a single H1 containing the primary keyword.

Hosting

Cloud

Service providing a server to store and serve website files. Shared, VPS, dedicated or cloud.

Hreflang

SEO

HTML attribute telling search engines the language and region targeted by a page. Essential for multilingual sites.

HTTPS

Security

Secure version of HTTP using SSL/TLS encryption. Required for SEO and user trust.

I

INP (Interaction to Next Paint)

Performance

Core Web Vitals metric measuring page responsiveness to user interactions. Ideal score: below 200ms.

Internal link

SEO

Hyperlink pointing to another page on the same site. Internal linking distributes SEO juice and facilitates crawling.

J

JavaScript

Development

Client-side and server-side (Node.js) programming language. Used for interactivity, animations and web apps.

JSON-LD

SEO

Structured data format recommended by Google for Schema.org markup. Embedded in a script tag.

K

Keyword

SEO

Term or phrase searched by users in a search engine. Foundation of any SEO strategy.

Keyword stuffing

SEO

Black hat technique of overloading a page with keywords. Penalized by Google.

L

Landing page

Marketing

Page designed to convert a visitor into a lead or customer. Optimized for a specific keyword and goal.

Laravel

Development

Popular PHP framework for web application development. MVC, Eloquent ORM, Blade templates.

Lazy loading

Performance

Deferred loading technique for off-screen images and content. Improves LCP and reduces bandwidth.

LCP (Largest Contentful Paint)

Performance

Core Web Vitals metric measuring load time of the largest visible element. Ideal score: below 2.5s.

Lighthouse

Performance

Google open-source tool for auditing performance, accessibility, SEO and best practices of a web page.

LLM (Large Language Model)

AI

AI model trained on large amounts of text. GPT-4, Claude, Llama. Used for content generation and chatbots.

llms.txt

SEO

Text file at a site's root describing its content for AI bots. Equivalent of robots.txt for LLMs.

Long-tail keyword

SEO

Long and specific search queries (3+ words). Less volume but better conversion rate and less competition.

M

Meta description

SEO

Short summary (155-160 chars) of a page displayed in search results. Doesn't impact ranking but affects click rate.

Meta tags

SEO

HTML tags in the head providing information to search engines: title, description, robots.

Mobile-first

UX/Design

Design approach prioritizing mobile experience. Google uses mobile-first indexing since 2021.

N

Netlinking

SEO

Strategy for acquiring quality backlinks to improve a site's authority and ranking.

Node.js

Development

Server-side JavaScript runtime. Used for APIs, build tools and real-time applications.

Nofollow

SEO

rel='nofollow' attribute telling search engines not to follow a link. Used for sponsored or untrusted links.

Noindex

SEO

Meta robots directive telling search engines not to index a page. Used for low SEO value pages.

O

Open Graph

SEO

Metadata protocol controlling how a page appears when shared on social media (og:title, og:image).

P

Page speed

Performance

Loading speed of a web page. Google ranking factor and key determinant for user experience.

PHP

Development

Server-side programming language. Used by WordPress, Prestashop, Laravel and 77% of websites.

Prestashop

E-commerce

French open-source e-commerce CMS. Complete solution for online stores: catalog, payment, shipping, SEO.

Progressive Web App (PWA)

Development

Web app offering native-like experience: installation, offline mode, push notifications. Based on Service Workers.

Prompt engineering

AI

Art of crafting precise instructions to get the best results from a generative AI.

R

Redirect 301

SEO

Permanent URL redirect. Transfers about 90-99% of SEO juice. Essential during site migration.

Responsive design

UX/Design

Adaptive web design automatically adjusting to screen size: mobile, tablet, desktop.

REST API

Development

API architecture using HTTP methods (GET, POST, PUT, DELETE) for application communication.

Rich snippet

SEO

Enhanced search result with additional info: stars, price, FAQ, images. Based on structured data.

Robots.txt

SEO

File at a site's root telling bots which pages to crawl or ignore.

ROI

Marketing

Return on Investment. Measures profitability of a marketing action: (gain - cost) / cost × 100.

S

S3 (Amazon)

Cloud

AWS object storage service. Used for hosting static files, backups, assets and static websites.

Schema.org

SEO

Structured data vocabulary recognized by Google, Bing and Yahoo. Enables rich snippets and improves content understanding.

SEA (Search Engine Advertising)

Marketing

Paid advertising on search engines. Google Ads, Bing Ads. Immediate results but cost per click.

SEO (Search Engine Optimization)

SEO

Set of techniques to improve a site's ranking in organic search results.

SERP

SEO

Search Engine Results Page. Includes organic results, paid results, featured snippets and knowledge panels.

Serverless

Cloud

Cloud architecture where the provider manages infrastructure. Developer only deploys code. AWS Lambda, Vercel.

Service Worker

Development

JavaScript script running in the browser background. Enables offline cache, push notifications and prefetch.

Sitemap XML

SEO

XML file listing all URLs of a site to facilitate crawling and indexing by search engines.

Slug

SEO

URL part identifying a page in a readable way. E.g.: /blog/seo-guide-2024. Should be short and contain the keyword.

Speculation Rules API

Performance

API enabling page prerendering on link hover. Drastically improves perceived navigation speed.

SQL injection

Security

Security attack injecting malicious SQL code via forms. Prevented by prepared statements.

SSG (Static Site Generation)

Development

Generating static HTML pages at build time. Ultra-fast, secure and SEO-friendly. Astro, Hugo, Next.js.

SSL/TLS

Security

Encryption protocols securing communications between browser and server. Certificate required for HTTPS.

SSR (Server-Side Rendering)

Development

Rendering pages server-side on each request. Better SEO than CSR but slower than SSG.

T

Technical SEO

SEO

Optimizing a site's infrastructure: speed, crawlability, indexation, HTTPS, structured data, Core Web Vitals.

Title tag

SEO

Page title displayed in browser tab and search results. Important SEO ranking factor.

TTFB (Time to First Byte)

Performance

Time between browser request and receiving the first byte of response. Server performance indicator.

TypeScript

Development

Typed superset of JavaScript by Microsoft. Adds static typing to reduce bugs.

U

URL

SEO

Unique address of a resource on the web. Clean and descriptive URLs improve SEO and user experience.

UX (User Experience)

UX/Design

Overall quality of a user's interaction with a website or application.

W

WebP

Performance

Image format by Google offering superior compression to JPEG and PNG with transparency support.

White hat SEO

SEO

SEO techniques compliant with Google's guidelines: quality content, UX, clean technical setup.

WooCommerce

E-commerce

Free e-commerce plugin for WordPress. Flexible solution for creating an online store.

WordPress

Development

Most used open-source CMS in the world (43% of sites). Flexible, extensible via plugins and themes.

X

XSS (Cross-Site Scripting)

Security

Security attack injecting malicious JavaScript into a web page. Prevented by data escaping.

Need an expert for your web project?

Lueur Externe masters each of these terms daily since 2003.