You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When implementing this plugin using Bridgetown 1.1, this template always detects the page as an article. This appears to happen because all pages have a date property. As of the latest release of this plugin (5.0), it's not possible to properly set the og:type for pages that aren't articles.
I would expect this value to be set by the page front matter.. perhaps something like seo.type. This would also make it easy to set up defaults for particular page types using front-matter defaults.
The text was updated successfully, but these errors were encountered:
bridgetown-seo-tag/lib/template.html
Lines 43 to 48 in 686c43c
When implementing this plugin using Bridgetown 1.1, this template always detects the page as an article. This appears to happen because all pages have a
date
property. As of the latest release of this plugin (5.0), it's not possible to properly set theog:type
for pages that aren't articles.I would expect this value to be set by the page front matter.. perhaps something like
seo.type
. This would also make it easy to set up defaults for particular page types using front-matter defaults.The text was updated successfully, but these errors were encountered: