Skip to content

Commit

Permalink
docs: og image must be an absolute path, not relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff authored Mar 31, 2017
1 parent e092eba commit 5176805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 5176805

Please sign in to comment.