1. Component Guide
  2. Meta Tags
  3. With date and postcode stripping for static analytics
Meta Tags example

With date and postcode stripping for static analytics

How it looks (preview)

<meta name="govuk:static-analytics:strip-dates" content="true">

How to call this example

<%= render "govuk_publishing_components/components/meta_tags", {
  content_item: null,
  local_assigns: {
    strip_dates_pii: true,
    strip_postcodes_pii: true
  }
} %>