1. Component Guide
  2. Meta Tags
  3. With secondary step by step tag
Meta Tags example

With secondary step by step tag

How it looks (preview)

<meta name="govuk:navigation-page-type" content="Secondary step by step shown">

How to call this example

<%= render "govuk_publishing_components/components/meta_tags", {
  content_item: {
    links: {
      secondary_to_step_navs: [
        {
          content_id: "22222222-2222-2222-2222-222222222222"
        }
      ]
    }
  }
} %>