I’m querying the field thus:
_seoMetaTags {
attributes
content
tag
}
Among all the values I expect, it’s also now returning:
{
attributes: { name: 'robots', content: 'noindex' },
content: null,
tag: 'meta'
}
I’m not sure where that’s coming from. There’s no robots option I can see in the metadata field options.