From 51768052cb9b2203b386791b3296c8ae3a69488c Mon Sep 17 00:00:00 2001 From: Ethan Neff Date: Fri, 31 Mar 2017 07:51:28 -0700 Subject: [PATCH] docs: og image must be an absolute path, not relative path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca93bcf3..0b18a2da 100644 --- a/README.md +++ b/README.md @@ -665,7 +665,7 @@ | canonicalUrl | | The canonical URL, used for SEO purposes | `$canonical_url` | title | | The name for the piece of content | `$og_title` | contentDescription | | A description for the content | `$og_description` - | contentImageUrl | | The image URL for the content | `$og_image_url ` + | contentImageUrl | | The image URL for the content. Must be an absolute path | `$og_image_url ` | price | | The price of the item | `$amount` | currency | | The currency representing the price in ISO 4217 currency code | `$currency` | contentIndexingMode | `"public"` | Can be set to either `"public"` or `"private"`. Public indicates that you’d like this content to be discovered by other apps. | `$publicly_indexable`