SEO Title not working in collections

Hi Divhunt team,

when I want to apply a SEO title from a collection item to my article page, on the published site I just get “null” escaped. This seems to be a bug, or am I doing something wrong? Thanks in advance!
divhunt seo title

@hanseatme

Can you share your domain name?

@dejan Sure, this one: https://hanseat.me/article/grafiken-hochrechnen
KR

@hanseatme

Should be working fine now, thanks for reporting bugs.

About og:title, this is on you :slight_smile:

So either remove the value, so it get’s the title from above automatically, or set same
$page->get(‘data’)->…

Because now, $page->get(‘seo’)->get(‘title’) return this $page->get(‘data’)->get(‘seo’)->get(‘title’)

@hanseatme

Please confirm that it works on your end.

@dejan Works now as expected. Thanks for fixing it so fast!