• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Meta tags in XHTML format

dave-ha

Regular Pleskian
Hi,

It seems that WPB creates web pages by default with document type XHTML which is fine:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

The problem is that WPB editor only accepts meta tags entered in old HTML format, e.g.:

<meta name="geo.region" content="US-VA">
...is in HTML format and accepted by WPB. However, those web pages are not W3C compliant.

<meta name="geo.region" content="US-VA" />
...is in XHTML format but rejected by WPB.

Could you please enhance WPB to accept XHTML format only and convert HTML tags into XHTML?

(WPB 10.4.4.)
 
Hi dave-ha,

Thanks for letting us know -- this issue is fixed and the fix will be available in the upcoming WPB 11. You will be able to input meta tags in XHTML format without any issues.
 
Back
Top