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

Adds Open Graph "iMeta" tags #1674

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vitorpamplona
Copy link
Collaborator

This helps clients preview URLs without pinging them.

Read here

@alexgleason
Copy link
Member

Why not extend r tags?

@vitorpamplona
Copy link
Collaborator Author

vitorpamplona commented Jan 5, 2025

Mostly because of the positional vs variadic nature of the proposal here. It would be basically a copy of the iMeta code. I don't think it is a good idea to move from ["r", "<URL>"] to ["r", "url <URL>"] just to match the variatic component.

Do we want to mix the two? Like on ["r", "<URL>", "<variadic name1> <variadic value1>", "<variadic name2> <variadic value2>", ...]?

I don't know...

@staab
Copy link
Member

staab commented Jan 6, 2025

I like this

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

Successfully merging this pull request may close these issues.

3 participants