Can I use relative path in Open Graph?

Viewed 2490

I'm trying to set a relative path to og:image metadata like this:

<meta name="og:image" content="/images/view.png">

On Sharing Debugger I have the following warning:

Inferred Property The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.

There is any way to use a relative path in Open Graph?

1 Answers
Related