It looks like if a page has a "Description" in its page.data, we could have two <meta name="description" .... > tags on the page (see code here). I don't think this is happening in practice anywhere, but we probably should not have the possibility for it to happen - could we make this an if/else instead, so only one meta description tag is ever on the page at once.
It looks like if a page has a "Description" in its
page.data
, we could have two<meta name="description" .... >
tags on the page (see code here). I don't think this is happening in practice anywhere, but we probably should not have the possibility for it to happen - could we make this an if/else instead, so only one meta description tag is ever on the page at once.