Attribution

Introduction

Customers on a Pro Bono plan are required to display the Contentful wordmark on the pages displaying content and/or assets hosted on Contentful. (Historically, free Developer plans required this as well, but that requirement has been waived.) The wordmark is a small image containing the words "Powered by" and a Contentful logo. It typically resides at the bottom of the page. The wordmark must contain the link https://www.contentful.com.

Adding attribution

We have prepared the wordmarks that you can include in your project by copying and pasting the appropriate snippet into your site/app HTML.

Logo

Code

Logo with a light background (SVG)

<a href=“https://www.contentful.com/” rel=“nofollow” target=“_blank”><img src=“https://images.ctfassets.net/fo9twyrwpveg/44baP9Gtm8qE2Umm8CQwQk/c43325463d1cb5db2ef97fca0788ea55/PoweredByContentful_LightBackground.svg” style=“max-width:100px;width:100%;” alt=“Powered by Contentful” /></a>

Logo with a dark background (SVG)

<a href=“https://www.contentful.com/” rel=“nofollow” target=“_blank”><img src=“https://images.ctfassets.net/fo9twyrwpveg/7F5pMEOhJ6Y2WukCa2cYws/398e290725ef2d3b3f0f5a73ae8401d6/PoweredByContentful_DarkBackground.svg” style=“max-width:100px;width:100%;” alt=“Powered by Contentful” /></a>

Monochrome logo with a dark background (SVG)

<a href=“https://www.contentful.com/” rel=“nofollow” target=“_blank”><img src=“https://images.ctfassets.net/fo9twyrwpveg/7Htleo27dKYua8gio8UEUy/0797152a2d2f8e41db49ecbf1ccffdaa/PoweredByContentful_DarkBackground_MonochromeLogo.svg” style=“max-width:100px;width:100%;” alt=“Powered by Contentful” /></a>

Non-Visual Attribution

If the nature of your project makes it impractical/impossible to display a visual attribution, consider crediting Contentful in the Help or About section of your app, or the Readme document in your code repository.

Miscellaneous

If you wish to remove the Contentful wordmark, please contact us to discuss available options.

Was this helpful?
add-circle arrow-right remove style-two-pin-marker subtract-circle remove