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
- Host: GitHub
- URL: https://github.com/colearendt/meta-tags
- Owner: colearendt
- Created: 2022-01-28T14:29:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T14:31:25.000Z (over 3 years ago)
- Last Synced: 2025-02-14T13:16:04.764Z (8 months ago)
- Language: R
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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