• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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