• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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