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

Platform Idea: Retrieving website metadata #557

Open
raucao opened this issue Aug 30, 2021 · 2 comments
Open

Platform Idea: Retrieving website metadata #557

raucao opened this issue Aug 30, 2021 · 2 comments

Comments

@raucao
Copy link
Contributor

raucao commented Aug 30, 2021

At the least via normal HTML meta attributes and Open Graph. This would be useful for clients to both not require a separate CORS proxy, as well as for not having to parse the original source code in the client.

We could also use the same platform to discover if the target is a Web Application, and retrieve meta data from the Web Application Manifest.

WDYT?


Also, a nice performance enhancement for a later stage would be to cache this data for a little while and deliver it to other clients requesting it from cache. For example when someone posts a link to a chat room, everyone's Hyperchannel would immediately request this data, and then Sockethub would only have to retrieve it once and then delete it from memory after a minute or so.

@silverbucket
Copy link
Member

Yeah this makes sense, additionally. Might it be useful to try to find RDFa data [https://github.com//issues/162] (though I think Open Graph is much much more common)

@silverbucket silverbucket added this to the 3. Low Priority milestone Aug 31, 2021
@silverbucket silverbucket removed this from the 3. Low Priority milestone Sep 2, 2021
@silverbucket silverbucket added this to To do in Release: Current Sep 2, 2021
@silverbucket silverbucket added this to the Hyperchannel Closed Demo milestone Sep 4, 2021
@silverbucket silverbucket removed this from To do in Release: Current Sep 4, 2021
@silverbucket silverbucket added this to To do in Release: Next via automation Sep 4, 2021
@silverbucket
Copy link
Member

Type can be page
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-page

@silverbucket silverbucket changed the title New platform for retrieving website metadata Platform Idea: Retrieving website metadata May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants