---
canonical: https://amplience.com/developers/docs/release-notes/2024/multiple-delivery-keys/
title: Multiple delivery keys
description: This release supports multiple delivery keys for a single content item.
audience: Business User
image: https://cdn.media.amplience.net/i/ampproduct/multiple-delivery-keys-1?w=1200&h=630
image_width: 1200
image_height: 630
date_published: 2024-11-05
date_modified: 2024-11-19
---

# Multiple delivery keys

**Release date: 6th November 2024**

This release introduces a new feature to support multiple delivery keys for content items.

One use for delivery keys is to represent a URL in a content managed website. Adding support for multiple delivery keys makes it easier to manage URLs for localized versions of website pages. These URLs can be included in web page metadata to inform search engines about language and region specific variants of a page.

### Supporting multiple delivery keys

To support multiple delivery keys we've added a new `deliveryKeys` property to content item metadata. You need to include this property in your content type schemas as described in the [delivery key developer guide](https://amplience.com/developers/docs/dev-tools/guides-tutorials/delivery-keys/#multiple-delivery-keys).

We've also included a new [schema example](https://amplience.com/developers/docs/schema-reference/schema-examples/core-concepts/multiple-delivery-keys/) that demonstrates how to make use of the new feature.

The [Content Delivery API](https://amplience.com/developers/docs/apis/content-delivery/content-delivery-overview/#get-content-by-key) has also been updated to support multiple delivery keys. You can retrieve a content item using any one of its delivery keys and all of the delivery keys will be returned in the JSON response.

### Multiple delivery keys- example

An example of a content item that supports multiple delivery keys is shown below. It's for the shoes section of a website with localized delivery keys for English, French, German and Italian. URLs representing each locale are shown in the `meta` section of the content form.

These URLs could be used to build the `hreflang` element in the shoes website page to improve the website SEO for different languages and regions.

![A content item with multiple delivery keys](https://cdn.media.amplience.net/i/ampproduct/multiple-delivery-keys-1?w=1880&fmt=png 'A content item with multiple delivery keys')

## Related pages

[Delivery keys](https://amplience.com/developers/docs/dev-tools/guides-tutorials/delivery-keys/#multiple-delivery-keys)

[Content Delivery API- Get Content by Key](https://amplience.com/developers/docs/apis/content-delivery/content-delivery-overview/#get-content-by-key)

[hreflang element](https://developer.mozilla.org/en-US/docs/Web/API/HTMLLinkElement/hreflang)
