diff --git a/content/index.markdown b/content/index.markdown index ea30f7a..dfe70cd 100644 --- a/content/index.markdown +++ b/content/index.markdown @@ -103,7 +103,7 @@ The `og:image` property has some optional structured properties: A full image example: - + @@ -112,7 +112,7 @@ A full image example: The `og:video` tag has the identical tags as `og:image`. Here is an example: - + @@ -121,7 +121,7 @@ The `og:video` tag has the identical tags as `og:image`. Here is an example: The `og:audio` tag only has the first 3 properties available (since size doesn't make sense for sound): - + @@ -293,7 +293,7 @@ yet are broadly used and agreed upon. * `book:tag` - [string](#string) [array](#array) - Tag words associated with this book. -`payment.link` - Namespace URI: [`https://ogp.me/ns/payment#`](http://ogp.me/ns/payments) 🚧 **Beta only** +`payment.link` - Namespace URI: [`https://ogp.me/ns/payment#`](https://ogp.me/ns/payments) 🚧 **Beta only** * `payment:description` - [string](#string) - Description about the payment link. * `payment:currency` - [string](#string) - The currency code [`ISO 4217`](https://en.wikipedia.org/wiki/ISO_4217) of the payment. @@ -303,7 +303,7 @@ yet are broadly used and agreed upon. * `payment:id` - [string](#string) - The unique identifier associated with the payment link for a given payment gateway or service provider. * `payment:success_url` - [url](#url) - A valid URL that gets redirected when payment is success. -`profile` - Namespace URI: [`http://ogp.me/ns/profile#`](http://ogp.me/ns/profile) +`profile` - Namespace URI: [`https://ogp.me/ns/profile#`](https://ogp.me/ns/profile) * `profile:first_name` - [string](#string) - A name normally given to an individual by a parent or self-chosen. * `profile:last_name` - [string](#string) - A name inherited from a family or marriage and by which the individual is commonly known. @@ -380,7 +380,7 @@ The following types are used when defining attributes in Open Graph protocol.
A full image example:
-<meta property="og:image" content="http://example.com/ogp.jpg" />
+<meta property="og:image" content="https://example.com/ogp.jpg" />
<meta property="og:image:secure_url" content="https://secure.example.com/ogp.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="400" />
@@ -147,7 +147,7 @@ Structured Properties
The og:video tag has the identical tags as og:image. Here is an example:
-<meta property="og:video" content="http://example.com/movie.swf" />
+<meta property="og:video" content="https://example.com/movie.swf" />
<meta property="og:video:secure_url" content="https://secure.example.com/movie.swf" />
<meta property="og:video:type" content="application/x-shockwave-flash" />
<meta property="og:video:width" content="400" />
@@ -157,7 +157,7 @@ Structured Properties
The og:audio tag only has the first 3 properties available
(since size doesn't make sense for sound):
-<meta property="og:audio" content="http://example.com/sound.mp3" />
+<meta property="og:audio" content="https://example.com/sound.mp3" />
<meta property="og:audio:secure_url" content="https://secure.example.com/sound.mp3" />
<meta property="og:audio:type" content="audio/mpeg" />
@@ -350,7 +350,7 @@ No Vertical
Tag words associated with this book.
-payment.link - Namespace URI: https://ogp.me/ns/payment# 🚧 Beta only
+payment.link - Namespace URI: https://ogp.me/ns/payment# 🚧 Beta only
payment:description - string - Description about the payment link.
@@ -362,7 +362,7 @@ No Vertical
payment:success_url - url - A valid URL that gets redirected when payment is success.
-profile - Namespace URI: http://ogp.me/ns/profile#
+profile - Namespace URI: https://ogp.me/ns/profile#
profile:first_name - string - A name normally given to an individual by a parent or self-chosen.
@@ -440,7 +440,7 @@ Types
URL
A sequence of Unicode characters that identify an Internet resource.
- All valid URLs that utilize the http:// or https:// protocols
+ All valid URLs that utilize the https:// protocol