Closed ma00 closed 2 years ago
the problem should come from a date format conversion:
adding utils.serialize_date
in seo_struct_article_dict
at line 476 and 477 of wagtail-seo/wagtailseo/models.py
everything starts working again:
"datePublished": utils.serialize_date(self.seo_published_at),
"dateModified": utils.serialize_date(self.last_published_at),
In ArticlePage model I added
seo_og_type = 'article'
and I got ain template : wagtailseo/templates/wagtailseo/struct_data.html, error at line 10
In the console I see this last lines: