Components

Footer

The footer provides copyright, licensing and other information about your service and department.

Rendering...
<Footer govUK />
Props
NameTypeDefaultDescription

When to use this component

Use the footer at the bottom of every page of your service.

How it works

You can add links to:

  • your department’s page on GOV.UK
  • other language options
  • terms and conditions
  • privacy policy

Stories

Standard

A standard Footer.

Rendering...
<Footer />

GOV.UK footer

The default footer for public facing websites on GOV.UK.

Rendering...
<Footer govUK />

Re-branded GOV.UK footer

The default footer for public facing websites on GOV.UK, after 25th June 2025.

Add the rebrand prop, and ensure that a parent element, such as <html>, has the govuk-template--rebranded class.

Rendering...
Rendering...

Footer with secondary navigation

Footer with links to meta information

You can also include links to meta information about a site, like cookies and contact details in the footer, like this:

Footer with secondary navigation and links to meta information