With organisations
How it looks (preview)
<meta name="govuk:organisations" content="<D1><D3><EO3>">
How to call this example
<%= render "govuk_publishing_components/components/meta_tags", {
content_item: {
links: {
organisations: [
{
analytics_identifier: "D1"
},
{
analytics_identifier: "D3"
}
],
worldwide_organisations: [
{
analytics_identifier: "EO3"
}
]
}
}
} %>