I want to set the page title and the metatags on a Portal page dynamically, depending on the entity record which I show on this page. Is that possible? For example, the title should be:
<title>Product name - Portal page - Portal title</title>
<title>Green Bicycle - Bicycles - My Portal</title>
Lets say I have a product detail page with a query parameter (/bicycle-detail/?id=green) and I'm displaying the details of the green bicycle via fetchxml and liquid. How can I pass in the product name from the fetchxml query into the metatags title?
Thank you in advance for your help.