Last active
November 30, 2019 09:05
-
-
Save Dromediansk/cb1866b4c8ea7eb0ec9d5b904bcf3286 to your computer and use it in GitHub Desktop.
OG meta tags example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>The Rock (1996)</title> | |
| <meta property="og:title" content="The Rock" /> | |
| <meta property="og:type" content="video.movie" /> | |
| <meta property="og:url" content="http://www.imdb.com/title/tt0117500/" /> | |
| <meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" /> | |
| <meta propery="og:image:secure_url" content="https://ia.media-imdb.com/images/rock.jpg" /> | |
| ... | |
| </head> | |
| ... | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment