Matrix Version: v5.3.4.0
We need to add metadata description on the pages but would like to grab the value from another existing metadata fields (ie. DCTERMS.description).
I added the following to design parse file:
<meta name="description" content="%asset_metadata_DCTERMS.description%" />
and that serves the purpose quite well. However, I got an empty value when I am on the homepage. DCTERMS.description
shows correct value but description
is empty.
Standard page asset that is the default page for the site is called “Home”. When I got to http://example.com/home
the description
metadata is fine. But when I am on http://example.com
(without /home) the description
metadata is empty.
I am not sure how to resolve it. Please help.