You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -665,7 +665,7 @@
665
665
| canonicalUrl | | The canonical URL, used for SEO purposes | `$canonical_url`
666
666
| title | | The name for the piece of content | `$og_title`
667
667
| 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 `
669
669
| price | | The price of the item | `$amount`
670
670
| currency | | The currency representing the price in ISO 4217 currency code | `$currency`
671
671
| 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