Open hmans opened 9 years ago
Regarding user data: I suggest adding support for JSON-LD. Google seems committed to support that so I assume it's going to gain in popularity. (There's a json-ld gem albeit I think using Nokogiri to find the relevant <script>
tag and then a JSON parser to deal with the content might be sufficient.) Also, of course, support for OpenGraph's profile
.
What do you think?
If we're fetching a remote document, and it has neither
pants-document
JSON norh-entry
available, we should try to magically extract the article from the document. There is probably a number of solutions and approaches to this.Ideas and Notes: