Repurposing "Detailed Description" Property to Enhance SEO
There are two "description" fields in the properties sheet for a discussion type node, "Description" and "Detailed Description." The former is displayed on the node's page when built, and also appears as the meta-tag "Description." The "Detailed Description" feeds a text component called "Node Detailed Description," but does not generate a named text string.
From an SEO perspective, the way these two behave is backwards. The "Detailed Description" should generated a named text string, which should in turn feed the meta-tag. The "regular" description should propagate to the page as it does, but should not be used for the meta-tag, because what a search engine needs is often radically different from what our viewers need to see on the page.
Given that the "Detailed Description" does not propagate to a named text string, is there any way that content can be accessed by a REST call and fed into (for example) the page header via the wrapper?