1. Component Guide
  2. Meta Tags
  3. With world locations
Meta Tags example

With world locations

How it looks (preview)

<meta name="govuk:analytics:world-locations" content="&lt;WL3&gt;">

How to call this example

<%= render "govuk_publishing_components/components/meta_tags", {
  content_item: {
    links: {
      world_locations: [
        {
          analytics_identifier: "WL3"
        }
      ]
    }
  }
} %>