GLOSSARY logo

GLOSSARY

THE TECHNICAL LANGUAGE OF DIGITAL B2B INFRASTRUCTURE

CONCEPT
SEARCH OPTIMIZATION

301 Redirect

An HTTP response indicating that a resource has moved permanently and directing clients and crawlers to its new URL.


BUSINESS RELEVANCE

301 redirects preserve user journeys and search equity during URL changes, migrations, renames, and content consolidation while reducing broken links.


IMPLEMENTATION EXAMPLE

When a glossary term is renamed, the former URL returns a 301 directly to the new canonical term page and the sitemap and internal links are updated.


LIMITATIONS

Long chains, loops, irrelevant destinations, soft redirects, and conflicting canonical signals can delay crawling or cause unexpected indexing. A 301 does not repair poor migration planning automatically.


TECHNICAL EXPLANATION

The server returns status code 301 with a Location header. Browsers follow the destination, and search engines generally treat the redirect as a strong signal to consolidate indexing signals at the new URL. Redirects should point directly to the closest equivalent destination.


Secondary Topics

Systems Architecture

Related terms

Vendor Lock-In

CONCEPT
SYSTEMS ARCHITECTURE

A commercial dependency where switching from a specific technology platform is prohibitive due to high transition costs.

Structured Data

CONCEPT
SEARCH OPTIMIZATION

A standardized schema format structuring web page content to facilitate automated interpretation by web crawlers.

Design System

CONCEPT
EXPERIENCE DESIGN

A unified collection of repeatable UI components, guidelines, tokens, and design standards ensuring digital product consistency.

Robots.txt

CONCEPT
SEARCH OPTIMIZATION

A standard text configuration file situated at the website root instructing web crawlers which directory paths to avoid.

Service-Level Agreement (SLA)

CONCEPT
SYSTEMS ARCHITECTURE

A formal commitment contractually defining service uptime expectations, delivery benchmarks, and remedies between parties.