An open API service indexing awesome lists of open source software.

https://github.com/colearendt/meta-tags

Explore meta HTML tags for public websites
https://github.com/colearendt/meta-tags

Last synced: 4 days ago
JSON representation

Explore meta HTML tags for public websites

Awesome Lists containing this project

README

          

# meta-tags

Do you know how Slack, iMessage, and lots of other applications present links in
a "pretty" fashion that gives you a preview of the content on the linked page?

`meta-tags`! Yes!! In the HTML for that page, there is an array of `` HTML
tags that give important information enabling these previews.

So what tags exist? I'm sure there are articles on that... but I wanted to see for myself.

Cue HTML scraping! Some simple little tools to pull the `meta` tags for a given URL.

## Some Examples

TBD