Hi,
first of all thank you very much for the netlify service! That’s great
I was creating my website, deploying it on github & hosting it here on netlify. So far so good. www.fritzschnitzer.com
I tried to change the previewpicture for socialmedia, like facebook, instagram etc. and added these metatags:
<meta property=“og:image” content="https://www.fritzschnitzer.com/images/preview.png />
I was checking on facebook debugger
but i only get this feedback:
"
Warnings That Should Be Fixed
Provided og:image URL, https://fritzschnitzer.com/images/preview.png /> <meta property= was not a valid URL.
The following required properties are missing: og:url, og:type, fb:app_id
"
Do you have any idea how i could solve that?
Thank you very much in advance,
Fritz
fool
January 27, 2020, 2:03pm
2
Sure, check out this article for all the details on debugging and affecting sharing services:
Last Reviewed by Netlify Support in Aug 2023
With the advent of modern web hosting aka the JAMStack , some robots and crawlers need “help” navigating client-side links. This problem first presented itself initially when navigation was implemented using Javascript instead of HTML, but these days the OpenGraph standard and unfurling by social sharing services seems to be in many cases more important to our customers. (For more on this, see a further reading link we have added to the bottom of this…
The most relevant piece of information in there is the caching details - changes you make will be cached by our service by up to 48 hours, so you should test on a different URL every time you make changes, lest you see the “old” information even though your new HTML is fixed.
Hej,
cool great thank you!
Will give it a shot!
Best of Luck,
Fritz
1 Like
perry
January 28, 2020, 5:10pm
4
great! let us know if you have any further questions