We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mastodon introduced some new metadata for fediverse accounts, that allow highlighting of the author in posts: https://blog.joinmastodon.org/2024/07/highlighting-journalism-on-mastodon/
With Mastodon 4.3.x rolling out to the public, it would be nice to support this as part of jekyll-seo.
The notation is rather easy:
<meta name="fediverse:creator" content="@[email protected]" />
I would suggestion to introduce a similar notation as for the twitter and facebook specific tags:
fediverse: username: @[email protected]
Alternatively, one could consider re-using the social section.
social
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mastodon introduced some new metadata for fediverse accounts, that allow highlighting of the author in posts: https://blog.joinmastodon.org/2024/07/highlighting-journalism-on-mastodon/
With Mastodon 4.3.x rolling out to the public, it would be nice to support this as part of jekyll-seo.
The notation is rather easy:
I would suggestion to introduce a similar notation as for the twitter and facebook specific tags:
Alternatively, one could consider re-using the
social
section.The text was updated successfully, but these errors were encountered: