Skip to content

Commit 5176805

Browse files
authored
docs: og image must be an absolute path, not relative path
1 parent e092eba commit 5176805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@
665665
| canonicalUrl | | The canonical URL, used for SEO purposes | `$canonical_url`
666666
| title | | The name for the piece of content | `$og_title`
667667
| contentDescription | | A description for the content | `$og_description`
668-
| contentImageUrl | | The image URL for the content | `$og_image_url `
668+
| contentImageUrl | | The image URL for the content. Must be an absolute path | `$og_image_url `
669669
| price | | The price of the item | `$amount`
670670
| currency | | The currency representing the price in ISO 4217 currency code | `$currency`
671671
| 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`

0 commit comments

Comments
 (0)