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
Hello, not sure if this the the right place to do the question, or if it should be an issue instead.
I have an Blazor Web App with Global Interactive Rendering, where I need to correctly support Open-Graph so when I share a page, the links look good.
However, I'm not sure if I am missing something.
The links are shown in the rendered the page
However, when I try to validate it with tools such as LinkedIn Post Inspector, it tells me that those items are not there
The items are in there
In the App.razor I set up the HeadOutlet to use server rendering, which has pre-rendering enabled by default.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, not sure if this the the right place to do the question, or if it should be an issue instead.
I have an Blazor Web App with Global Interactive Rendering, where I need to correctly support Open-Graph so when I share a page, the links look good.

However, I'm not sure if I am missing something.
The links are shown in the rendered the page
However, when I try to validate it with tools such as LinkedIn Post Inspector, it tells me that those items are not there

The items are in there

In the App.razor I set up the HeadOutlet to use server rendering, which has pre-rendering enabled by default.

Is there anything I'm missing to setup?
Beta Was this translation helpful? Give feedback.
All reactions