Hi, Im not sure when the page metadata changed and have only just noticed now. Rather than printing in the normal layout:
<meta name="Description" content="the page description" />
<meta name="Keywords" content="list of keywords" />
...
each page is printing in the following format and its causing bad SEO reports:
<meta Description="DC.Description" content="the page description tag" />
...
Where do I fix this?
My code:
I have the following code in the design file:
<head>
<MySource_AREA id_name="metadata" design_area="metadata" />
...
</head>
And the page prints as follows:
<meta Description="DC.Description" content="the page description tag" />
<meta Keywords="DC.Keywords" content="list of keywords" />
<meta Author="DC.Author" content="our name" />
Squiz Matrix version 5.1.11.0