I generally HTML-encode any user generated content that I render on my website, so ampersands become & and so on. I was wondering if this should be done (from a standards point of view) to any dynamically generated meta tag throughout a site?
I generally HTML-encode any user generated content that I render on my website, so
Share
Absolutely. All content within the HTML document must be encoded this way.