Overview

Landor & Associates, established in 1941 by Walter Landor, operates as a global brand consultancy within the WPP network. The firm specializes in brand strategy, identity design, and brand experience, catering primarily to large corporations and organizations undertaking significant brand transformations. Landor's approach integrates strategic analysis with creative execution to develop and manage brands across diverse touchpoints. The consultancy emphasizes a methodology that combines qualitative and quantitative research to inform brand positioning and visual identity.

The firm's services extend from initial brand audits and market research to the implementation of new brand architectures and systems. Landor is recognized for its work in corporate rebranding initiatives, which often involve complex stakeholder management and global deployment. Their expertise includes developing comprehensive brand guidelines and ensuring consistent application across digital, physical, and experiential channels. This integrated approach aims to create cohesive brand narratives and distinct market presence for its clients.

Landor & Associates is particularly suited for enterprises requiring extensive brand overhauls or the creation of new brands from inception. Their client portfolio frequently includes established companies in sectors such as consumer goods, technology, finance, and automotive. The consultancy's global footprint, supported by offices in major commercial centers worldwide, enables it to manage international branding projects. For instance, while other brand consultancies like Interbrand also provide global branding services, Landor's specific focus on combining strategic foresight with design execution positions it for clients seeking a unified brand expression across multiple markets and platforms. The firm's long operational history and affiliation with WPP provide a framework for handling large-scale, complex branding challenges.

Key features

  • Brand Strategy Development: Conducts market research, competitive analysis, and stakeholder interviews to define brand purpose, positioning, and architecture. This includes identifying target audiences and crafting brand narratives.
  • Corporate Rebranding Initiatives: Manages comprehensive rebranding projects for large organizations, encompassing strategy, visual identity design, verbal identity, and implementation across all touchpoints.
  • Brand Experience Design: Designs how brands interact with customers across various channels, including digital platforms, retail environments, and service interactions, focusing on consistency and impact.
  • Naming and Verbal Identity: Develops brand names, taglines, messaging frameworks, and tone-of-voice guidelines to ensure clear and consistent communication.
  • Visual Identity System Design: Creates logos, color palettes, typography, imagery styles, and comprehensive design systems that define a brand's visual language.
  • Brand Governance and Guidelines: Develops detailed brand guidelines and systems to ensure consistent application of brand elements across an organization and its partners globally.
  • Digital Brand Strategy and Experience: Focuses on how brands manifest and engage audiences within digital ecosystems, including website design principles and digital content strategy.

Pricing

Landor & Associates does not publish standardized pricing for its services due to the custom nature of its projects. Engagements are typically structured as project-based fees, retainer agreements, or value-based pricing, depending on the scope, complexity, and duration of the branding initiative. Costs are determined through a consultation process that assesses client needs, project deliverables, and estimated resource allocation. Pricing models for brand consultancies often reflect the specialized expertise and extensive strategic and creative work involved in large-scale brand transformations. For specific project quotes, direct engagement with Landor & Associates is required.

Service Type Pricing Model (As of Q2 2026) Details
Brand Strategy Custom Project-Based Developed after initial consultation and scope definition.
Corporate Rebranding Custom Project-Based / Retainer Varies significantly based on global reach and complexity of assets.
Brand Experience Design Custom Project-Based Dependent on channels, user research, and implementation requirements.
Naming & Verbal Identity Custom Project-Based Influenced by number of names explored, legal checks, and linguistic considerations.
Visual Identity System Custom Project-Based Based on scope of design elements, guidelines, and application across touchpoints.

For more specific information on service offerings and to discuss project requirements, please refer to the Landor & Associates contact page.

Common integrations

As a brand consultancy, Landor & Associates does not offer direct software integrations in the traditional sense. Their work typically integrates with a client's existing organizational structures, marketing technology stacks, and digital platforms through strategic guidance and design implementation. The output of Landor's services, such as brand guidelines or design systems, is designed to be adopted by:

  • Client Marketing & Communications Teams: To ensure consistent brand messaging and visual application across all campaigns and channels.
  • Internal Design & Development Teams: For the implementation of new visual identities on websites, applications, and other digital products.
  • External Agency Partners: Including advertising agencies, PR firms, and digital marketing agencies, who will work within the established brand framework.
  • Content Management Systems (CMS): Brand assets and guidelines are often integrated into CMS platforms like Adobe Experience Manager or Sitecore for consistent digital content creation.
  • Digital Asset Management (DAM) Systems: New logos, imagery, and other brand elements are uploaded and managed within DAM platforms such as Bynder or Brandfolder to facilitate accessibility and control.
  • Product Development Teams: For the application of brand identity to physical products or service design.

Alternatives

  • Interbrand: A global brand consultancy known for its annual Best Global Brands report and expertise in brand valuation and strategy.
  • Wolff Olins: A brand agency specializing in creating and transforming brands through strategy, design, and experience.
  • FutureBrand: A global brand transformation company that combines strategic foresight with design to build future-proof brands.
  • COLLINS: An independent brand and experience design company focused on helping businesses create more relevant and compelling brands.
  • Pentagram: A multi-disciplinary design firm working across identity, products, packaging, and digital experiences.

Getting started

Engaging with a brand consultancy like Landor & Associates typically begins with an initial consultation to define project scope and objectives. While there is no direct "getting started" code, the process involves a series of strategic and creative phases. A simplified representation of the conceptual flow for a digital brand asset implementation might look like the following, demonstrating the application of brand guidelines by a client's internal team:

// Example: Applying a new brand color variable in a CSS file based on Landor's guidelines

/* Brand Guidelines - Primary Colors (as defined by Landor & Associates) */
:root {
  --brand-primary-blue: #0056B3; /* Hex code for core brand blue */
  --brand-secondary-green: #28A745; /* Hex code for accent green */
  --brand-neutral-gray: #6C757D; /* Hex code for neutral text/background */
}

body {
  font-family: 'Inter', sans-serif; /* Example font, specified in guidelines */
  color: var(--brand-neutral-gray);
}

h1 {
  color: var(--brand-primary-blue);
  font-size: 2.5em;
  font-weight: 700;
}

.button-primary {
  background-color: var(--brand-primary-blue);
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* Ensure consistent spacing and typography as per brand system */
.section-title {
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

This code snippet illustrates how a development team might integrate brand identity elements, such as specific color codes and typography, into a website's CSS, directly referencing the brand guidelines provided by Landor & Associates. The actual engagement process would involve strategic workshops, design sprints, and iterative feedback loops to develop these guidelines.