• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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