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

With primary step by step tag

How it looks (preview)

<meta name="govuk:stepnavs" content="00000000-0000-0000-0000-000000000000">
  <meta name="govuk:navigation-page-type" content="Primary step by step shown">

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"
        }
      ]
    }
  }
} %>