patrickdemooij9 / SeoToolkit.Umbraco

SeoToolkit is a SEO package for Umbraco 9, 10, 11, 12 & 13. This package features most functionalities needed for your SEO needs like meta fields, sitemap, robots.txt and much more.
MIT License
38 stars 28 forks source link

Issue with Special Characters in Meta Fields #289

Open alhazmy13 opened 2 months ago

alhazmy13 commented 2 months ago

Dears,

I encountered an issue on one of my sites where the meta description field is not rendering correctly if it contains special characters like quotation marks (").

For example:

SCR-20240912-jfoa

Output Code:

<meta name="description" content="Test news " blah"="" blah="">

Is there a way to remove or properly escape these special characters in the meta fields to ensure correct rendering?

Thanks