Greetings! I’m using Dawn theme. I’m trying to change page mega tags from the code that is rendered on my app proxy route (the code from my backend app). I’m able to reassign page_title and page_description, but I cannot to reassign page_image (which is responsible for og:image meta tags) and other og tags: og_title, og_url, og_type, og_description.
Is it something possible or not? Why is it possible to change (reassign) page_title and page_description from app proxy code, but no other meta tags?
Thank you in advance.
I’m having the same problem. No luck yet.
came across the same issue and have the same questions. was able to work around the issue by checking {% if page_image != blank %} and return a default image (turns out page_image returned a proper image on every page but the homepage)
@piroc_media Hi! I didn’t understand what was your workaround, can you explain it, please?