I have a single tab used to display the content from a SQL report module. The module filters on a query string and displays each article fom a list on another page. The content of each article is unique topic, title, etc. but the single page has 'generic' meta title and description.
I want to find a way to dynamically change the DNN page meta TITLE and DESCRIPTION to match each article. I can record the desired page title and description, but the question is:
How is it possible to change the DNN meta information to match the article being displayed? (data from that record - not from the DNN tabs table)