SEO & Web Glossary
99 terms explained simply
Web, SEO and digital marketing vocabulary decoded by Lueur Externe.
A
A/B Testing
MarketingMethod comparing two versions of a web page to determine which performs better in terms of conversions.
Above the fold
UX/DesignVisible part of a web page without scrolling. Strategic area for priority content and CTAs.
Accessibility
UX/DesignDesign practice making websites usable by everyone, including people with disabilities. WCAG standard.
Algorithm (Google)
SEOSet of rules used by Google to rank web pages in search results. Regularly updated.
Alt text
SEOAlternative text describing an image for search engines and screen readers. Essential for SEO and accessibility.
Anchor text
SEOClickable text of a hyperlink. Should be descriptive and relevant for SEO.
API
DevelopmentApplication Programming Interface allowing two applications to communicate. REST and GraphQL are the most common.
AWS (Amazon Web Services)
CloudAmazon's cloud platform offering 200+ services: hosting, databases, AI, serverless, CDN and more.
B
Backlink
SEOIncoming link from another website to yours. Quality backlinks are a major SEO ranking factor.
Black hat SEO
SEOSEO techniques violating Google's guidelines: cloaking, keyword stuffing, artificial links. Risk of penalty.
Bounce rate
MarketingPercentage of visitors leaving a site after viewing only one page. High rate may indicate UX or content issues.
Breadcrumb
SEOSecondary navigation showing the hierarchical path of the current page. Improves UX and SEO (BreadcrumbList schema).
Brotli
PerformanceCompression algorithm by Google, more efficient than Gzip. Reduces CSS, JS and HTML file sizes.
C
Cache
PerformanceTemporary data storage to speed up subsequent loads. Browser cache, CDN and server cache.
Canonical tag
SEOHTML tag telling search engines the preferred version of a page in case of duplicate content.
CDN (Content Delivery Network)
PerformanceGeographically distributed server network serving content closer to users. Reduces latency.
CI/CD
DevelopmentContinuous Integration and Continuous Deployment. Automated pipeline to test, build and deploy code to production.
CLS (Cumulative Layout Shift)
PerformanceCore Web Vitals metric measuring visual stability of a page. Ideal score: below 0.1.
CMS
DevelopmentContent Management System for creating and managing websites without coding. WordPress, Prestashop, Drupal.
Content marketing
MarketingStrategy of creating and distributing valuable content to attract and retain a target audience.
Conversion
MarketingDesired action performed by a visitor: purchase, signup, quote request, download.
Core Web Vitals
PerformanceThree Google web performance metrics: LCP (loading), INP (interactivity) and CLS (visual stability). Ranking factor.
Crawl
SEOProcess by which search engine bots browse web pages to index them.
Crawl budget
SEONumber of pages a search engine is willing to crawl on a site within a given time.
CTA (Call to Action)
MarketingVisual element prompting the user to take action: button, link, form. Essential for conversion.
CTR (Click-Through Rate)
SEORatio between clicks and impressions. Key indicator in SEO and paid search.
D
DNS
CloudDomain Name System translating domain names into IP addresses. Impacts TTFB.
Docker
CloudContainerization platform packaging an application and its dependencies into a portable container.
Domain authority
SEOScore estimating a domain's ability to rank in search results. Based on backlinks and trust.
E
E-commerce
E-commerceOnline commerce. Selling products or services via a website. Prestashop, WooCommerce, Shopify are main platforms.
E-E-A-T
SEOExperience, Expertise, Authoritativeness, Trustworthiness. Google's quality criteria for evaluating content credibility.
F
Featured snippet
SEOOptimized excerpt displayed at position zero in Google. Directly answers the user's question.
G
Generative AI
AIArtificial intelligence capable of creating content: text, images, code. GPT-4, Claude, Midjourney, Stable Diffusion.
GEO (Generative Engine Optimization)
SEOContent optimization to appear in AI-generated answers: ChatGPT, Perplexity, Google AI Overview.
Google Analytics
MarketingFree Google tool for measuring traffic, visitor behavior and website conversions.
Google My Business
SEOGoogle business listing for appearing in Google Maps and local pack. Essential for local SEO.
Google Search Console
SEOFree Google tool for monitoring indexation, search performance and technical errors of a site.
H
H1 tag
SEOMain heading of a web page. Each page should have a single H1 containing the primary keyword.
Hosting
CloudService providing a server to store and serve website files. Shared, VPS, dedicated or cloud.
Hreflang
SEOHTML attribute telling search engines the language and region targeted by a page. Essential for multilingual sites.
HTTPS
SecuritySecure version of HTTP using SSL/TLS encryption. Required for SEO and user trust.
I
INP (Interaction to Next Paint)
PerformanceCore Web Vitals metric measuring page responsiveness to user interactions. Ideal score: below 200ms.
Internal link
SEOHyperlink pointing to another page on the same site. Internal linking distributes SEO juice and facilitates crawling.
J
JavaScript
DevelopmentClient-side and server-side (Node.js) programming language. Used for interactivity, animations and web apps.
JSON-LD
SEOStructured data format recommended by Google for Schema.org markup. Embedded in a script tag.
K
Keyword
SEOTerm or phrase searched by users in a search engine. Foundation of any SEO strategy.
Keyword stuffing
SEOBlack hat technique of overloading a page with keywords. Penalized by Google.
L
Landing page
MarketingPage designed to convert a visitor into a lead or customer. Optimized for a specific keyword and goal.
Laravel
DevelopmentPopular PHP framework for web application development. MVC, Eloquent ORM, Blade templates.
Lazy loading
PerformanceDeferred loading technique for off-screen images and content. Improves LCP and reduces bandwidth.
LCP (Largest Contentful Paint)
PerformanceCore Web Vitals metric measuring load time of the largest visible element. Ideal score: below 2.5s.
Lighthouse
PerformanceGoogle open-source tool for auditing performance, accessibility, SEO and best practices of a web page.
LLM (Large Language Model)
AIAI model trained on large amounts of text. GPT-4, Claude, Llama. Used for content generation and chatbots.
llms.txt
SEOText file at a site's root describing its content for AI bots. Equivalent of robots.txt for LLMs.
Long-tail keyword
SEOLong and specific search queries (3+ words). Less volume but better conversion rate and less competition.
M
Meta description
SEOShort summary (155-160 chars) of a page displayed in search results. Doesn't impact ranking but affects click rate.
Meta tags
SEOHTML tags in the head providing information to search engines: title, description, robots.
Mobile-first
UX/DesignDesign approach prioritizing mobile experience. Google uses mobile-first indexing since 2021.
N
Netlinking
SEOStrategy for acquiring quality backlinks to improve a site's authority and ranking.
Node.js
DevelopmentServer-side JavaScript runtime. Used for APIs, build tools and real-time applications.
Nofollow
SEOrel='nofollow' attribute telling search engines not to follow a link. Used for sponsored or untrusted links.
Noindex
SEOMeta robots directive telling search engines not to index a page. Used for low SEO value pages.
O
Open Graph
SEOMetadata protocol controlling how a page appears when shared on social media (og:title, og:image).
P
Page speed
PerformanceLoading speed of a web page. Google ranking factor and key determinant for user experience.
PHP
DevelopmentServer-side programming language. Used by WordPress, Prestashop, Laravel and 77% of websites.
Prestashop
E-commerceFrench open-source e-commerce CMS. Complete solution for online stores: catalog, payment, shipping, SEO.
Progressive Web App (PWA)
DevelopmentWeb app offering native-like experience: installation, offline mode, push notifications. Based on Service Workers.
Prompt engineering
AIArt of crafting precise instructions to get the best results from a generative AI.
R
Redirect 301
SEOPermanent URL redirect. Transfers about 90-99% of SEO juice. Essential during site migration.
Responsive design
UX/DesignAdaptive web design automatically adjusting to screen size: mobile, tablet, desktop.
REST API
DevelopmentAPI architecture using HTTP methods (GET, POST, PUT, DELETE) for application communication.
Rich snippet
SEOEnhanced search result with additional info: stars, price, FAQ, images. Based on structured data.
Robots.txt
SEOFile at a site's root telling bots which pages to crawl or ignore.
ROI
MarketingReturn on Investment. Measures profitability of a marketing action: (gain - cost) / cost × 100.
S
S3 (Amazon)
CloudAWS object storage service. Used for hosting static files, backups, assets and static websites.
Schema.org
SEOStructured data vocabulary recognized by Google, Bing and Yahoo. Enables rich snippets and improves content understanding.
SEA (Search Engine Advertising)
MarketingPaid advertising on search engines. Google Ads, Bing Ads. Immediate results but cost per click.
SEO (Search Engine Optimization)
SEOSet of techniques to improve a site's ranking in organic search results.
SERP
SEOSearch Engine Results Page. Includes organic results, paid results, featured snippets and knowledge panels.
Serverless
CloudCloud architecture where the provider manages infrastructure. Developer only deploys code. AWS Lambda, Vercel.
Service Worker
DevelopmentJavaScript script running in the browser background. Enables offline cache, push notifications and prefetch.
Sitemap XML
SEOXML file listing all URLs of a site to facilitate crawling and indexing by search engines.
Slug
SEOURL part identifying a page in a readable way. E.g.: /blog/seo-guide-2024. Should be short and contain the keyword.
Speculation Rules API
PerformanceAPI enabling page prerendering on link hover. Drastically improves perceived navigation speed.
SQL injection
SecuritySecurity attack injecting malicious SQL code via forms. Prevented by prepared statements.
SSG (Static Site Generation)
DevelopmentGenerating static HTML pages at build time. Ultra-fast, secure and SEO-friendly. Astro, Hugo, Next.js.
SSL/TLS
SecurityEncryption protocols securing communications between browser and server. Certificate required for HTTPS.
SSR (Server-Side Rendering)
DevelopmentRendering pages server-side on each request. Better SEO than CSR but slower than SSG.
T
Technical SEO
SEOOptimizing a site's infrastructure: speed, crawlability, indexation, HTTPS, structured data, Core Web Vitals.
Title tag
SEOPage title displayed in browser tab and search results. Important SEO ranking factor.
TTFB (Time to First Byte)
PerformanceTime between browser request and receiving the first byte of response. Server performance indicator.
TypeScript
DevelopmentTyped superset of JavaScript by Microsoft. Adds static typing to reduce bugs.
U
URL
SEOUnique address of a resource on the web. Clean and descriptive URLs improve SEO and user experience.
UX (User Experience)
UX/DesignOverall quality of a user's interaction with a website or application.
W
WebP
PerformanceImage format by Google offering superior compression to JPEG and PNG with transparency support.
White hat SEO
SEOSEO techniques compliant with Google's guidelines: quality content, UX, clean technical setup.
WooCommerce
E-commerceFree e-commerce plugin for WordPress. Flexible solution for creating an online store.
WordPress
DevelopmentMost used open-source CMS in the world (43% of sites). Flexible, extensible via plugins and themes.
X
XSS (Cross-Site Scripting)
SecuritySecurity 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.