Nothing Special   »   [go: up one dir, main page]

Skip to content
New issue

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

Feature request: IndieWebify should support rel=author validation #120

Open
tantek opened this issue Jul 8, 2024 · 0 comments
Open

Feature request: IndieWebify should support rel=author validation #120

tantek opened this issue Jul 8, 2024 · 0 comments

Comments

@tantek
Copy link
Member
tantek commented Jul 8, 2024

Similar to its rel=me checking support (validator), IndieWebify should support parsing, checking, and advising how to improve any rel=author (https://microformats.org/wiki/rel-author) links found on a page.

IndieWebify should look for and check both:

<a rel="author" href="https://…">

and

<link rel="author" href="https://…">

tags, and display a list of all of them found on a particular page, along with any additional information about each one (e.g. type=, title=, and hreflang= attributes).

Ideally it should also check for a valid representative h-card at the destination of a rel=author link.

This is worth implementing both as its own IndieWebify feature (especially so software & services like Mastodon could test an implementation), and as a building block towards implementing a complete authorship validator (issue #6).

(Originally published at: https://tantek.com/2024/190/b1/indiewebify-request-rel-author-validation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant