1. Component Guide
  2. Meta Tags
  3. With multiple step by step tags
Meta Tags example

With multiple step by step tags

How it looks (preview)

<meta name="govuk:stepnavs" content="00000000-0000-0000-0000-000000000000,11111111-1111-1111-1111-111111111111">

How to call this example

<%= render "govuk_publishing_components/components/meta_tags", {
  content_item: {
    links: {
      part_of_step_navs: [
        {
          content_id: "00000000-0000-0000-0000-000000000000"
        },
        {
          content_id: "11111111-1111-1111-1111-111111111111"
        }
      ]
    }
  }
} %>