Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
var meta = Model.Content.GetPropertyValue
// meta.Description doesn't render special characters like "æ,ø,å". It shows as "& #230; & #248; & #229;" (had to add a space after the ampersign to show the characters here :) )
Hi Aksel, indeed Special Characters get encoded. Google will display them normally
Best,
Richard
I see... But it seems to affect email clients such as Outlook etc using link previews . Isn't there any way to output them as normal characters?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
MetaDescription field returns encoded characters
var meta = Model.Content.GetPropertyValue
// meta.Description doesn't render special characters like "æ,ø,å". It shows as "& #230; & #248; & #229;" (had to add a space after the ampersign to show the characters here :) )
Hi Aksel, indeed Special Characters get encoded. Google will display them normally
Best,
Richard
I see... But it seems to affect email clients such as Outlook etc using link previews . Isn't there any way to output them as normal characters?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.