garmeeh / next-seo

Next SEO is a plug in that makes managing your SEO easier in Next.js projects.
MIT License
7.56k stars 390 forks source link

feat: `LiveBlogPosting` #1471

Open francoismassart opened 3 months ago

francoismassart commented 3 months ago

Description of Change(s):

This MR fixes the issue https://github.com/garmeeh/next-seo/issues/1468

Documentation

As LiveBlogPosting is just a subtype of Article, I did not update the documentation.

E2E Tests

Cypress tests were added which demonstrate some uses of the live coverage.

Additional information

https://schema.org/LiveBlogPosting

At the moment, the Google Validator does not handle the LiveBlogPosting type while using it in the search results.

The Schema.org validator can handle LiveBlogPosting type but I cannot find which of its fields are required or optional...

Thank you for considering this MR.