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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...